n9jlo / bwta

Automatically exported from code.google.com/p/bwta
GNU Lesser General Public License v3.0
0 stars 0 forks source link

BWTA fails to compile with CGAL 3.6 #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use r141 with the cmake patch applied
2. use the installed CGAL 3.6 configured with cmake and compiled from VS 
project files
3. Try to compile BWTA (using cmake generated VS project files)

What is the expected output? What do you see instead?
Compilation fails with errors that point to the CGAL source!! Somehow the 
new CGAL 3.6 seems not to be backward compatible??? It compiles fine with 
CGAL 3.5.1 and the applied patch that makes it unnecessary to modify CGAL 
source.

What version of the product are you using? On what operating system?
WinXP SP3, VS2008 Express with SP1 (German version)

Original issue reported on code.google.com by tren...@gmail.com on 17 Apr 2010 at 3:45

GoogleCodeExporter commented 9 years ago
I have a similar problem when trying to compile some completely unrelated 
project 
(CGNS). With that project VS2008 complains about compilation erros in math.h 
and other 
headers provided by itself. Could this be a compiler bug?

Original comment by tren...@gmail.com on 22 Apr 2010 at 8:20