Trouble with linux

juliusctw

25-04-2007 16:23:54

Hello

I am trying to build OgreNewt in linux using scons, but I got this error which doesn't make much sense, saying that SConscript is missing when, it is there...


$ scons SConscript
scons: Reading SConscript files ...
Checking for C++ header file boost/bind.hpp... (cached) yes
Checking for C++ header file OGRE/Ogre.h... (cached) yes

scons: warning: Ignoring missing SConscript 'build/OgreNewt_Main/SConscript'
File "/home/chieh/temp/ogreaddons/OgreNewt/SConstruct", line 56, in <module>
scons: done reading SConscript files.
scons: Building targets ...
scons: Nothing to be done for `SConscript'.
scons: done building targets.

$ ls
OgreNewt.ncb OgreNewt.sln OgreNewt_Main OgreNewt_vc71.sln SConscript config.log
OgreNewt.rar OgreNewt.suo OgreNewt_vc71.ncb OgreNewt_vc71.suo SConstruct demos

Game_Ender

25-04-2007 17:45:56

The SConscript file should be in the OgreNewt_Main directory not the root directory.

deficite

25-04-2007 23:45:42

I had to fix this problem whenever I made an Arch Linux package for OgreNewt (it moves SConscript to the proper location)

Game_Ender

26-04-2007 00:25:43

I was the one who made the build files. I think I did not give clear enough instructions when I submitted them. Maybe if I get the time I will update them to build the demos.

juliusctw

26-04-2007 20:52:57

thanks, that was the problem :)

vinvin

19-05-2007 02:36:30

cvs scons files are not working, even if SConscript is moved into OgreNewt_Main. With the files pasted in there http://www.ogre3d.org/phpBB2addons/viewtopic.php?t=3216 it is ok.