
idle
Community Members-
Posts
42 -
Joined
-
Last visited
Everything posted by idle
-
At least boost-1.37.0 contains this file and I'm sure 1.39.0 as well. Did you set your boost profile properly? Try: eselect boost list Pick the most recent version and set your profile. E.g.: eselect boost set 2
-
Linux' Build instructions
idle replied to chemicalvamp's topic in Game Development & Technical Discussion
The symlink is usually created by ldconfig and if not (you may try to run ldconfig yourself) for whatever reason just create one. "-lboost_system-mt" is like: link libboost_system-mt.so -
installation problems on linux
idle replied to sisqonrw's topic in Game Development & Technical Discussion
Usually it isn't that difficult, at least as long as you have basic linux knowledge. I suggest to try what janwas has already mentioned. Try ./update-workspaces.sh --without-pch and build again (of course do a 'make clean' first). -
installation problems on linux
idle replied to sisqonrw's topic in Game Development & Technical Discussion
Please paste '~/trunk/build/workspaces/gcc/graphics.make'. And also please do: cd ~/trunk/build/workspaces ./update-workspaces.sh --verbose cd gcc make -
installation problems on linux
idle replied to sisqonrw's topic in Game Development & Technical Discussion
please read what you type. you tried to cd into /build which does not exist usually so you have to remove the slash. cd ~/trunk svn revert libraries/spidermonkey/src/build.sh svn up cd build/workspaces CFLAGS="-I/usr/include/nspr" ./update-workspaces.sh cd gcc make -
installation problems on linux
idle replied to sisqonrw's topic in Game Development & Technical Discussion
p *EDIT if you're at the point where you need to run ./update-workspaces.sh type this: CFLAGS="-I/usr/include/nspr" ./update-workspaces.sh -
installation problems on linux
idle replied to sisqonrw's topic in Game Development & Technical Discussion
Do it again with: cd ~/trunk svn up cd build/workspaces ./update-workspaces.sh cd gcc make clean all -
installation problems on linux
idle replied to sisqonrw's topic in Game Development & Technical Discussion
cd ../../.. svn up cd build/workspaces ./update-workspaces.sh cd gcc make -
installation problems on linux
idle replied to sisqonrw's topic in Game Development & Technical Discussion
Yeah, it looks good so far. Now go into gcc/ and try building the game itself. cd gcc make -
installation problems on linux
idle replied to sisqonrw's topic in Game Development & Technical Discussion
Try this: open 'libraries/spidermonkey/src/build.sh' with your editor. take a look at line 33 change it from: to: then go back into 'build/workspaces/' and type again: ./update-workspaces.sh -
installation problems on linux
idle replied to sisqonrw's topic in Game Development & Technical Discussion
darn! you should do that in the build dir of 0ad you already did that sometimes.... and you don't need to build as root! -
installation problems on linux
idle replied to sisqonrw's topic in Game Development & Technical Discussion
so nspr-config has the wrong include path, please take a look at your distribution bug database and file a new bug if needed (except you've installed it yourself). you can try this as workaround: CFLAGS="-I/usr/include/nspr" make or even install a newer version or so where this problem might be fixed. -
try 1.36 with devel files.
-
installation problems on linux
idle replied to sisqonrw's topic in Game Development & Technical Discussion
-
Which boost version is installed?
-
Which IDE do you use on Linux?
idle replied to Yves's topic in Game Development & Technical Discussion
I suggest vim, eclipse or even kdevelop4 -
installation problems on linux
idle replied to sisqonrw's topic in Game Development & Technical Discussion
If nspr has been installed, show me: Run: updatedb locate pratom.h locate prlock.h locate prcvar.h -
Build error - Ubuntu 9.04 amd64
idle replied to VooDoo's topic in Game Development & Technical Discussion
Try it again and we'll see -
How donwload 0 A. D. source code ?
idle replied to good1979's topic in Game Development & Technical Discussion
http://trac.wildfiregames.com/wiki -
Build error - Ubuntu 9.04 amd64
idle replied to VooDoo's topic in Game Development & Technical Discussion
Oh, sry.. I meant libboost_system-mt.so -
Build error - Ubuntu 9.04 amd64
idle replied to VooDoo's topic in Game Development & Technical Discussion
Install libboost, boost or libboost-dev.. however that may be called in ubuntu... To ensure you got the right package try: slocate libboost_filesystem-mt.so or locate libboost_filesystem-mt.so You might run 'updatedb' first. -
installation problems on linux
idle replied to sisqonrw's topic in Game Development & Technical Discussion
hm, that must be in libnspr or libnspr-dev or so. You need the files above from nspr. -
(s)locate libboost_filesystem-mt.so it might be good to run 'updatedb' first.
-
Build error - Ubuntu 9.04 amd64
idle replied to VooDoo's topic in Game Development & Technical Discussion
So clean-up your homedir and try again And please always do an export LC_MESSAGES=C if you open a new shell and want paste some logs etc. -
cd ../ ./update-workspaces.sh --verbose cd gcc make &> log and paste the log.