Re: [Flightgear-devel] plib patch for Solaris

2003-07-05 Thread Martin Spott
Martin Spott <[EMAIL PROTECTED]> wrote: > Down that road we need an additional modification, this time it's for > SimGear. In simgear/io/, tcp_[server,client] need to be linked against > '-lxnet' on Solaris. Would anyone incorporate the necessary changes into the > autoconf mechanism ? Erik's put

Re: [Flightgear-devel] plib patch for Solaris

2003-07-02 Thread Martin Spott
Martin Spott <[EMAIL PROTECTED]> wrote: > The following patch enables building plib on Solaris. Would anyone with > appropriate connections pushing this to the plib people ? I have another very small patch that is required to build current plib CVS on Linux and presumably any other platform, too.

Re: [Flightgear-devel] plib patch for Solaris

2003-07-02 Thread Martin Spott
"Curtis L. Olson" <[EMAIL PROTECTED]> wrote: > .bz2 on Solaris?!? :-) Back when I was using solaris it was hard > enough just to find .gz support. :-) > I've added a link to the downloads page. Thanks for repackaging - although I'd probably had left it as a compressed binary, without directory st

Re: [Flightgear-devel] plib patch for Solaris

2003-07-01 Thread Martin Spott
"Norman Vine" <[EMAIL PROTECTED]> wrote: > Martin Spott writes: >> >> /usr/include/sys/stream.h:67: error: `struct queue' redeclared as different >>kind of symbol >> /usr/local/include/c++/3.3/bits/stl_queue.h:71: error: previous declaration of >>`template>std::allocator<_CharT> > >

RE: [Flightgear-devel] plib patch for Solaris

2003-07-01 Thread Norman Vine
Martin Spott writes: > > /usr/include/sys/stream.h:67: error: `struct queue' redeclared as different >kind of symbol > /usr/local/include/c++/3.3/bits/stl_queue.h:71: error: previous declaration of >`templatestd::allocator<_CharT> > > class std::queue' > make[4]: *** [FGDeadBand.o] E

Re: [Flightgear-devel] plib patch for Solaris

2003-07-01 Thread Martin Spott
"Curtis L. Olson" <[EMAIL PROTECTED]> wrote: > .bz2 on Solaris?!? :-) Back when I was using solaris it was hard > enough just to find .gz support. :-) /usr/local/src/, where I use to compile additional stuff, counts 200 subdirectories. Chances are good that I built the binary myself. Probably I'd

Re: [Flightgear-devel] plib patch for Solaris

2003-07-01 Thread Curtis L. Olson
.bz2 on Solaris?!? :-) Back when I was using solaris it was hard enough just to find .gz support. :-) I've added a link to the downloads page. Thanks! Curt. Martin Spott writes: > There are additional linker flags required to build FlightGear on Solaris. > The final linker run for 'fgfs' needs

Re: [Flightgear-devel] plib patch for Solaris

2003-07-01 Thread Martin Spott
Martin Spott <[EMAIL PROTECTED]> wrote: > Down that road we need an additional modification, this time it's for > SimGear. In simgear/io/, tcp_[server,client] need to be linked against > '-lxnet' on Solaris. Would anyone incorporate the necessary changes into the > autoconf mechanism ? There are

Re: [Flightgear-devel] plib patch for Solaris

2003-07-01 Thread Martin Spott
Bernie Bright <[EMAIL PROTECTED]> wrote: > Remove > > SG_USING_STD(queue); > > and replace > > static queue Messages; > > with > > static std::queue Messages; Bernie's the champ. But I also had to replace queue FGJSBBase::Messages; with std::queue FGJSBBase::Messages; in li

Re: [Flightgear-devel] plib patch for Solaris

2003-07-01 Thread Bernie Bright
On 1 Jul 2003 13:19:08 GMT Martin Spott <[EMAIL PROTECTED]> wrote: > Erik Hofman <[EMAIL PROTECTED]> wrote: > > > Could you remove '#include "FGJSBBase.h"' at line 68 of FGfdmSocket.h > > and see if this solves your problem? > > Sorry, no change at all. Is this what people call a classical name

Re: [Flightgear-devel] plib patch for Solaris

2003-07-01 Thread Erik Hofman
Martin Spott wrote: Erik Hofman <[EMAIL PROTECTED]> wrote: Sorry, no change at all. Is this what people call a classical namespace conflict ? Yes, and for Solaris, and unresolvable one. Erik ___ Flightgear-devel mailing list [EMAIL PROTECTED] http://m

Re: [Flightgear-devel] plib patch for Solaris

2003-07-01 Thread Martin Spott
Erik Hofman <[EMAIL PROTECTED]> wrote: > Could you remove '#include "FGJSBBase.h"' at line 68 of FGfdmSocket.h > and see if this solves your problem? Sorry, no change at all. Is this what people call a classical namespace conflict ? Martin. -- Unix _IS_ user friendly - it's just selective abo

Re: [Flightgear-devel] plib patch for Solaris

2003-07-01 Thread Erik Hofman
Erik Hofman wrote: Could you remove '#include "FGJSBBase.h"' at line 68 of FGfdmSocket.h and see if this solves your problem? It doesn't seem to cause any problems for me and should eliminate the problem. Please ignore this. It won't work. I might have another solution, standby ... Erik ___

Re: [Flightgear-devel] plib patch for Solaris

2003-07-01 Thread Erik Hofman
Martin Spott wrote: Martin Spott <[EMAIL PROTECTED]> wrote: Down that road we need an additional modification, this time it's for SimGear. In simgear/io/, tcp_[server,client] need to be linked against '-lxnet' on Solaris. Would anyone incorporate the necessary changes into the autoconf mechanism

Re: [Flightgear-devel] plib patch for Solaris

2003-07-01 Thread Martin Spott
Martin Spott <[EMAIL PROTECTED]> wrote: > Down that road we need an additional modification, this time it's for > SimGear. In simgear/io/, tcp_[server,client] need to be linked against > '-lxnet' on Solaris. Would anyone incorporate the necessary changes into the > autoconf mechanism ? After succ

Re: [Flightgear-devel] plib patch for Solaris

2003-07-01 Thread Martin Spott
Martin Spott <[EMAIL PROTECTED]> wrote: > The following patch enables building plib on Solaris. Would anyone with > appropriate connections pushing this to the plib people ? Probably this > enables us building FlightGear binaries for Solaris: Down that road we need an additional modification, this

[Flightgear-devel] plib patch for Solaris

2003-06-30 Thread Martin Spott
The following patch enables building plib on Solaris. Would anyone with appropriate connections pushing this to the plib people ? Probably this enables us building FlightGear binaries for Solaris: --- src/util/ul.h.original Mon Jun 30 19:16:02 2003 +++ src/util/ul.h Mon Jun 30 19:13:22