Ticket #492 (closed defect: fixed)
Syntax error in javapre.i
| Reported by: | devidfil@… | Owned by: | sunshine |
|---|---|---|---|
| Priority: | blocker | Milestone: | |
| Component: | build system | Version: | V1.2 |
| Keywords: | Cc: |
Description (last modified by sunshine) (diff)
Trying to build some versions of CS in Ubuntu and Debian, CS fails to build with this error:
cc1plus: error: unrecognized command line option "-Wno-long-double" g++ -c -o ./out/linuxx86/optimize/plugins/video/render3d/shader/shadercompiler/xmlshader/cpi/expparser.o -I. -I./include -I./include -Wall -g -O2 -pipe -Wall -g -O2 -Wall -Wno-unknown-pragmas -fvisibility=hidden -I/usr/local/include -Wno-long-double -g -O2 -g -O2 -fno-exceptions -fvisibility-inlines-hidden -O3 -fomit-frame-pointer -ffast-math -g2 -fPIC plugins/video/render3d/shader/shadercompiler/xmlshader/cpi/expparser.cpp ...skipped xmlshader.so for lack of <plugins!video!render3d!shader!shadercompiler!xmlshader!>shader.o... mkdir -p "./out/linuxx86/optimize/plugins/video/render3d/null" g++ -c -o ./out/linuxx86/optimize/plugins/video/render3d/null/null_render3d.o -I. -I./include -I./include -Wall -g -O2 -pipe -Wall -g -O2 -Wall -Wno-unknown-pragmas -fvisibility=hidden -I/usr/local/include -Wno-long-double -g -O2 -g -O2 -fno-exceptions -fvisibility-inlines-hidden -O3 -fomit-frame-pointer -ffast-math -g2 -fPIC plugins/video/render3d/null/null_render3d.cpp g++ -c -o ./out/linuxx86/optimize/plugins/video/render3d/null/null_txt.o -I. -I./include -I./include -Wall -g -O2 -pipe -Wall -g -O2 -Wall -Wno-unknown-pragmas -fvisibility=hidden -I/usr/local/include -Wno-long-double -g -O2 -g -O2 -fno-exceptions -fvisibility-inlines-hidden -O3 -fomit-frame-pointer -ffast-math -g2 -fPIC plugins/video/render3d/null/null_txt.cpp g++ -c -o ./out/linuxx86/optimize/plugins/video/render3d/null/null_pix.o -I. -I./include -I./include -Wall -g -O2 -pipe -Wall -g -O2 -Wall -Wno-unknown-pragmas -fvisibility=hidden -I/usr/local/include -Wno-long-double -g -O2 -g -O2 -fno-exceptions -fvisibility-inlines-hidden -O3 -fomit-frame-pointer -ffast-math -g2 -fPIC plugins/video/render3d/null/null_pix.cpp ...skipped null3d.so for lack of libcrystalspace-1.2.a... mkdir -p "./out/linuxx86/optimize/plugins/video/cursor" g++ -c -o ./out/linuxx86/optimize/plugins/video/cursor/cursor.o -I. -I./include -I./include -Wall -g -O2 -pipe -Wall -g -O2 -Wall -Wno-unknown-pragmas -fvisibility=hidden -I/usr/local/include -Wno-long-double -g -O2 -g -O2 -fno-exceptions -fvisibility-inlines-hidden -O3 -fomit-frame-pointer -ffast-math -g2 -fPIC plugins/video/cursor/cursor.cpp ...skipped cscursor.so for lack of libcrystalspace-1.2.a... make[1]: *** [all] Error 1 make[1]: Leaving directory `/build/buildd/crystalspace-1.2-20080206/CS' make: *** [build-arch-stamp] Error 2 dpkg-buildpackage: failure: debian/rules build gave error exit status 2
Please fix this, is really important. The full build log can be found here:
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
