Unfortunately, you omitted the all-important compile command from which the error arose (the g++ invocation). It would be useful to have this information in order to see what compiler flags are being employed. As a guess, it looks like your build system does not know about CS at all. Does your configure script check for CS? Does your Jamfile take advantage of information discovered by the configure script?
-- ES Jim Sager wrote: > I didn't know how to set my scrollback to a higher number. My first > error messages scrolled off the screen. Jorrit helped me set this > through IRC. > > I have a lot of error messages. Instead of posting all of them, I'll > just post the first few. If we need my whole list, I can do it. > > ...found 88 target(s)... > ...updating 10 target(s)... > C++ ./out/msysx86/optimize/src/appxyzim.o > In file included from src/appxyzim.h:10, > from src/appxyzim.cpp:7: > src/xyzim.h:12:22: cssysdef.h: No such file or directory > In file included from src/appxyzim.h:7: > src/appxyzim.h:11:26: crystalspace.h: No such file or directory > > I think the rest of the error messages are resulting from these ones. > > > > > */Eric Sunshine <[EMAIL PROTECTED]>/* wrote: > > Without seeing the actual error messages, it will be pretty difficult to > diagnose the problem. > > -- ES > > Jim Sager wrote: > > This is probably a really easy question for someone. > > > > I am trying to compile my xyzim project in Windows using MINGW/MSYS > > I keep getting so many errors that they scroll off the screen. > > > > I compiled the CrystalSpace project. > > > > I have it in C:/cs3 > > > > I set environment variables in System/Advanced. I have CRYSTAL > > variables for both user and system. > > > > I think my problem may be in MSYS. > > > > I tried: > > export CRYSTAL=/c/cs3 > > export CRYSTAL=c:/cs3 > > export CRYSTAL="/c/cs3" > > export CRYSTAL=/c:/cs3 > > export CRYSTAL=/cs3 > > export CRYSTAL=c:/cs3 > > setenv CRYSTAL "/cs3" > > > > > > This problem really doesn't have me stuck at all. I just have a few > > friends that are Windows users and I want to send them my XYZIM > > animation maker so they can play with it some. So it isn't a really > > pressing issue. > > > > Thanks for reading, > > Jim > > ------------------------------------------------------------------------- > 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] > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > 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] ------------------------------------------------------------------------- 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]
