[Flightgear-devel] Re: Problems compiling plib

2004-01-17 Thread Melchior FRANZ
* Lee Elliott -- Saturday 17 January 2004 11:10: To cut a long story short, I wasn't able to get the latest cvs copy of plib (including PCX support) to compile, The ssgVertSplitter.{cxx,h} files took about a week to finally appear on the anonymous cvs server. plib compiles here without

Re: [Flightgear-devel] Re: Problems compiling plib

2004-01-17 Thread Lee Elliott
On Saturday 17 January 2004 10:39, Melchior FRANZ wrote: * Lee Elliott -- Saturday 17 January 2004 11:10: To cut a long story short, I wasn't able to get the latest cvs copy of plib (including PCX support) to compile, The ssgVertSplitter.{cxx,h} files took about a week to finally appear on

[Flightgear-devel] Re: Problems compiling plib

2004-01-17 Thread Melchior FRANZ
* Lee Elliott -- Saturday 17 January 2004 12:09: The error I was getting was during compilation of the optimizer and it failed on a call to ssgVertSplitter, complaining that it knew nothing about it. The compiler couldn't find it although it was there? I'll check out a completely new copy

Re: [Flightgear-devel] Re: Problems compiling plib

2004-01-17 Thread Lee Elliott
On Saturday 17 January 2004 11:16, Melchior FRANZ wrote: * Lee Elliott -- Saturday 17 January 2004 12:09: The error I was getting was during compilation of the optimizer and it failed on a call to ssgVertSplitter, complaining that it knew nothing about it. The compiler couldn't find it

[Flightgear-devel] Re: Problems compiling plib

2004-01-17 Thread Melchior FRANZ
* Norman Vine -- Saturday 17 January 2004 13:06: A server is overloaded Launch a mini DOS attack and it will respond ! OK, I admit that sleep 1 is too aggressive, but I wouldn't feel too bad about one minute ... Please folks don't do this, SourceForge is a 'free' service and is trying

Re: [Flightgear-devel] Re: Problems compiling plib

2004-01-17 Thread Erik Hofman
Lee Elliott wrote: On Saturday 17 January 2004 11:16, Melchior FRANZ wrote: * Lee Elliott -- Saturday 17 January 2004 12:09: The error I was getting was during compilation of the optimizer and it failed on a call to ssgVertSplitter, complaining that it knew nothing about it. The compiler

[Flightgear-devel] Re: Problems compiling plib

2004-01-17 Thread Melchior FRANZ
* Melchior FRANZ -- Saturday 17 January 2004 12:16: The server is working, but it seems to suffer from overload and rejects every other connection. And BTW: the server isn't really overloaded---it reacts very quickly. It rather limits the number of allowed connections. Asking for a connection

RE: [Flightgear-devel] Re: Problems compiling plib

2004-01-17 Thread Norman Vine
Melchior FRANZ writes: * Norman Vine -- Saturday 17 January 2004 13:06: If you want the latest PLib just grab the nightly tarball http://plib.sourceforge.net/dist/current.tgz Does it contain the CVS infrastructure? Then it is certainly an option. Otherwise not. Currently it doesn't

[Flightgear-devel] Re: Problems compiling plib

2004-01-17 Thread Melchior FRANZ
* Norman Vine -- Saturday 17 January 2004 14:08: http://plib.sourceforge.net/dist/current.tgz But If you are not a PLib developer, I really don't see why having the CVS infrastructure matters :-) Nor do I. But what does it take to be considered a plib developer? Being officially

Re: [Flightgear-devel] Re: Problems compiling plib

2004-01-17 Thread Christopher S Horler
see below Nor do I. But what does it take to be considered a plib developer? Being officially acknowledged? Fixing bugs and submitting patches? In the last few weeks only outsiders improved plib, while official developers mostly played dead. :-P That's what happens when you don't pay... and

RE: [Flightgear-devel] Re: Problems compiling plib

2004-01-17 Thread Norman Vine
Melchior FRANZ writes: But what does it take to be considered a plib developer? Requesting on the PLib list to become one is a good start :-) http://sourceforge.net/project/memberlist.php?group_id=382 Cheers Norman ___ Flightgear-devel mailing

Re: [Flightgear-devel] Re: Problems compiling plib

2004-01-17 Thread Curtis L. Olson
Christopher S Horler wrote: I don't use many cvs commands, but one I use a fair bit is log. However I've never figured out how to make it only display the last e.g. 5 log entries or from a certain date... if it doesn't do it it should... I don't know if there is a command to display the last 5

Re: [Flightgear-devel] Re: Problems compiling plib

2004-01-17 Thread Christopher S Horler
I don't know if there is a command to display the last 5 log entries, although you could probably do this for an individual file pretty easily via the cvs web interface. In general, I have had good luck with something like the following: cvs log -d10/15/2003 (that's MM/DD/)

RE: [Flightgear-devel] Re: Problems compiling plib

2004-01-17 Thread Norman Vine
Christopher S Horler writes: In the last few weeks only outsiders improved plib, while official developers mostly played dead. :-P That's what happens when you don't pay... and when you pay sometimes. Wait a minute in all fairness If you go back and review the history of the

[Flightgear-devel] Re: Problems compiling plib

2004-01-17 Thread Melchior FRANZ
* Christopher S Horler -- Saturday 17 January 2004 15:16: I've never figured out how to make it only display the last e.g. 5 log entries That's AFAIK not possible, but you can look at CVS/Entries for the last version and then do something like: $ cvs log -r1.4: foo.cpp # i.e. logs for

RE: [Flightgear-devel] Re: Problems compiling plib

2004-01-17 Thread Norman Vine
Curtis L. Olson writes: Christopher S Horler wrote: I don't use many cvs commands, but one I use a fair bit is log. However I've never figured out how to make it only display the last e.g. 5 log entries or from a certain date... if it doesn't do it it should... I don't know if there is