After creating a new project with the jamtemplate, when configure then jam,
I get a whole bunch of errors that stem from the fact that
csutil/commonhandlers.h can't be found.

All the other includes are found, and the file does infact exist at
/usr/local/include/crystalspace-1.9/csutil/

So I'm kind of at a loss for what could be causing the problem.  I couldn't
find any reference to it on the mailing list or the forums.

I'm on Ubuntu Hardy.  Full log below:

...found 38 target(s)...
...updating 3 target(s)...
C++ ./out/linuxx86/optimize/src/appexcavation.o
In file included from src/appexcavation.cpp:7:
src/appexcavation.h:13:35: error: csutil/commonhandlers.h: No such file or
directory
In file included from src/appexcavation.cpp:7:
src/appexcavation.h:20: error: expected `{' before 'public'
src/appexcavation.h:20: error: expected unqualified-id before 'public'

    g++ -c -o ./out/linuxx86/optimize/src/appexcavation.o -I. -I./src -I.
-Wall -Wno-unknown-pragmas -O3 -fomit-frame-pointer -ffast-math
-I/usr/local/include/crystalspace-1.9 -I/usr/local/include/cel-1.9
src/appexcavation.cpp

...failed C++ ./out/linuxx86/optimize/src/appexcavation.o ...
C++ ./out/linuxx86/optimize/src/main.o
In file included from src/main.cpp:8:
src/appexcavation.h:13:35: error: csutil/commonhandlers.h: No such file or
directory
In file included from src/main.cpp:8:
src/appexcavation.h:20: error: expected `{' before 'public'
src/appexcavation.h:20: error: expected unqualified-id before 'public'

    g++ -c -o ./out/linuxx86/optimize/src/main.o -I. -I./src -I. -Wall
-Wno-unknown-pragmas -O3 -fomit-frame-pointer -ffast-math
-I/usr/local/include/crystalspace-1.9 -I/usr/local/include/cel-1.9
src/main.cpp

...failed C++ ./out/linuxx86/optimize/src/main.o ...
...skipped excavation for lack of <src!>appexcavation.o...
...failed updating 2 target(s)...
...skipped 1 target(s)...
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Crystal-main mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: mailto:[EMAIL PROTECTED]

Reply via email to