Search found 9 matches

by jroysdon
Thu Jul 21, 2011 12:12 am
Forum: Help: Source Code / Compiling / Development
Topic: CentOS5 make issues for 2.4.0
Replies: 12
Views: 4817

Re: CentOS5 make issues for 2.4.0

No luck even if I skip the autogen.sh step (after nuking the directory and extracting again just to make sure it is all back to defaults). Can you export an "rpm -qa" so I can compare to my own system and see what I'm missing?
by jroysdon
Wed Jul 20, 2011 1:15 am
Forum: Help: Source Code / Compiling / Development
Topic: CentOS5 make issues for 2.4.0
Replies: 12
Views: 4817

Re: CentOS5 make issues for 2.4.0

It compiles cleanly for me on a Red Hat 5 system, which should be nearly identical to CentOS 5. The BZFlag source tarball includes a working configure script, so after unpacking it you should skip the autogen.sh step and proceed directly to ./configure (do not pass GO, do not collect $200). Can I g...
by jroysdon
Tue Jul 19, 2011 6:01 am
Forum: Help: Source Code / Compiling / Development
Topic: CentOS5 make issues for 2.4.0
Replies: 12
Views: 4817

Re: CentOS5 make issues for 2.4.0

Unfortunately I'm sure there are other things still too out of date. It compiles further, but still errors. Moving on to EL6 instead. Would have been nice to get bzfs and bzadmin working though (headless server for hosting matches).
by jroysdon
Tue Jul 19, 2011 5:47 am
Forum: Help: Source Code / Compiling / Development
Topic: CentOS5 make issues for 2.4.0
Replies: 12
Views: 4817

Re: CentOS5 make issues for 2.4.0

$ rpm -q libtool
libtool-1.5.22-7.el5_4

Yup, stock EL5 is too old. ATRPMs has newer and easy to drop in:

wget ftp://ftp.pbone.net/mirror/atrpms.net/s ... 1.i386.rpm
rpm -Uvh libtool-2.2.6-15.5.el5.1.i386.rpm
by jroysdon
Tue Jul 19, 2011 1:35 am
Forum: Help: Source Code / Compiling / Development
Topic: CentOS5 make issues for 2.4.0
Replies: 12
Views: 4817

Re: CentOS5 make issues for 2.4.0

I have gcc-c++ installed: [jroysdon@Ox bzflag-2.4.0]$ rpm -qa | grep gcc libgcc-4.1.2-50.el5 gcc-4.1.2-50.el5 gcc-c++-4.1.2-50.el5 ./configure thinks so as well: checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking whether g++ accepts -g... yes ch...
by jroysdon
Mon Jul 18, 2011 6:38 am
Forum: Help: Source Code / Compiling / Development
Topic: CentOS5 make issues for 2.4.0
Replies: 12
Views: 4817

CentOS5 make issues for 2.4.0

Using the same steps as I posted in http://stats.bzflag.org/bb/viewtopic.php?f=13&t=17525&sid=2ef391af4080a58a29edcd49be323917 However, with CentOS5 I get the follow problems: [jroysdon@Ox bzflag-2.4.0]$ make Making all in data make[1]: Entering directory `/home/jroysdon/bzflag-tmp/bzflag-2....
by jroysdon
Mon Jul 18, 2011 6:21 am
Forum: Help: Source Code / Compiling / Development
Topic: RHEL6/CentOS6 & Fedora 14 compile steps for 2.4.0
Replies: 2
Views: 3437

RHEL6/CentOS6 & Fedora 14 compile steps for 2.4.0

I've found this works for RHEL6/CentOS6 (which is Fedora 12/13 based) and Fedora 14: sudo yum install bc desktop-file-utils SDL-devel curl-devel ncurses-devel mesa-libGLU-devel glew-devel libidn-devel libtool zlib-devel glew libidn zlib libidn-devel zlib-devel c-ares-devel gcc-c++ libICE-devel libSM...
by jroysdon
Sun Jan 11, 2004 3:24 am
Forum: Enhancements
Topic: IPv6 & multicast
Replies: 2
Views: 2882

IPv6 & multicast

Hey, I'm not a coder and don't begin to understand the underlying communications that bzflag is using (I'm guessing the initial connection is tcp based, but the gameplay data is udp-based for speed, right?). However, two features I'd like to see added or at least considered. They have both a geek co...