Re: [Flightgear-devel] SimGear Build Error (2nd try)

2002-11-22 Thread Curtis L. Olson
Patrick Stählin writes:
 Hi Paul
 
 On Fri, 22 Nov 2002 08:32:20 -0500
 Paul Deppe [EMAIL PROTECTED] wrote:
 
  
  I thought this would be fixed by the recent gcc 3.2-related updates I've
  seen on the list - is anyone else seeing this?
 
 I've posted some patches to the list, but it seems that they haven't
 made it into the cvs yet.
 
 Could someone with cvs write access commit those patches?
 
 Patrick
 
 BTW: Which is the appropriate way to commit patches to flight-/simgear?
 Post them to this list (as i did) or send it to the cvs-admin?

I try to keep up with the mailing lists, but it seems that often I
can't even keep up with patches sent directly to me.  So I will say
this.

Your best bet is to send the patches to either me ([EMAIL PROTECTED])
or David Megginson ([EMAIL PROTECTED]).  If you do that, there's a
good chance that they will be reviewed and end up in cvs.

Second choice is to post to the list, but for me, things can get lost
in there much easier.  I've got about 2000 pending list messages in my
inbox right now that I've saved because there was something about them
that required further thought, or comment, or action.  One of these
days I'll probably just nuke them all and start over.  That would be a
shame, but I do all this as a volunteer and my time is limited ...

Regards,

Curt.
-- 
Curtis Olson   IVLab / HumanFIRST Program   FlightGear Project
Twin Cities[EMAIL PROTECTED]  [EMAIL PROTECTED]
Minnesota  http://www.menet.umn.edu/~curt   http://www.flightgear.org

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



Re: [Flightgear-devel] SimGear Build Error (2nd try)

2002-11-22 Thread Norman Vine
Paul Deppe writes:
 
 When building the CVS SimGear (0800 EST 11/22/2002, fresh checkout) with
 latest Cygwin and gcc 3.2, I get the following error when compiling
 newbucket.cxx:
 
 Making all in bucket
 make[3]: Entering directory `/home/fgfs_cvs/SimGear/simgear/bucket'
 if
 g++ -DHAVE_CONFIG_H -I. -I. -I../../simgear -I../..-O2 -D_REENTRANT -MT
 n
 ewbucket.o -MD -MP -MF .deps/newbucket.Tpo \
   -c -o newbucket.o `test -f 'newbucket.cxx' || echo './'`newbucket.cxx; \
 then mv .deps/newbucket.Tpo .deps/newbucket.Po; \
 else rm -f .deps/newbucket.Tpo; exit 1; \
 fi
 In file included from /usr/include/c++/3.2/bits/locale_facets.tcc:43,
  from /usr/include/c++/3.2/locale:46,
  from /usr/include/c++/3.2/bits/ostream.tcc:37,
  from /usr/include/c++/3.2/ostream:275,
  from /usr/include/c++/3.2/iostream:45,
  from newbucket.hxx:44,
  from newbucket.cxx:31:
 /usr/include/c++/3.2/limits:942:22: macro min requires 2 arguments, but
 only 1 given
 
 I thought this would be fixed by the recent gcc 3.2-related updates I've
 seen on the list - is anyone else seeing this?

to avoid the risk of starting a flame war
and to make a long story short

*THIS WORKS*

% CXXFLAGS=-DWIN32 CFLAGS=-DWIN32 ./configure
make

norman

___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel



RE: [Flightgear-devel] SimGear Build Error (2nd try)

2002-11-22 Thread Paul Deppe
 *THIS WORKS*
 
 % CXXFLAGS=-DWIN32 CFLAGS=-DWIN32 ./configure
 make
 
 norman

Worked fine - thanks Norman.

- Paul

Paul R. Deppe
Veridian Engineering (formerly Calspan)
Flight  Aerospace Research Group
150 North Airport Drive
Buffalo, NY  14225
(716) 631-6898
(716) 631-6990 FAX
[EMAIL PROTECTED]


___
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel