Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.

In the meantime please join the new Discord Server!

If you have any questions please e-mail me through the Platinum Arts website.

Problem installing 2.5

Having issues not related to a specific Sandbox game mode? Get help here!
Please also read the rules for support when posting support requests.
Failure to comply with the forum rules may result in your topic being locked without resolution.
Locked
User avatar
johnno56
Member
Member
Posts: 158
Joined: June 12th, 2009, 4:06 am
Name: John
Location: Melbourne, Australia

Problem installing 2.5

Post by johnno56 »

Downloaded 2.5 to my Desktop. Followed instructions in READMELINUX. Entered the following from with the src directory.

john@john-desktop:~/Desktop/PlatinumArtsSandbox2.5/src$ fromdos enet/* && fromdos enet/*/* && chmod + x enet/configure && make install
fromdos: File read/write error while converting enet/autom4te.cache.
fromdos: File read/write error while converting enet/include.
fromdos: File read/write error while converting enet/include/enet.
chmod: cannot access `x': No such file or directory

I have tried the above command using sudo; I have used chmod -R 777 *.* on the downloaded folder; all with the same result.

Any suggestions would be appreciated.

Regards

J

PS: Have been running 2.4 for some time without a glitch. I am using ubuntu 8.04.
May your journey be free of incident.

Live long and prosper.
User avatar
daniel_san
Moderator
Moderator
Posts: 84
Joined: September 8th, 2009, 11:03 pm
Name: Dan
IRC Username: daniel_san

Re: Problem installing 2.5

Post by daniel_san »

looks like there shouldn't be a space between + and x. Should be chmod +x to make executable.
Forewarning though that command has never worked for me. It always just breaks enet.
Try just doing the usual make-dance in the source directory.
make clean && sudo make install
That should at least give you a working binary for linux. take care.


-daniel_san
User avatar
johnno56
Member
Member
Posts: 158
Joined: June 12th, 2009, 4:06 am
Name: John
Location: Melbourne, Australia

Re: Problem installing 2.5

Post by johnno56 »

Thanks daniel_san.

I will try your suggestion and let you know.

regards

J
May your journey be free of incident.

Live long and prosper.
User avatar
johnno56
Member
Member
Posts: 158
Joined: June 12th, 2009, 4:06 am
Name: John
Location: Melbourne, Australia

Re: Problem installing 2.5

Post by johnno56 »

daniel_san,

Tried the same command without the space between the + and x, same result.

tried the make clean && sudo make install. Command processed for a while and completed. I think something went skew-wiff. tried the whereis sandbox with no result. the following is the compilation output. It's a bit long and most of it is greek to me.

I hope this helps.

regards

J

-----------------------------------------

Code: Select all

john@john-desktop:~/Desktop/PlatinumArtsSandbox2.5/src$ make clean && sudo make install
rm -f shared/crypto-standalone.o shared/stream-standalone.o shared/tools-standalone.o engine/command-standalone.o engine/server-standalone.o fpsgame/server-standalone.o moviecube/server-standalone.o shared/cube.h.gch engine/engine.h.gch fpsgame/game.h.gch sspgame/sspgame.h.gch rpggame/rpggame.h.gch moviecube/game.h.gch shared/crypto.o shared/geom.o shared/stream.o shared/tools.o shared/zip.o engine/3dgui.o engine/bih.o engine/blend.o engine/blob.o engine/client.o engine/command.o engine/console.o engine/cubeloader.o engine/decal.o engine/dynlight.o engine/glare.o engine/grass.o engine/lightmap.o engine/main.o engine/material.o engine/menus.o engine/movie.o engine/normal.o engine/octa.o engine/octaedit.o engine/octarender.o engine/pvs.o engine/physics.o engine/rendergl.o engine/rendermodel.o engine/renderparticles.o engine/rendersky.o engine/rendertext.o engine/renderva.o engine/server.o engine/serverbrowser.o engine/shader.o engine/shadowmap.o engine/sound.o engine/texture.o engine/ui.o engine/water.o engine/world.o engine/worldio.o sspgame/ssp.o sspgame/sspent.o sspgame/sspentities.o sspgame/sspweapons.o sspgame/sspmonster.o sspgame/ssprender.o sspgame/sspstubs.o rpggame/rpg.o rpggame/rpgobj.o rpggame/rpgentities.o rpggame/rpgstubs.o rpggame/rpgrender.o rpggame/rpggui.o rpggame/rpgscript.o rpggame/rpgproj.o rpggame/rpgstats.o rpggame/rpgent.o rpggame/rpgio.o rpggame/rpghud.o fpsgame/ai.o fpsgame/client.o fpsgame/entities.o fpsgame/fps.o fpsgame/monster.o fpsgame/movable.o fpsgame/render.o fpsgame/scoreboard.o fpsgame/server.o fpsgame/waypoint.o moviecube/action.o moviecube/characterinfo.o moviecube/client.o moviecube/clientmode.o moviecube/control.o moviecube/entities.o moviecube/mapentities.o moviecube/movable.o moviecube/moviecube.o moviecube/render.o moviecube/server.o launcher/pasl.o launcher/paslapp.o shared/crypto-standalone.o shared/stream-standalone.o shared/tools-standalone.o engine/command-standalone.o engine/master-standalone.o sandbox_server_* sandbox_client_*
[sudo] password for john: 
cd enet; ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking for gethostbyaddr_r... yes
checking for gethostbyname_r... yes
checking for poll... yes
checking for fcntl... yes
checking for inet_pton... yes
checking for inet_ntop... yes
checking for struct msghdr.msg_flags... yes
checking for socklen_t... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether to use CRC32... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating include/enet/Makefile
config.status: executing depfiles commands
make	-C enet/ all
make[1]: Entering directory `/home/john/Desktop/PlatinumArtsSandbox2.5/src/enet'
Making all in include
make[2]: Entering directory `/home/john/Desktop/PlatinumArtsSandbox2.5/src/enet/include'
Making all in enet
make[3]: Entering directory `/home/john/Desktop/PlatinumArtsSandbox2.5/src/enet/include/enet'
make[4]: Entering directory `/home/john/Desktop/PlatinumArtsSandbox2.5/src/enet'
make[4]: Leaving directory `/home/john/Desktop/PlatinumArtsSandbox2.5/src/enet'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/john/Desktop/PlatinumArtsSandbox2.5/src/enet/include/enet'
make[3]: Entering directory `/home/john/Desktop/PlatinumArtsSandbox2.5/src/enet/include'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/john/Desktop/PlatinumArtsSandbox2.5/src/enet/include'
make[2]: Leaving directory `/home/john/Desktop/PlatinumArtsSandbox2.5/src/enet/include'
make[2]: Entering directory `/home/john/Desktop/PlatinumArtsSandbox2.5/src/enet'
gcc -DPACKAGE_NAME=\"libenet\" -DPACKAGE_TARNAME=\"libenet\" -DPACKAGE_VERSION=\"9-15-2008\" -DPACKAGE_STRING=\"libenet\ 9-15-2008\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libenet.a\" -DVERSION=\"9-15-2008\" -DHAS_GETHOSTBYADDR_R=1 -DHAS_GETHOSTBYNAME_R=1 -DHAS_POLL=1 -DHAS_FCNTL=1 -DHAS_INET_PTON=1 -DHAS_INET_NTOP=1 -DHAS_MSGHDR_FLAGS=1 -DHAS_SOCKLEN_T=1 -I. -Iinclude    -g -O2 -MT host.o -MD -MP -MF .deps/host.Tpo -c -o host.o host.c
mv -f .deps/host.Tpo .deps/host.Po
gcc -DPACKAGE_NAME=\"libenet\" -DPACKAGE_TARNAME=\"libenet\" -DPACKAGE_VERSION=\"9-15-2008\" -DPACKAGE_STRING=\"libenet\ 9-15-2008\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libenet.a\" -DVERSION=\"9-15-2008\" -DHAS_GETHOSTBYADDR_R=1 -DHAS_GETHOSTBYNAME_R=1 -DHAS_POLL=1 -DHAS_FCNTL=1 -DHAS_INET_PTON=1 -DHAS_INET_NTOP=1 -DHAS_MSGHDR_FLAGS=1 -DHAS_SOCKLEN_T=1 -I. -Iinclude    -g -O2 -MT list.o -MD -MP -MF .deps/list.Tpo -c -o list.o list.c
mv -f .deps/list.Tpo .deps/list.Po
gcc -DPACKAGE_NAME=\"libenet\" -DPACKAGE_TARNAME=\"libenet\" -DPACKAGE_VERSION=\"9-15-2008\" -DPACKAGE_STRING=\"libenet\ 9-15-2008\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libenet.a\" -DVERSION=\"9-15-2008\" -DHAS_GETHOSTBYADDR_R=1 -DHAS_GETHOSTBYNAME_R=1 -DHAS_POLL=1 -DHAS_FCNTL=1 -DHAS_INET_PTON=1 -DHAS_INET_NTOP=1 -DHAS_MSGHDR_FLAGS=1 -DHAS_SOCKLEN_T=1 -I. -Iinclude    -g -O2 -MT callbacks.o -MD -MP -MF .deps/callbacks.Tpo -c -o callbacks.o callbacks.c
mv -f .deps/callbacks.Tpo .deps/callbacks.Po
gcc -DPACKAGE_NAME=\"libenet\" -DPACKAGE_TARNAME=\"libenet\" -DPACKAGE_VERSION=\"9-15-2008\" -DPACKAGE_STRING=\"libenet\ 9-15-2008\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libenet.a\" -DVERSION=\"9-15-2008\" -DHAS_GETHOSTBYADDR_R=1 -DHAS_GETHOSTBYNAME_R=1 -DHAS_POLL=1 -DHAS_FCNTL=1 -DHAS_INET_PTON=1 -DHAS_INET_NTOP=1 -DHAS_MSGHDR_FLAGS=1 -DHAS_SOCKLEN_T=1 -I. -Iinclude    -g -O2 -MT packet.o -MD -MP -MF .deps/packet.Tpo -c -o packet.o packet.c
mv -f .deps/packet.Tpo .deps/packet.Po
gcc -DPACKAGE_NAME=\"libenet\" -DPACKAGE_TARNAME=\"libenet\" -DPACKAGE_VERSION=\"9-15-2008\" -DPACKAGE_STRING=\"libenet\ 9-15-2008\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libenet.a\" -DVERSION=\"9-15-2008\" -DHAS_GETHOSTBYADDR_R=1 -DHAS_GETHOSTBYNAME_R=1 -DHAS_POLL=1 -DHAS_FCNTL=1 -DHAS_INET_PTON=1 -DHAS_INET_NTOP=1 -DHAS_MSGHDR_FLAGS=1 -DHAS_SOCKLEN_T=1 -I. -Iinclude    -g -O2 -MT peer.o -MD -MP -MF .deps/peer.Tpo -c -o peer.o peer.c
mv -f .deps/peer.Tpo .deps/peer.Po
gcc -DPACKAGE_NAME=\"libenet\" -DPACKAGE_TARNAME=\"libenet\" -DPACKAGE_VERSION=\"9-15-2008\" -DPACKAGE_STRING=\"libenet\ 9-15-2008\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libenet.a\" -DVERSION=\"9-15-2008\" -DHAS_GETHOSTBYADDR_R=1 -DHAS_GETHOSTBYNAME_R=1 -DHAS_POLL=1 -DHAS_FCNTL=1 -DHAS_INET_PTON=1 -DHAS_INET_NTOP=1 -DHAS_MSGHDR_FLAGS=1 -DHAS_SOCKLEN_T=1 -I. -Iinclude    -g -O2 -MT protocol.o -MD -MP -MF .deps/protocol.Tpo -c -o protocol.o protocol.c
mv -f .deps/protocol.Tpo .deps/protocol.Po
gcc -DPACKAGE_NAME=\"libenet\" -DPACKAGE_TARNAME=\"libenet\" -DPACKAGE_VERSION=\"9-15-2008\" -DPACKAGE_STRING=\"libenet\ 9-15-2008\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libenet.a\" -DVERSION=\"9-15-2008\" -DHAS_GETHOSTBYADDR_R=1 -DHAS_GETHOSTBYNAME_R=1 -DHAS_POLL=1 -DHAS_FCNTL=1 -DHAS_INET_PTON=1 -DHAS_INET_NTOP=1 -DHAS_MSGHDR_FLAGS=1 -DHAS_SOCKLEN_T=1 -I. -Iinclude    -g -O2 -MT unix.o -MD -MP -MF .deps/unix.Tpo -c -o unix.o unix.c
mv -f .deps/unix.Tpo .deps/unix.Po
gcc -DPACKAGE_NAME=\"libenet\" -DPACKAGE_TARNAME=\"libenet\" -DPACKAGE_VERSION=\"9-15-2008\" -DPACKAGE_STRING=\"libenet\ 9-15-2008\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libenet.a\" -DVERSION=\"9-15-2008\" -DHAS_GETHOSTBYADDR_R=1 -DHAS_GETHOSTBYNAME_R=1 -DHAS_POLL=1 -DHAS_FCNTL=1 -DHAS_INET_PTON=1 -DHAS_INET_NTOP=1 -DHAS_MSGHDR_FLAGS=1 -DHAS_SOCKLEN_T=1 -I. -Iinclude    -g -O2 -MT win32.o -MD -MP -MF .deps/win32.Tpo -c -o win32.o win32.c
mv -f .deps/win32.Tpo .deps/win32.Po
rm -f libenet.a
ar cru libenet.a host.o list.o callbacks.o packet.o peer.o protocol.o unix.o win32.o 
ranlib libenet.a
make[2]: Leaving directory `/home/john/Desktop/PlatinumArtsSandbox2.5/src/enet'
make[1]: Leaving directory `/home/john/Desktop/PlatinumArtsSandbox2.5/src/enet'
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -o shared/cube.h.gch.tmp shared/cube.h
mv shared/cube.h.gch.tmp shared/cube.h.gch
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o shared/crypto.o shared/crypto.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o shared/geom.o shared/geom.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o shared/stream.o shared/stream.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o shared/tools.o shared/tools.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o shared/zip.o shared/zip.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -o engine/engine.h.gch.tmp engine/engine.h
mv engine/engine.h.gch.tmp engine/engine.h.gch
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/3dgui.o engine/3dgui.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/bih.o engine/bih.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/blend.o engine/blend.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/blob.o engine/blob.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/client.o engine/client.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/command.o engine/command.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/console.o engine/console.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/cubeloader.o engine/cubeloader.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/decal.o engine/decal.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/dynlight.o engine/dynlight.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/glare.o engine/glare.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/grass.o engine/grass.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/lightmap.o engine/lightmap.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/main.o engine/main.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/material.o engine/material.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/menus.o engine/menus.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/movie.o engine/movie.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/normal.o engine/normal.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/octa.o engine/octa.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/octaedit.o engine/octaedit.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/octarender.o engine/octarender.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/pvs.o engine/pvs.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/physics.o engine/physics.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/rendergl.o engine/rendergl.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/rendermodel.o engine/rendermodel.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/renderparticles.o engine/renderparticles.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/rendersky.o engine/rendersky.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/rendertext.o engine/rendertext.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/renderva.o engine/renderva.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/server.o engine/server.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/serverbrowser.o engine/serverbrowser.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/shader.o engine/shader.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/shadowmap.o engine/shadowmap.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/sound.o engine/sound.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/texture.o engine/texture.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/ui.o engine/ui.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/water.o engine/water.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/world.o engine/world.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`   -c -o engine/worldio.o engine/worldio.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Ifpsgame -o fpsgame/game.h.gch.tmp fpsgame/game.h
mv fpsgame/game.h.gch.tmp fpsgame/game.h.gch
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Ifpsgame   -c -o fpsgame/ai.o fpsgame/ai.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Ifpsgame   -c -o fpsgame/client.o fpsgame/client.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Ifpsgame   -c -o fpsgame/entities.o fpsgame/entities.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Ifpsgame   -c -o fpsgame/fps.o fpsgame/fps.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Ifpsgame   -c -o fpsgame/monster.o fpsgame/monster.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Ifpsgame   -c -o fpsgame/movable.o fpsgame/movable.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Ifpsgame   -c -o fpsgame/render.o fpsgame/render.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Ifpsgame   -c -o fpsgame/scoreboard.o fpsgame/scoreboard.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Ifpsgame   -c -o fpsgame/server.o fpsgame/server.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Ifpsgame   -c -o fpsgame/waypoint.o fpsgame/waypoint.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -o sandbox_client_32_fps shared/crypto.o shared/geom.o shared/stream.o shared/tools.o shared/zip.o engine/3dgui.o engine/bih.o engine/blend.o engine/blob.o engine/client.o engine/command.o engine/console.o engine/cubeloader.o engine/decal.o engine/dynlight.o engine/glare.o engine/grass.o engine/lightmap.o engine/main.o engine/material.o engine/menus.o engine/movie.o engine/normal.o engine/octa.o engine/octaedit.o engine/octarender.o engine/pvs.o engine/physics.o engine/rendergl.o engine/rendermodel.o engine/renderparticles.o engine/rendersky.o engine/rendertext.o engine/renderva.o engine/server.o engine/serverbrowser.o engine/shader.o engine/shadowmap.o engine/sound.o engine/texture.o engine/ui.o engine/water.o engine/world.o engine/worldio.o fpsgame/ai.o fpsgame/client.o fpsgame/entities.o fpsgame/fps.o fpsgame/monster.o fpsgame/movable.o fpsgame/render.o fpsgame/scoreboard.o fpsgame/server.o fpsgame/waypoint.o -Lenet -lenet -L/usr/X11R6/lib `sdl-config --libs` -lSDL_image -lSDL_mixer -lz -lGL -lrt
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Isspgame -o sspgame/sspgame.h.gch.tmp sspgame/sspgame.h
mv sspgame/sspgame.h.gch.tmp sspgame/sspgame.h.gch
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Isspgame   -c -o sspgame/ssp.o sspgame/ssp.cpp
sspgame/ssp.cpp: In function ‘void game::gameplayhud(int, int)’:
sspgame/ssp.cpp:448: warning: unused variable ‘top’
sspgame/ssp.cpp:448: warning: unused variable ‘left’
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Isspgame   -c -o sspgame/sspent.o sspgame/sspent.cpp
sspgame/sspent.cpp:335:2: warning: no newline at end of file
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Isspgame   -c -o sspgame/sspentities.o sspgame/sspentities.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Isspgame   -c -o sspgame/sspweapons.o sspgame/sspweapons.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Isspgame   -c -o sspgame/sspmonster.o sspgame/sspmonster.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Isspgame   -c -o sspgame/ssprender.o sspgame/ssprender.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Isspgame   -c -o sspgame/sspstubs.o sspgame/sspstubs.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -o sandbox_client_32_ssp shared/crypto.o shared/geom.o shared/stream.o shared/tools.o shared/zip.o engine/3dgui.o engine/bih.o engine/blend.o engine/blob.o engine/client.o engine/command.o engine/console.o engine/cubeloader.o engine/decal.o engine/dynlight.o engine/glare.o engine/grass.o engine/lightmap.o engine/main.o engine/material.o engine/menus.o engine/movie.o engine/normal.o engine/octa.o engine/octaedit.o engine/octarender.o engine/pvs.o engine/physics.o engine/rendergl.o engine/rendermodel.o engine/renderparticles.o engine/rendersky.o engine/rendertext.o engine/renderva.o engine/server.o engine/serverbrowser.o engine/shader.o engine/shadowmap.o engine/sound.o engine/texture.o engine/ui.o engine/water.o engine/world.o engine/worldio.o sspgame/ssp.o sspgame/sspent.o sspgame/sspentities.o sspgame/sspweapons.o sspgame/sspmonster.o sspgame/ssprender.o sspgame/sspstubs.o -Lenet -lenet -L/usr/X11R6/lib `sdl-config --libs` -lSDL_image -lSDL_mixer -lz -lGL -lrt
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Irpggame -o rpggame/rpggame.h.gch.tmp rpggame/rpggame.h
In file included from rpggame/rpggame.h:9:
rpggame/rpgcommand.h:7:3: warning: no newline at end of file
mv rpggame/rpggame.h.gch.tmp rpggame/rpggame.h.gch
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Irpggame   -c -o rpggame/rpg.o rpggame/rpg.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Irpggame   -c -o rpggame/rpgobj.o rpggame/rpgobj.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Irpggame   -c -o rpggame/rpgentities.o rpggame/rpgentities.cpp
rpggame/rpgentities.cpp:229:3: warning: no newline at end of file
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Irpggame   -c -o rpggame/rpgstubs.o rpggame/rpgstubs.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Irpggame   -c -o rpggame/rpgrender.o rpggame/rpgrender.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Irpggame   -c -o rpggame/rpggui.o rpggame/rpggui.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Irpggame   -c -o rpggame/rpgscript.o rpggame/rpgscript.cpp
rpggame/rpgscript.cpp:467:3: warning: no newline at end of file
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Irpggame   -c -o rpggame/rpgproj.o rpggame/rpgproj.cpp
rpggame/rpgproj.cpp:76:2: warning: no newline at end of file
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Irpggame   -c -o rpggame/rpgstats.o rpggame/rpgstats.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Irpggame   -c -o rpggame/rpgent.o rpggame/rpgent.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Irpggame   -c -o rpggame/rpgio.o rpggame/rpgio.cpp
rpggame/rpgio.cpp:910:2: warning: no newline at end of file
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Irpggame   -c -o rpggame/rpghud.o rpggame/rpghud.cpp
rpggame/rpghud.cpp:260:3: warning: no newline at end of file
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -o sandbox_client_32_rpg shared/crypto.o shared/geom.o shared/stream.o shared/tools.o shared/zip.o engine/3dgui.o engine/bih.o engine/blend.o engine/blob.o engine/client.o engine/command.o engine/console.o engine/cubeloader.o engine/decal.o engine/dynlight.o engine/glare.o engine/grass.o engine/lightmap.o engine/main.o engine/material.o engine/menus.o engine/movie.o engine/normal.o engine/octa.o engine/octaedit.o engine/octarender.o engine/pvs.o engine/physics.o engine/rendergl.o engine/rendermodel.o engine/renderparticles.o engine/rendersky.o engine/rendertext.o engine/renderva.o engine/server.o engine/serverbrowser.o engine/shader.o engine/shadowmap.o engine/sound.o engine/texture.o engine/ui.o engine/water.o engine/world.o engine/worldio.o rpggame/rpg.o rpggame/rpgobj.o rpggame/rpgentities.o rpggame/rpgstubs.o rpggame/rpgrender.o rpggame/rpggui.o rpggame/rpgscript.o rpggame/rpgproj.o rpggame/rpgstats.o rpggame/rpgent.o rpggame/rpgio.o rpggame/rpghud.o -Lenet -lenet -L/usr/X11R6/lib `sdl-config --libs` -lSDL_image -lSDL_mixer -lz -lGL -lrt
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Imoviecube -o moviecube/game.h.gch.tmp moviecube/game.h
moviecube/modeinfo.h:39: warning: ‘gamemodes’ defined but not used
mv moviecube/game.h.gch.tmp moviecube/game.h.gch
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Imoviecube   -c -o moviecube/action.o moviecube/action.cpp
moviecube/modeinfo.h:39: warning: ‘gamemodes’ defined but not used
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Imoviecube   -c -o moviecube/characterinfo.o moviecube/characterinfo.cpp
moviecube/modeinfo.h:39: warning: ‘gamemodes’ defined but not used
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Imoviecube   -c -o moviecube/client.o moviecube/client.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Imoviecube   -c -o moviecube/clientmode.o moviecube/clientmode.cpp
moviecube/modeinfo.h:39: warning: ‘gamemodes’ defined but not used
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Imoviecube   -c -o moviecube/control.o moviecube/control.cpp
moviecube/modeinfo.h:39: warning: ‘gamemodes’ defined but not used
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Imoviecube   -c -o moviecube/entities.o moviecube/entities.cpp
moviecube/entities.cpp: In function ‘vector<extentity*>& entities::getents()’:
moviecube/entities.cpp:10: warning: dereferencing type-punned pointer will break strict-aliasing rules
moviecube/modeinfo.h: At global scope:
moviecube/modeinfo.h:39: warning: ‘gamemodes’ defined but not used
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Imoviecube   -c -o moviecube/mapentities.o moviecube/mapentities.cpp
moviecube/modeinfo.h:39: warning: ‘gamemodes’ defined but not used
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Imoviecube   -c -o moviecube/movable.o moviecube/movable.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Imoviecube   -c -o moviecube/moviecube.o moviecube/moviecube.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Imoviecube   -c -o moviecube/render.o moviecube/render.cpp
moviecube/modeinfo.h:39: warning: ‘gamemodes’ defined but not used
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Imoviecube   -c -o moviecube/server.o moviecube/server.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -o sandbox_client_32_movie shared/crypto.o shared/geom.o shared/stream.o shared/tools.o shared/zip.o engine/3dgui.o engine/bih.o engine/blend.o engine/blob.o engine/client.o engine/command.o engine/console.o engine/cubeloader.o engine/decal.o engine/dynlight.o engine/glare.o engine/grass.o engine/lightmap.o engine/main.o engine/material.o engine/menus.o engine/movie.o engine/normal.o engine/octa.o engine/octaedit.o engine/octarender.o engine/pvs.o engine/physics.o engine/rendergl.o engine/rendermodel.o engine/renderparticles.o engine/rendersky.o engine/rendertext.o engine/renderva.o engine/server.o engine/serverbrowser.o engine/shader.o engine/shadowmap.o engine/sound.o engine/texture.o engine/ui.o engine/water.o engine/world.o engine/worldio.o moviecube/action.o moviecube/characterinfo.o moviecube/client.o moviecube/clientmode.o moviecube/control.o moviecube/entities.o moviecube/mapentities.o moviecube/movable.o moviecube/moviecube.o moviecube/render.o moviecube/server.o -Lenet -lenet -L/usr/X11R6/lib `sdl-config --libs` -lSDL_image -lSDL_mixer -lz -lGL -lrt
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -DSTANDALONE -Ishared -Iengine -Ienet/include -c -o shared/crypto-standalone.o shared/crypto.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -DSTANDALONE -Ishared -Iengine -Ienet/include -c -o shared/stream-standalone.o shared/stream.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -DSTANDALONE -Ishared -Iengine -Ienet/include -c -o shared/tools-standalone.o shared/tools.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -DSTANDALONE -Ishared -Iengine -Ienet/include -c -o engine/command-standalone.o engine/command.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -DSTANDALONE -Ishared -Iengine -Ienet/include -c -o engine/server-standalone.o engine/server.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ifpsgame -DSTANDALONE -Ishared -Iengine -Ienet/include -c -o fpsgame/server-standalone.o fpsgame/server.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -o sandbox_server_32_fps shared/crypto-standalone.o shared/stream-standalone.o shared/tools-standalone.o engine/command-standalone.o engine/server-standalone.o fpsgame/server-standalone.o -Lenet -lenet -lz
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Imoviecube -DSTANDALONE -Ishared -Iengine -Ienet/include -c -o moviecube/server-standalone.o moviecube/server.cpp
g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -o sandbox_server_32_movie shared/crypto-standalone.o shared/stream-standalone.o shared/tools-standalone.o engine/command-standalone.o engine/server-standalone.o moviecube/server-standalone.o -Lenet -lenet -lz
cp sandbox_* ../bin/
strip ../bin/sandbox_??????_32*
chmod +x ../bin/sandbox_??????_32*
john@john-desktop:~/Desktop/PlatinumArtsSandbox2.5/src$
Last edited by Obsidian on January 19th, 2010, 10:13 am, edited 1 time in total.
Reason: added [code] tags
May your journey be free of incident.

Live long and prosper.
User avatar
daniel_san
Moderator
Moderator
Posts: 84
Joined: September 8th, 2009, 11:03 pm
Name: Dan
IRC Username: daniel_san

Re: Problem installing 2.5

Post by daniel_san »

looks like all built fine to me from your console log there.
now you can just launch from the base directory with ./sandbox_unix
or try out the launcher zkat wrote.
You may have to launch the launcher from a terminal with ./launcher
to get it to actually launch sandbox and change permissions if necessary.
take care.

-daniel_san
User avatar
Obsidian
Former Staff
Posts: 454
Joined: May 24th, 2009, 1:52 pm
IRC Username: Katana
Contact:

Re: Problem installing 2.5

Post by Obsidian »

FYI, it's a lot easier to read through the topic when you use the [ code ] BBcode for terminal output. ;)
うるさいうるさいうるさい!

github: https://github.com/damianb/
User avatar
johnno56
Member
Member
Posts: 158
Joined: June 12th, 2009, 4:06 am
Name: John
Location: Melbourne, Australia

Re: Problem installing 2.5

Post by johnno56 »

daniel_san,

Your suggestion worked just fine. All is running as it should. Many thanks for your assistance.

Obsidian,

My mistake. Completely forgot about the BBcode. Noted for future reference.

Regards

J
May your journey be free of incident.

Live long and prosper.
User avatar
Obsidian
Former Staff
Posts: 454
Joined: May 24th, 2009, 1:52 pm
IRC Username: Katana
Contact:

Re: Problem installing 2.5

Post by Obsidian »

Thanks, do appreciate it. Also helps because it uses that monospace font for that stuff....for some reason, it's easier to read for that. o_0
うるさいうるさいうるさい!

github: https://github.com/damianb/
User avatar
PizzaLover101
Member
Member
Posts: 1751
Joined: October 23rd, 2009, 1:33 pm
Name: NAME
IRC Username: DaItsicle
Location: By a computer
Contact:

Re: Problem installing 2.5

Post by PizzaLover101 »

That's a lot of code
Project 1: Da Chest Collector [TBD]
Project 2: Tis a secret [End of summer] announcement June 22 2011
Project 3: An even bigger secret!

http://pizzagametime.tk/
http://forums.pizzagametime.tk/
arcones
Support Team
Support Team
Posts: 2734
Joined: January 13th, 2010, 12:42 pm
Name: Timothy
IRC Username: I use Steam
Location: Looking over your shoulder...
Contact:

Re: Problem installing 2.5

Post by arcones »

and I looked at it when it wasn't in BBcode! :)
Image
Want a user bar like this one? PM Leo!
Locked