Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - angmar

Pages: [1]
1
Technical Help: Problems BEFORE entering the game /
« on: July 06, 2003, 04:54:45 am »
I have a Debian Sid box and a did all the step of the site:

http://www16.brinkster.com/acraig/planeshift/buildmb.html

The CS and cel compiled very nice.

But, when I compile the planeshift package from CVS I got:

...failed updating 56 target(s)...
...skipped 11 target(s)...

and

ldd psclient-bin
./psclient-bin: /lib/libpthread.so.0: version `GLIBC_2.3.2\' not found (required by ./psclient-bin)
 libdl.so.2 => /lib/libdl.so.2 (0x40024000)
  libnsl.so.1 => /lib/libnsl.so.1 (0x40027000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x4003a000)
    libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x40089000)
  libm.so.6 => /lib/libm.so.6 (0x40135000)
    libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x40156000)
    libc.so.6 => /lib/libc.so.6 (0x4015e000)
    /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

2
Technical Help: Problems BEFORE entering the game /
« on: May 12, 2003, 02:21:03 am »
Hi. I\'m a Debian/Sid user and I am trying to compile the
planeshift-0.2.010FullSourceAndArt.tar.gz

I got a problem with the aws of CS:

*-------------------------------------------------------------------------*
  Building Alternate Windowing System plug-in
  Building for UNIX/GCC/X86 in optimize mode
*-------------------------------------------------------------------------*
g++ -c -o out/UNIX/X86/optimize/sllex.o plugins/aws/sllex.cpp -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -I/usr/local/include  -O3 -fomit-frame-pointer -ffast-math  -I. -I./apps -I./include -I./libs -I./plugins
plugins/aws/sllex.cpp:454:19: slp.hpp: Arquivo ou diret?rio n?o encontrado
plugins/aws/sllex.cpp:620: `YYSTYPE\' was not declared in this scope
plugins/aws/sllex.cpp:620: `awslval\' was not declared in this scope
plugins/aws/sllex.cpp:621: syntax error before `{\' token
plugins/aws/sllex.cpp:623: register name not specified for `char*yy_cp\'
...

The slp.hpp file doesn\'t exist in the CS/plugins/aws directory.

Pages: [1]