Do you have Autoconf installed? (You might need to go to Linux or OSX if you can't find a working Autoconf on Windows.)
Did you invoke ./autogen.sh in your project directory to generate the configure script from configure.ac (if you edited configure.ac at all)? Did you invoke ./configure to generate Jamefile from Jamfile.in? On Sun, Jul 21, 2013 at 12:33 AM, Jim Sager <[email protected]> wrote: > Eric, > > I ran the script. > I copied it to c:/xyzim > I copied my src files to c:/xyzim/src > I copied my data files to c:/xyzim/data > > In c:/xyzim, I type: jam > > Jamfile: No such file or directory > ...found 7 target(s)... > > Rest assured, I'm a high quality programmer. I just get hung up like no > other on technical details like getting compilers set up, things installed > and such. Any help is appreciated on this stuff. It is like a brick wall > that if I don't get past, that I can't even program. > > ________________________________ > From: Eric Sunshine <[email protected]> > To: Jim Sager <[email protected]>; CS developers and users list > <[email protected]> > Sent: Saturday, July 20, 2013 11:59 PM > Subject: Re: [CsMain] Crystal Fighter:Getting back on the horse(could use > some help) > > Best would be to run CS/scripts/jamtemplate/createproject.sh. Either > create a new dummy project with createproject.sh and copy over the > relevant configure.ac code to your project's configure.ac. Also copy > over the latest mk/* from there. > > Alternately, use createproject.sh to create a real project and copy > your project's source code and resources into it, omitting old > configure.ac and old mk/jam and mk/autoconf stuff. > > On Sat, Jul 20, 2013 at 5:44 PM, Jim Sager <[email protected]> wrote: >> Hello, >> >> I have an engine to play a game like Tekken online in an open world. >> I've seen the success of MOBAs like DOTA/LOL/HON. I think I could mix >> Tekken/Streetfighter2 style play with an open world MOBA. >> >> I'm currently porting my code onto a new machine. >> This means a new version of CrystalSpace and a new version of ASIO(my >> networking code) >> >> Crystalspace installed fine. I am using Mingw. >> >> I am having a problem with an external application recognizing where the >> crystalspace headers are. >> >> $ jam xyzim >> ...found 82 target(s)... >> ...updating 10 target(s)... >> C++ ./out/msysx86/optimize/src/appxyzim.o >> g++.exe: warning: switch '-fvtable-thunks' is no longer supported >> In file included from src/appxyzim.h:10:0, >> from src/appxyzim.cpp:7: >> src/xyzim.h:12:22: fatal error: cssysdef.h: No such file or directory >> compilation terminated. >> >> I'm sure there is something very easy to do to fix this. >> What do I do to fix this? >> >> ------------------------------------------------------------------------------ >> >> >> ------------------------------------------------------------------------------ >> See everything from the browser to the database with AppDynamics >> Get end-to-end visibility with application monitoring from AppDynamics >> Isolate bottlenecks and diagnose root cause in seconds. >> Start your free trial of AppDynamics Pro today! >> >> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk >> _______________________________________________ >> Crystal-main mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/crystal-main >> Unsubscribe: >> mailto:[email protected]?subject=unsubscribe >> > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > Crystal-main mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/crystal-main > Unsubscribe: > mailto:[email protected]?subject=unsubscribe > > > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > Crystal-main mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/crystal-main > Unsubscribe: > mailto:[email protected]?subject=unsubscribe > ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[email protected]?subject=unsubscribe
