kewur / poly2tri

Automatically exported from code.google.com/p/poly2tri
Other
0 stars 0 forks source link

Installer on C++ version #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install with waf script on ubuntu 11.10

steven@steven-desktop(Feb 12 14:43:08)[~/Documents/poly2tri]
$ ./waf 
  set_options
Waf: Entering directory `/home/steven/Documents/poly2tri/build'
  building
[1/7] cxx: poly2tri/common/shapes.cc -> build/poly2tri/common/shapes.cc.0.o
[2/7] cxx: poly2tri/sweep/cdt.cc -> build/poly2tri/sweep/cdt.cc.0.o
[3/7] cxx: poly2tri/sweep/advancing_front.cc -> 
build/poly2tri/sweep/advancing_front.cc.0.o
[4/7] cxx: poly2tri/sweep/sweep_context.cc -> 
build/poly2tri/sweep/sweep_context.cc.0.o
[5/7] cxx: poly2tri/sweep/sweep.cc -> build/poly2tri/sweep/sweep.cc.0.o
[6/7] cxx: testbed/main.cc -> build/testbed/main.cc.0.o
../testbed/main.cc:42:25: fatal error: test_shapes.h: No such file or directory
compilation terminated.
Waf: Leaving directory `/home/steven/Documents/poly2tri/build'
Build failed
 -> task failed (exit status 1): 
    {task 163708044: cxx main.cc -> main.cc.0.o}
['/usr/bin/g++', '-O3', '-ffast-math', '-DP2T', '../testbed/main.cc', '-c', 
'-o', 'testbed/main.cc.0.o']

It appears that test_shapes.h has been removed but main.cc still references it. 

Original issue reported on code.google.com by stevenlu...@gmail.com on 12 Feb 2012 at 7:47

GoogleCodeExporter commented 9 years ago
fixed.

Original comment by mason.gr...@gmail.com on 4 Apr 2012 at 1:20