浏览代码

clean up tinyxml make

Former-commit-id: d772e2009793e8c629e86297deced18ee78a7ad4
Alec Jacobson (jalec 12 年之前
父节点
当前提交
52e50cdba2
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 2
      examples/bbw/Makefile
  2. 1 0
      include/igl/writeTGF.cpp

+ 1 - 2
examples/bbw/Makefile

@@ -4,12 +4,11 @@ IGL=../../
 IGL_INC=-I${IGL}/include
 IGL_LIB=-L${IGL}/lib -ligl
 
-MOSEKPLATFORM=osx64x86
 MOSEK=/usr/local/mosek
 MOSEK_INC=-I$(MOSEK)/6/tools/platform/$(MOSEKPLATFORM)/h
 MOSEK_LIB=-L$(MOSEK)/6/tools/platform/$(MOSEKPLATFORM)/bin -lmosek64 -liglmosek
 
-EIGEN3_INC=-I/opt/local/include/eigen3 -I/opt/local/include/eigen3/unsupported
+EIGEN3_INC=-I$(DEFAULT_PREFIX)/include/eigen3 -I$(DEFAULT_PREFIX)/include/eigen3/unsupported
 
 TETGEN=$(IGL)/external/tetgen
 TETGEN_LIB=-L$(TETGEN) -ligltetgen -ltet 

+ 1 - 0
include/igl/writeTGF.cpp

@@ -1,4 +1,5 @@
 #include "writeTGF.h"
+#include <cstdio>
 
 IGL_INLINE bool igl::writeTGF(
   const std::string tgf_filename,