Search found 21 matches

by ukyo
Thu Jun 19, 2008 5:25 am
Forum: Help: Source Code / Compiling / Development
Topic: Build error on AIX 5.3
Replies: 9
Views: 6788

FYI.. It stopped in platform again.. Making all in platform make[2]: Entering directory `/CML/rts/home/wtang/bzflag-2.0.10/src/platform' make[3]: Entering directory `/CML/rts/home/wtang/bzflag-2.0.10/src/platform' /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../...
by ukyo
Fri Jun 13, 2008 6:52 am
Forum: Help: Source Code / Compiling / Development
Topic: Build error on AIX 5.3
Replies: 9
Views: 6788

I've added the obstacle thing to the Makefile for bzadmin as per the post in aix 5.2... fyi.. when I do a ./configure.. I do it with --disable-sdltest This is cos it complains about sdl_image.h missing.. which I don't have... but I don't think we need it right? libPlatform.a just isn't being built.....
by ukyo
Fri Jun 13, 2008 5:00 am
Forum: Help: Source Code / Compiling / Development
Topic: Build error on AIX 5.3
Replies: 9
Views: 6788

so i hit this again.. g++ -fsigned-char -Wno-deprecated -g -O2 -o bzfs AccessControlList.o Authentication.o BanCommands.o bzfsAPI.o BZWError.o BZWReader.o CmdLineOrc.o CustomBase.o CustomBox.o CustomCone.o CustomDynamicColor.o CustomGate.o CustomGroup.o CustomLink.o CustomMaterial.o CustomMesh.o Cus...
by ukyo
Fri Jun 13, 2008 3:37 am
Forum: Help: Source Code / Compiling / Development
Topic: Build error on AIX 5.3
Replies: 9
Views: 6788

fyi.. it stopped here.. g++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DINSTALL_DATA_DIR=\"/usr/local/share/bzf lag\" -DINSIDE_BZ -fsigned-char -Wno-deprecated -g -O2 -c -o bzfs.o bzfs.cxx bzfs.cxx: In function `bool serverStart()': bzfs.cxx:791: error: invalid conversion fro...
by ukyo
Fri Jun 13, 2008 2:10 am
Forum: Help: Source Code / Compiling / Development
Topic: Build error on AIX 5.3
Replies: 9
Views: 6788

fyi.. it stopped here..

NetHandler.cxx:134: error: invalid conversion from `int*' to `socklen_t*'

so as per previous post..
i've changed " &recvlen" to " (socklen_t*) &recvlen". line 134
by ukyo
Fri Jun 13, 2008 2:00 am
Forum: Help: Source Code / Compiling / Development
Topic: Build error on AIX 5.3
Replies: 9
Views: 6788

ok.. fixed that one myself.. :) i found my old post via google.. .so i did this.. as per my post on AIX 5.2.. Assuming you're using gmake, please try make CFLAGS="$CFLAGS -D_USE_IRS" If you are not using gmake, edit the src/net/network.cxx and add a "#define _USE_IRS 1" at the to...
by ukyo
Fri Jun 13, 2008 1:25 am
Forum: Help: Source Code / Compiling / Development
Topic: Build error on AIX 5.3
Replies: 9
Views: 6788

yer.. old.. didn't even have "curl-config" $ curl --version curl 7.9.3 (powerpc-ibm-aix4.3.3.0) libcurl 7.9.3 I've now updated.. to v7.18.1 # curl --version curl 7.18.1 (powerpc-ibm-aix5.1.0.0) libcurl/7.18.1 OpenSSL/0.9.7l zlib/1.1.4 libidn/1.8 Protocols: tftp ftp telnet dict http file ht...
by ukyo
Thu Jun 12, 2008 7:11 am
Forum: Help: Source Code / Compiling / Development
Topic: Build error on AIX 5.3
Replies: 9
Views: 6788

Build error on AIX 5.3

hi guys.. i'm 'back'... (http://my.bzflag.org/bb/viewtopic.php?p=49783&sid=db207cf3f025f7f0335844e5a9c5ddbc) trying this again on AIX 5.3 this time... cos I noticed someone built SDL.... http://www.perzl.org/aix/index.php?n=Main.SDL anyway.. this is the error i'm getting now.. g++ -DHAVE_CONFIG_...
by ukyo
Tue Sep 06, 2005 5:20 am
Forum: Help: Setup / Hardware / Performance Issues
Topic: Build error on AIX 5.2
Replies: 20
Views: 7271

not fussed about sound..
i'll see how i go with SDL.. i noticed that the patched source is for AIX 4.3.3... so wish me luck.. :)
by ukyo
Tue Sep 06, 2005 2:11 am
Forum: Help: Setup / Hardware / Performance Issues
Topic: Build error on AIX 5.2
Replies: 20
Views: 7271

I found this.. Older versions of collect2 don't understand the large archive format introduced in AIX 4.3. Check the type of file by running "file /opt/freeware/lib/libcrypto.a" If it's large, you can either reconstruct the archive with the ar command (check the docs for the proper option;...
by ukyo
Tue Sep 06, 2005 12:31 am
Forum: Help: Setup / Hardware / Performance Issues
Topic: Build error on AIX 5.2
Replies: 20
Views: 7271

It seemed to go OK.. it hit the same bzfs undefined symbols.. then started to build bzflag and stopped here... ++ -DHAVE_CONFIG_H -I. -I../../../bzflag-2.0.2.20050318/src/bzflag -I../../include -I../../../bzflag-2.0.2.20050318/include -g -O2 -DBZ_BUILD_DATE=20050905 -c ../../../bzflag-2.0.2.20050318...
by ukyo
Tue Sep 06, 2005 12:01 am
Forum: Help: Setup / Hardware / Performance Issues
Topic: Build error on AIX 5.2
Replies: 20
Views: 7271

using GNU linker on AIX

I think I found the answer to this one.. You cannot use the GNU linker on AIX as this will cause incorrectly linked binaries. By default, the AIX linker is used when using GCC on AIX. You should only use the default AIX linker. It also mentions this.. Linking an application with an archive of object...
by ukyo
Mon Sep 05, 2005 2:17 am
Forum: Help: Setup / Hardware / Performance Issues
Topic: Build error on AIX 5.2
Replies: 20
Views: 7271

the next error...

did a autogen.sh and configure.. and it came back with.. BZFlag-2.0.2.20050905 with the following: curses: -lncurses no SDL! libcurl disabled - MOTD, global bans, etc. disabled bzadmin bzflag client so i did a make.. and here is the error.. make[2]: Leaving directory `/tmp/s/work/src/date' Making al...
by ukyo
Mon Sep 05, 2005 2:09 am
Forum: Help: Setup / Hardware / Performance Issues
Topic: Build error on AIX 5.2
Replies: 20
Views: 7271

graphics libs...

just installed some AIX graphics libs... so i could have a gl.h

now my configure says it will build bzflag client.. ^_^
its currently building as i type this msg..
fingers crossed.. :)
by ukyo
Mon Sep 05, 2005 1:38 am
Forum: Help: Setup / Hardware / Performance Issues
Topic: Build error on AIX 5.2
Replies: 20
Views: 7271

my configure output... DOH!

hmmm... i think i answered my own n00b question..

BZFlag-2.0.2.20050905 with the following:
curses: -lncurses
no SDL!
libcurl disabled - MOTD, global bans, etc. disabled
bzadmin
no bzflag client binary!
by ukyo
Mon Sep 05, 2005 1:36 am
Forum: Help: Setup / Hardware / Performance Issues
Topic: Build error on AIX 5.2
Replies: 20
Views: 7271

the build completed!!... but..

autogen.sh and configure didn't hurt at all.. i wonder if i ran it correctly... i remember it took ages the first time i ran it. the build completed.. i can see a bzadmin and bzfs binary in /usr/local/bin but no bzflag binary.. do i need sdl to build the bzflag binary? sorry for being a complete n00...
by ukyo
Thu Sep 01, 2005 12:47 am
Forum: Help: Setup / Hardware / Performance Issues
Topic: Build error on AIX 5.2
Replies: 20
Views: 7271

Here is the next one.. the thing about lncurses bothers me.. i hope its not to do with my build environment.. i had to install all sorts of packages from all over the place to get it to start to build. g++ -DHAVE_CONFIG_H -I. -I../../../bzflag-2.0.2.20050318/src/bzadmin -I../../include -I../../../bz...
by ukyo
Thu Sep 01, 2005 12:44 am
Forum: Help: Setup / Hardware / Performance Issues
Topic: Build error on AIX 5.2
Replies: 20
Views: 7271

FYI.. after changing bzfs.cxx line 1365 change " &addrLen" to " (socklen_t*) &addrLen" got the error below so.. line 1365 was changed to (socklen_t*) &addr_len make[2]: Entering directory `/tmp/s/work/src/bzfs' g++ -DHAVE_CONFIG_H -I. -I../../../bzflag-2.0.2.20050318/...
by ukyo
Tue Aug 30, 2005 11:56 pm
Forum: Help: Setup / Hardware / Performance Issues
Topic: Build error on AIX 5.2
Replies: 20
Views: 7271

here is the next one for the guru.. :) looks quite similar to the previous one.. g++ -DHAVE_CONFIG_H -I. -I../../../bzflag-2.0.2.20050318/src/bzfs -I../../include -I../../../bzflag-2.0.2.20050318/include -g -O2 -DBZ_BUILD_DATE=20050829 -c ../../../bzflag-2.0.2.20050318/src/bzfs/bzfs.cxx ../../../bzf...
by ukyo
Mon Aug 29, 2005 11:47 pm
Forum: Help: Setup / Hardware / Performance Issues
Topic: Build error on AIX 5.2
Replies: 20
Views: 7271

thanks for the help... adding the #define at the top of the file worked.. then i hit this.. g++ -DHAVE_CONFIG_H -I. -I../../../bzflag-2.0.2.20050318/src/game -I../../include -I../../../bzflag-2.0.2.20050318/include -g -O2 -DBZ_BUILD_DATE=20050829 -c ../../../bzflag-2.0.2.20050318/src/game/NetHandler...
by ukyo
Mon Aug 29, 2005 3:46 am
Forum: Help: Setup / Hardware / Performance Issues
Topic: Build error on AIX 5.2
Replies: 20
Views: 7271

Build error on AIX 5.2

Hi Guys, Trying to build on AIX 5.2... so far no luck.. any ideas? TIA, Ukyo g++ -DHAVE_CONFIG_H -I. -I../../../bzflag-2.0.2.20050318/src/net -I../../include -I../../../bzflag-2.0.2.20050318/include -g -O2 -DBZ_BUILD_DATE=20050829 -g -O2 -DBZ_BUILD_DATE=20050829 -c ../../../bzflag-2.0.2.20050318/src...