yangqiaosheng / libcitygml

Automatically exported from code.google.com/p/libcitygml
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Build failing with error 3 #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download the svn snapshot
2. change the CMakeLists.txt so libxml2 is used
3. do: cmake CMakeLists.txt

What is the expected output? What do you see instead?
The expected output would be that of a successfull build. I got the following:
See: http://pastebin.com/T5t50WBn

Maybe the output of the cmake CMakeList.txt is of interest as well:
See: http://pastebin.com/hw0JqS64

What version of the product are you using? On what operating system?
The OS is: 
Linux linux-dev 2.6.32-24-generic #42-Ubuntu SMP Fri Aug 20 14:24:04 UTC 2010 
i686 GNU/Linux 

Please provide any additional information below.
I also filed some errors previously. Again, the status seems to have improved, 
and this time a non-related error has occurred.

--- Note ---
I used http://pastebin.com because the full details did not fit into this 
description. Note that the pages containing the error description at pastebin 
will be removed in 1 month.

Original issue reported on code.google.com by hanckmann@gmail.com on 8 Sep 2010 at 2:56

GoogleCodeExporter commented 9 years ago
Thanks again for this report. Could you please tell me the version of GCC you 
are using?

Original comment by jpouder...@gmail.com on 8 Sep 2010 at 3:17

GoogleCodeExporter commented 9 years ago
I have change the enum declarations. Please update & compile again. Thanks

Original comment by jpouder...@gmail.com on 8 Sep 2010 at 4:07

GoogleCodeExporter commented 9 years ago
To answer your first question. The gcc version I use is:
gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
It is in the standard repositories of Ubuntu 10.04.

Took a new snapshot from svn and tried to compile it in the precise way I 
described before. I do not think the error message has changed, but just to be 
sure I added the error messages again: http://pastebin.com/vGw5yh7R

Original comment by hanckmann@gmail.com on 9 Sep 2010 at 7:56

GoogleCodeExporter commented 9 years ago
Ok thanx a lot, I'm gonna fix that in the morning. Stay tuned!

Original comment by jpouder...@gmail.com on 9 Sep 2010 at 8:03

GoogleCodeExporter commented 9 years ago
Update. It should be fixed now.
If you are compiling on a x64 platform you may have some warning messages when 
compiling Tesselator.cpp, just ignore them.

Original comment by jpouder...@gmail.com on 9 Sep 2010 at 12:22