Author Topic: psclient give's errors  (Read 1106 times)

Cyrix

  • Traveller
  • *
  • Posts: 24
    • View Profile
psclient give's errors
« on: October 30, 2003, 11:42:52 pm »
when i type: psclient
i get the following errors:

psclient
Downloading registry from http://www.planeshift.it/updater/repository.xml.
0%........25%........50%........75%......done.
No changes. Skipping MD5 check.
Remove updaterregistry.xml if you want to force an md5 test.
Shutting down...
./psclient: line 52: src/client/psclient: No such file or directory


this is my psclient start file in /bin/psclient

#!/bin/sh
cd /home/hk/CVS/planeshift
export CRYSTAL=/home/hk/CVS/CS/
export CEL=/home/hk/CVS/cel/
export CSCONFPATH=$CEL
./updater
./psclient

i had to type the export things in psclient file that is in /bin/psclient so he finds cel and crystal at start, because writing it into .bashrc wont work for me.

Anyone knows why it wont work like this?
« Last Edit: October 31, 2003, 12:22:25 pm by Cyrix »

Cyrix

  • Traveller
  • *
  • Posts: 24
    • View Profile
(No subject)
« Reply #1 on: October 31, 2003, 09:48:45 am »
When i build it with Jam i get this Message at the end:

...failed updating 56 target(s)...
...skipped 10 target(s)...
...updated 37 target(s)...

So my scr/client DIR isn\'t compiled, all the .h files are there and no psclient file.

I try to get the whole build log into a text file, then i post it or make a download for you.

i used the cvs installation of planeshift, cel and crystal. i used the linux howto in this tech forum.

Cyrix

  • Traveller
  • *
  • Posts: 24
    • View Profile
the errorlog
« Reply #2 on: October 31, 2003, 12:14:45 pm »
./autogen.sh
./configure
jam >pserrlog
---
now i have the log file.

...found 794 target(s)...
...using 1 temp target(s)...
...updating 103 target(s)...
C++ ./out/linuxx86/adminmessage.o
Archive ./out/linuxx86/libpsadminnet.a
Ranlib ./out/linuxx86/libpsadminnet.a
C++ ./out/linuxx86/celbase.o

g++ -c -o ./out/linuxx86/celbase.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/common/engine -I. -I./include -I./src/common -I./src/client -I./src/server src/common/engine/celbase.cpp

...failed C++ ./out/linuxx86/celbase.o ...
C++ ./out/linuxx86/drmessage.o
C++ ./out/linuxx86/netpersist.o

g++ -c -o ./out/linuxx86/netpersist.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/common/engine -I. -I./include -I./src/common -I./src/client -I./src/server src/common/engine/netpersist.cpp

...failed C++ ./out/linuxx86/netpersist.o ...
...skipped libpsengine.a for lack of libpsengine.a(celbase.o)...
C++ ./out/linuxx86/charmessages.o
C++ ./out/linuxx86/clientmsghandler.o
C++ ./out/linuxx86/cmdbase.o
C++ ./out/linuxx86/cmdhandler.o
C++ ./out/linuxx86/connection.o
C++ ./out/linuxx86/messages.o
C++ ./out/linuxx86/msghandler.o
C++ ./out/linuxx86/netbase.o
C++ ./out/linuxx86/netpacket.o
Archive ./out/linuxx86/libpsnet.a
Ranlib ./out/linuxx86/libpsnet.a
C++ ./out/linuxx86/psbehave.o

g++ -c -o ./out/linuxx86/psbehave.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/common/psbehave -I. -I./include -I./src/common -I./src/client -I./src/server src/common/psbehave/psbehave.cpp

...failed C++ ./out/linuxx86/psbehave.o ...
C++ ./out/linuxx86/psbl.o

g++ -c -o ./out/linuxx86/psbl.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/common/psbehave -I. -I./include -I./src/common -I./src/client -I./src/server src/common/psbehave/psbl.cpp

...failed C++ ./out/linuxx86/psbl.o ...
C++ ./out/linuxx86/psworld.o

g++ -c -o ./out/linuxx86/psworld.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/common/psbehave -I. -I./include -I./src/common -I./src/client -I./src/server src/common/psbehave/psworld.cpp

...failed C++ ./out/linuxx86/psworld.o ...
...skipped libpsbehave.a for lack of libpsbehave.a(psbehave.o)...
C++ ./out/linuxx86/pschardata.o

g++ -c -o ./out/linuxx86/pschardata.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/common/psprop/character -I. -I./include -I./src/common -I./src/client -I./src/server src/common/psprop/character/pschardata.cpp

...failed C++ ./out/linuxx86/pschardata.o ...
C++ ./out/linuxx86/stdpcimp.o

g++ -c -o ./out/linuxx86/stdpcimp.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/common/psprop/character -I. -I./include -I./src/common -I./src/client -I./src/server src/common/psprop/character/stdpcimp.cpp

...failed C++ ./out/linuxx86/stdpcimp.o ...
...skipped pfcharacterdata.so for lack of pschardata.o...
C++ ./out/linuxx86/pslinmove.o

g++ -c -o ./out/linuxx86/pslinmove.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/common/psprop/imp -I. -I./include -I./src/common -I./src/client -I./src/server src/common/psprop/imp/pslinmove.cpp

...failed C++ ./out/linuxx86/pslinmove.o ...
C++ ./out/linuxx86/stdpcimp.o

g++ -c -o ./out/linuxx86/stdpcimp.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/common/psprop/imp -I. -I./include -I./src/common -I./src/client -I./src/server src/common/psprop/imp/stdpcimp.cpp

...failed C++ ./out/linuxx86/stdpcimp.o ...
...skipped pflinearmovement.so for lack of pslinmove.o...
C++ ./out/linuxx86/psnpcdialog.o

g++ -c -o ./out/linuxx86/psnpcdialog.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/common/psprop/npc -I. -I./include -I./src/common -I./src/client -I./src/server src/common/psprop/npc/psnpcdialog.cpp

...failed C++ ./out/linuxx86/psnpcdialog.o ...
C++ ./out/linuxx86/stdpcimp.o

g++ -c -o ./out/linuxx86/stdpcimp.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/common/psprop/npc -I. -I./include -I./src/common -I./src/client -I./src/server src/common/psprop/npc/stdpcimp.cpp

...failed C++ ./out/linuxx86/stdpcimp.o ...
...skipped pfnpcdialog.so for lack of psnpcdialog.o...
C++ ./out/linuxx86/psproxlist.o

g++ -c -o ./out/linuxx86/psproxlist.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/common/psprop/proxlist -I. -I./include -I./src/common -I./src/client -I./src/server src/common/psprop/proxlist/psproxlist.cpp

...failed C++ ./out/linuxx86/psproxlist.o ...
C++ ./out/linuxx86/stdpcimp.o

g++ -c -o ./out/linuxx86/stdpcimp.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/common/psprop/proxlist -I. -I./include -I./src/common -I./src/client -I./src/server src/common/psprop/proxlist/stdpcimp.cpp

...failed C++ ./out/linuxx86/stdpcimp.o ...
...skipped pfproximitylist.so for lack of psproxlist.o...
C++ ./out/linuxx86/adminmanager.o

g++ -c -o ./out/linuxx86/adminmanager.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/server -I. -I./include -I./src/common -I./src/client -I./src/server src/server/adminmanager.cpp

...failed C++ ./out/linuxx86/adminmanager.o ...
C++ ./out/linuxx86/authentserver.o

g++ -c -o ./out/linuxx86/authentserver.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/server -I. -I./include -I./src/common -I./src/client -I./src/server src/server/authentserver.cpp

...failed C++ ./out/linuxx86/authentserver.o ...
C++ ./out/linuxx86/chatmanager.o

g++ -c -o ./out/linuxx86/chatmanager.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/server -I. -I./include -I./src/common -I./src/client -I./src/server src/server/chatmanager.cpp

...failed C++ ./out/linuxx86/chatmanager.o ...
C++ ./out/linuxx86/client.o

g++ -c -o ./out/linuxx86/client.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/server -I. -I./include -I./src/common -I./src/client -I./src/server src/server/client.cpp

...failed C++ ./out/linuxx86/client.o ...
C++ ./out/linuxx86/clients.o
C++ ./out/linuxx86/combatmanager.o

g++ -c -o ./out/linuxx86/combatmanager.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/server -I. -I./include -I./src/common -I./src/client -I./src/server src/server/combatmanager.cpp

...failed C++ ./out/linuxx86/combatmanager.o ...
C++ ./out/linuxx86/command.o

g++ -c -o ./out/linuxx86/command.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/server -I. -I./include -I./src/common -I./src/client -I./src/server src/server/command.cpp

...failed C++ ./out/linuxx86/command.o ...
C++ ./out/linuxx86/guildmanager.o
C++ ./out/linuxx86/main.o
C++ ./out/linuxx86/netthread.o

g++ -c -o ./out/linuxx86/netthread.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/server -I. -I./include -I./src/common -I./src/client -I./src/server src/server/netthread.cpp

...failed C++ ./out/linuxx86/netthread.o ...
C++ ./out/linuxx86/pscelserver.o

g++ -c -o ./out/linuxx86/pscelserver.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/server -I. -I./include -I./src/common -I./src/client -I./src/server src/server/pscelserver.cpp

...failed C++ ./out/linuxx86/pscelserver.o ...
C++ ./out/linuxx86/psdatabase.o
C++ ./out/linuxx86/psserver.o

g++ -c -o ./out/linuxx86/psserver.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/server -I. -I./include -I./src/common -I./src/client -I./src/server src/server/psserver.cpp

...failed C++ ./out/linuxx86/psserver.o ...
C++ ./out/linuxx86/psserverbehave.o

g++ -c -o ./out/linuxx86/psserverbehave.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/server -I. -I./include -I./src/common -I./src/client -I./src/server src/server/psserverbehave.cpp

...failed C++ ./out/linuxx86/psserverbehave.o ...
C++ ./out/linuxx86/psserverchar.o

g++ -c -o ./out/linuxx86/psserverchar.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/server -I. -I./include -I./src/common -I./src/client -I./src/server src/server/psserverchar.cpp

...failed C++ ./out/linuxx86/psserverchar.o ...
C++ ./out/linuxx86/psserverdr.o

g++ -c -o ./out/linuxx86/psserverdr.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/server -I. -I./include -I./src/common -I./src/client -I./src/server src/server/psserverdr.cpp
« Last Edit: October 31, 2003, 12:16:22 pm by Cyrix »

Cyrix

  • Traveller
  • *
  • Posts: 24
    • View Profile
(No subject)
« Reply #3 on: October 31, 2003, 12:15:17 pm »
...failed C++ ./out/linuxx86/psserverdr.o ...
C++ ./out/linuxx86/serverstatus.o
C++ ./out/linuxx86/spawnmanager.o

g++ -c -o ./out/linuxx86/spawnmanager.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/server -I. -I./include -I./src/common -I./src/client -I./src/server src/server/spawnmanager.cpp

...failed C++ ./out/linuxx86/spawnmanager.o ...
C++ ./out/linuxx86/usermanager.o

g++ -c -o ./out/linuxx86/usermanager.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/server -I. -I./include -I./src/common -I./src/client -I./src/server src/server/usermanager.cpp

...failed C++ ./out/linuxx86/usermanager.o ...
C++ ./out/linuxx86/weathermanager.o
...skipped psserver for lack of adminmanager.o...
C++ ./out/linuxx86/authentclient.o

g++ -c -o ./out/linuxx86/authentclient.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/client -Isrc/client/aws -I. -I./include -I./src/common -I./src/client -I./src/server src/client/authentclient.cpp

...failed C++ ./out/linuxx86/authentclient.o ...
C++ ./out/linuxx86/cmdadmin.o

g++ -c -o ./out/linuxx86/cmdadmin.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/client -Isrc/client/aws -I. -I./include -I./src/common -I./src/client -I./src/server src/client/cmdadmin.cpp

...failed C++ ./out/linuxx86/cmdadmin.o ...
C++ ./out/linuxx86/cmdguilds.o
C++ ./out/linuxx86/cmdusers.o

g++ -c -o ./out/linuxx86/cmdusers.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/client -Isrc/client/aws -I. -I./include -I./src/common -I./src/client -I./src/server src/client/cmdusers.cpp

...failed C++ ./out/linuxx86/cmdusers.o ...
C++ ./out/linuxx86/cmdutil.o
C++ ./out/linuxx86/modehandler.o

g++ -c -o ./out/linuxx86/modehandler.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/client -Isrc/client/aws -I. -I./include -I./src/common -I./src/client -I./src/server src/client/modehandler.cpp

...failed C++ ./out/linuxx86/modehandler.o ...
C++ ./out/linuxx86/pscelclient.o

g++ -c -o ./out/linuxx86/pscelclient.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/client -Isrc/client/aws -I. -I./include -I./src/common -I./src/client -I./src/server src/client/pscelclient.cpp

...failed C++ ./out/linuxx86/pscelclient.o ...
C++ ./out/linuxx86/psclientchar.o

g++ -c -o ./out/linuxx86/psclientchar.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/client -Isrc/client/aws -I. -I./include -I./src/common -I./src/client -I./src/server src/client/psclientchar.cpp

...failed C++ ./out/linuxx86/psclientchar.o ...
C++ ./out/linuxx86/psclientdr.o

g++ -c -o ./out/linuxx86/psclientdr.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/client -Isrc/client/aws -I. -I./include -I./src/common -I./src/client -I./src/server src/client/psclientdr.cpp

...failed C++ ./out/linuxx86/psclientdr.o ...
C++ ./out/linuxx86/psengine.o

g++ -c -o ./out/linuxx86/psengine.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/client -Isrc/client/aws -I. -I./include -I./src/common -I./src/client -I./src/server src/client/psengine.cpp

...failed C++ ./out/linuxx86/psengine.o ...
C++ ./out/linuxx86/psnetmanager.o
C++ ./out/linuxx86/zonehandler.o

g++ -c -o ./out/linuxx86/zonehandler.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/client -Isrc/client/aws -I. -I./include -I./src/common -I./src/client -I./src/server src/client/zonehandler.cpp

...failed C++ ./out/linuxx86/zonehandler.o ...
C++ ./out/linuxx86/psaws.o

g++ -c -o ./out/linuxx86/psaws.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/client -Isrc/client/aws -I. -I./include -I./src/common -I./src/client -I./src/server src/client/aws/psaws.cpp

...failed C++ ./out/linuxx86/psaws.o ...
C++ ./out/linuxx86/pscommwindow.o

g++ -c -o ./out/linuxx86/pscommwindow.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/client -Isrc/client/aws -I. -I./include -I./src/common -I./src/client -I./src/server src/client/aws/pscommwindow.cpp

...failed C++ ./out/linuxx86/pscommwindow.o ...
C++ ./out/linuxx86/pscomp.o

g++ -c -o ./out/linuxx86/pscomp.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/client -Isrc/client/aws -I. -I./include -I./src/common -I./src/client -I./src/server src/client/aws/pscomp.cpp

...failed C++ ./out/linuxx86/pscomp.o ...
...removing ./out/linuxx86/pscomp.o
C++ ./out/linuxx86/psconfirmwindow.o
C++ ./out/linuxx86/psinteractwin.o

Cyrix

  • Traveller
  • *
  • Posts: 24
    • View Profile
(No subject)
« Reply #4 on: October 31, 2003, 12:16:34 pm »
g++ -c -o ./out/linuxx86/psinteractwin.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/client -Isrc/client/aws -I. -I./include -I./src/common -I./src/client -I./src/server src/client/aws/psinteractwin.cpp

...failed C++ ./out/linuxx86/psinteractwin.o ...
C++ ./out/linuxx86/psinventorywindow.o

g++ -c -o ./out/linuxx86/psinventorywindow.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/client -Isrc/client/aws -I. -I./include -I./src/common -I./src/client -I./src/server src/client/aws/psinventorywindow.cpp

...failed C++ ./out/linuxx86/psinventorywindow.o ...
C++ ./out/linuxx86/psitemdescriptionwindow.o

g++ -c -o ./out/linuxx86/psitemdescriptionwindow.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/client -Isrc/client/aws -I. -I./include -I./src/common -I./src/client -I./src/server src/client/aws/psitemdescriptionwindow.cpp

...failed C++ ./out/linuxx86/psitemdescriptionwindow.o ...
C++ ./out/linuxx86/psmainbar.o
C++ ./out/linuxx86/psobjectview.o

g++ -c -o ./out/linuxx86/psobjectview.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/client -Isrc/client/aws -I. -I./include -I./src/common -I./src/client -I./src/server src/client/aws/psobjectview.cpp

...failed C++ ./out/linuxx86/psobjectview.o ...
C++ ./out/linuxx86/psoptionswindow.o
C++ ./out/linuxx86/psplayerwindow.o

g++ -c -o ./out/linuxx86/psplayerwindow.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/client -Isrc/client/aws -I. -I./include -I./src/common -I./src/client -I./src/server src/client/aws/psplayerwindow.cpp

...failed C++ ./out/linuxx86/psplayerwindow.o ...
...skipped psclient for lack of authentclient.o...
C++ ./out/linuxx86/psadminmanager.o

g++ -c -o ./out/linuxx86/psadminmanager.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/client/admin -I. -I./include -I./src/common -I./src/client -I./src/server src/client/admin/psadminmanager.cpp

...failed C++ ./out/linuxx86/psadminmanager.o ...
C++ ./out/linuxx86/psdialogeditor.o

g++ -c -o ./out/linuxx86/psdialogeditor.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/client/admin -I. -I./include -I./src/common -I./src/client -I./src/server src/client/admin/psdialogeditor.cpp

...failed C++ ./out/linuxx86/psdialogeditor.o ...
C++ ./out/linuxx86/psitemeditor.o

g++ -c -o ./out/linuxx86/psitemeditor.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/client/admin -I. -I./include -I./src/common -I./src/client -I./src/server src/client/admin/psitemeditor.cpp

...failed C++ ./out/linuxx86/psitemeditor.o ...
C++ ./out/linuxx86/psnpceditor.o

g++ -c -o ./out/linuxx86/psnpceditor.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/client/admin -I. -I./include -I./src/common -I./src/client -I./src/server src/client/admin/psnpceditor.cpp

...failed C++ ./out/linuxx86/psnpceditor.o ...
...skipped psadmin.so for lack of psadminmanager.o...
C++ ./out/linuxx86/psdcadvant.o

g++ -c -o ./out/linuxx86/psdcadvant.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/client/gui -Isrc/client/gui/base -I. -I./include -I./src/common -I./src/client -I./src/server src/client/gui/psdcadvant.cpp

...failed C++ ./out/linuxx86/psdcadvant.o ...
C++ ./out/linuxx86/psdccustomchar.o

g++ -c -o ./out/linuxx86/psdccustomchar.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/client/gui -Isrc/client/gui/base -I. -I./include -I./src/common -I./src/client -I./src/server src/client/gui/psdccustomchar.cpp

...failed C++ ./out/linuxx86/psdccustomchar.o ...
C++ ./out/linuxx86/psdcjob.o

g++ -c -o ./out/linuxx86/psdcjob.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/client/gui -Isrc/client/gui/base -I. -I./include -I./src/common -I./src/client -I./src/server src/client/gui/psdcjob.cpp

...failed C++ ./out/linuxx86/psdcjob.o ...
C++ ./out/linuxx86/psdcmain.o

g++ -c -o ./out/linuxx86/psdcmain.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/client/gui -Isrc/client/gui/base -I. -I./include -I./src/common -I./src/client -I./src/server src/client/gui/psdcmain.cpp

...failed C++ ./out/linuxx86/psdcmain.o ...
C++ ./out/linuxx86/psdcpath.o

g++ -c -o ./out/linuxx86/psdcpath.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/client/gui -Isrc/client/gui/base -I. -I./include -I./src/common -I./src/client -I./src/server src/client/gui/psdcpath.cpp

...failed C++ ./out/linuxx86/psdcpath.o ...
C++ ./out/linuxx86/psdcskil.o

g++ -c -o ./out/linuxx86/psdcskil.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/client/gui -Isrc/client/gui/base -I. -I./include -I./src/common -I./src/client -I./src/server src/client/gui/psdcskil.cpp

...failed C++ ./out/linuxx86/psdcskil.o ...
C++ ./out/linuxx86/psdcupload.o

g++ -c -o ./out/linuxx86/psdcupload.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/client/gui -Isrc/client/gui/base -I. -I./include -I./src/common -I./src/client -I./src/server src/client/gui/psdcupload.cpp

...failed C++ ./out/linuxx86/psdcupload.o ...
C++ ./out/linuxx86/psgwskill.o

g++ -c -o ./out/linuxx86/psgwskill.o -I/home/hk/CVS/CS//include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -g3 -DCS_DEBUG  -I/home/hk/CVS/cel//include -fexceptions  -Isrc/client/gui -Isrc/client/gui/base -I. -I./include -I./src/common -I./src/client -I./src/server src/client/gui/psgwskill.cpp

...failed C++ ./out/linuxx86/psgwskill.o ...
C++ ./out/linuxx86/psbutton.o
C++ ./out/linuxx86/pspix.o
...skipped psgui.so for lack of psdcadvant.o...
LinkPlugin pssound.so
C++ ./out/linuxx86/change.o
C++ ./out/linuxx86/changelist.o
C++ ./out/linuxx86/fileutil.o
C++ ./out/linuxx86/main.o
C++ ./out/linuxx86/registry.o
C++ ./out/linuxx86/registrycreator.o
C++ ./out/linuxx86/registryfile.o
C++ ./out/linuxx86/updater.o
LinkApplication updater
...failed updating 56 target(s)...
...skipped 10 target(s)...
...updated 37 target(s)...

Cyrix

  • Traveller
  • *
  • Posts: 24
    • View Profile
(No subject)
« Reply #5 on: October 31, 2003, 12:20:57 pm »
Uoouuh, thats very long, hope you could tell me what i did wrong.

My System:

Mandrake 9.1 (normal, not cooker)

AMD Athlon XP 2200+
2 x 512 MB DDR-RAM (Infineon)
GeForce 4 4600ti (128MB)
Asus A7V8X Mainboard (Via KT400 Chipset / 333MHz FSB)
IBM 80GB 7.200 u/pm
Soundblaster Audigy Player
Yamaha CRW-F1 CD-ROM
Toshiba DVD-ROM

Cyrix

  • Traveller
  • *
  • Posts: 24
    • View Profile
(No subject)
« Reply #6 on: October 31, 2003, 12:25:49 pm »
ls **>psdirlog

acconfig.old
acinclude.m4
aclocal.m4
ase_2_spr*
autogen.sh*
aws.dll
bltest.dll
bugplug.dll
config.guess*
config.log
config.status*
config.sub*
configure*
configure.ac
configure.jam
configure.old
cpersist.dll
crossbld.dll
csbmpimg.dll
csconin.dll
csconout.dll
csfont.dll
csgifimg.dll
csjpgimg.dll
csparser.dll
cspngimg.dll
cssaver.dll
cssocket.dll
cssynldr.dll
cstgaimg.dll
currentprocess.xml
ddraw2d.dll
depcomp*
dynavis.dll
effects.dll
emit.dll
emitldr.dll
engine.dll
engseq.dll
ensocket.dll
explo.dll
exploldr.dll
fancycon.dll
fire.dll
fireldr.dll
fontplex.dll
fountain.dll
fountldr.dll
freefnt2.dll
freefont.dll
frustvis.dll
genmesh.dll
gl3d.dll
glwin32.dll
gmeshldr.dll
gtreeldr.dll
haze.dll
hazeldr.dll
ieplex.dll
imgplex.dll
inf3d.dll
install-sh*
Jamconfig
Jamfile
Jamrules
keys.xml
libjpeg.dll
libmng.dll
libpng.dll
line3d.dll
ltmain.sh
Makefile.am
Makefile.in
mballldr.dll
memory.dll
metaball.dll
metagen.dll
mikmod.dll
missing*
mkinstalldirs*
motion.dll
motldr.dll
netman.dll
null2d.dll
null3d.dll
nullmesh.dll
objie.dll
ogg.dll
opcode.dll
perfstat.dll
pfcharacterdata.dll
pfengine.dll
pfinput.dll
pfinv.dll
pflinearmovement.dll
pfmesh.dll
pfmove.dll
pfnpcdialog.dll
pfproximitylist.dll
pftest.dll
pftools.dll
planeshift.cfg
plimp.dll
png.dll
povie.dll
psadmin.dll
psclient*
psclient.cfg
psclient.exe
pserrlog2
pserrlog3
pserrlog.txt
psgui.dll
psserver*
psserver.cfg
pssetup*
pssetup.exe
pssound.dll
pssound.so*
py-compile*
rain.dll
rainldr.dll
rapid.dll
reporter.dll
rlecodec.dll
scf.cfg
sequence.dll
server.xml
simpcon.dll
sndaiff.dll
sndau.dll
sndds3d.dll
sndiff.dll
sndmod.dll
sndogg.dll
sndplex.dll
sndsoft.dll
sndwav.dll
sndwaveout.dll
snow.dll
snowldr.dll
soft3d.dll
spiral.dll
spirldr.dll
spr2d.dll
spr2dldr.dll
spr3dbin.dll
spr3d.dll
spr3dldr.dll
sprie.dll
starldr.dll
stars.dll
stdrep.dll
texparse*
thing.dll
thingldr.dll
updater*
updaterconfig.xml
updaterregistry.xml
vfs.cfg
vorbis.dll
vorbisfile.dll
xmlparse.dll
xmlread.dll
zlib.dll

art:
backdrop/
buttons/
CVS/
fakemodels.zip
fxfiles.dtd
gamelib.xml
gui/
menulib.xml
models.zip
music/
psclient-setup.zip
ps.gif
ps_small.gif
racelib.xml
README
runes/
sfxfiles.dtd
soundlib.xml
textures/
things/
world/

ase2spr:
CVS/

autom4te.cache:
output.0
requests
traces.0

bin:

CVS:
Entries
Repository
Root
Tag

data:
awsdef.zip
config/
custom.def
CVS/
dialogadmin.def
guikeys.xml
gui.zip
itemadmin.def
mainadmin.def
npcadmin.def
npcfileadmin.def
ttf/
zoneinfo.xml

docs:
automake.txt
codingstyle.txt
Compiling.txt
completetodo.txt
credit.txt
CVS/
history.txt
portable.txt
todo.txt

include:
config.h
config.h.in
CVS/
psstdint.h

mk:
autoconf/
CVS/
jam/
macosx/
mingw/
unix/
visualc/

out:
linuxx86/

rules:
advantages.xml
CVS/
jobs.xml
psadva.dtd
psrules.dtd
README
rpgrules.xml

src:
client/
common/
CVS/
Jamfile
Makefile.am
Makefile.in
npcclient/
server/
setup/
tools/
updater/

support:
CVS/
icons/
lokisetup/
rpm/
serverscripts/
wininstall/

Cyrix

  • Traveller
  • *
  • Posts: 24
    • View Profile
(No subject)
« Reply #7 on: October 31, 2003, 12:26:31 pm »
so i hope that are enough infos :)

Cyrix

  • Traveller
  • *
  • Posts: 24
    • View Profile
(No subject)
« Reply #8 on: October 31, 2003, 08:09:07 pm »
hello? :-/

Mezasa

  • Hydlaa Resident
  • *
  • Posts: 118
    • View Profile
    • tefrik.net
(No subject)
« Reply #9 on: October 31, 2003, 10:20:12 pm »
Um, am I supposed to read all of that?
X2 3800+ (2.5GHz) | eVGA 7900GT (500/1500) | 2GB XMS (210MHz)
Audigy2 ZS | A8N SLI Premium | 250GB SATAII | TT Tsunami