Yepessin / slb

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

Compile problems with LLVM/clang #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Have LLVM and clang 2.8 installed
2. use either SLB-1.63 or pull from code.google.com
3. run 'CC="clang" CXX="clang++" cmake ./ && make'

What is the expected output? What do you see instead?
(See attached build log)

What version of the product are you using? On what operating system?
I'm using Gentoo with LLVM-2.8-r2 and clang-2.8-r2.

Please provide any additional information below.
This might of course be a LLVM/Clang issue as gcc compiles slb just fine 
although clang c++ status page states that "Clang currently implements all of 
the ISO C++ 1998 standard (including the defects addressed in the ISO C++ 2003 
standard)" [1].

[1]: http://clang.llvm.org/cxx_status.html

Original issue reported on code.google.com by corecrys...@gmail.com on 8 Jan 2011 at 6:31

Attachments:

GoogleCodeExporter commented 8 years ago
Removed unused features (check methods) from the code. Clang was right, though 
the code never gets generated as it was never used. The above if fixed in the 
testing and testing_lua5.2 branches. 

Original comment by joseLuis...@gmail.com on 8 Jan 2011 at 10:01