On Tue, 2001-11-27 at 16:21, John Wojnaroski wrote:
> automake -a  At some point we will need to create the INSTALL, README,
> AUTHORS files for automake..
> 

Any objections to these being added?

> make - bombed. the ogcFontManager is looking for the include files for the
> gltt  library. (See ogcFont.h)
> 

OGC now uses FTGL, so I've added a '-I' bit so that it should find the
local copy of the FTGL header libraries in ThirdParty/ftgl/.

> Might see a few on the horizon; for example,
>  1)there is no _itoa(...) method in ANSI C++,  MSVC provides a lib function,
> but had to create an ogc_itoa(...) and build it into the ogcFontManager
> module and library.

This should be handlable independently of autoconf, if I understand it
correctly.

>  2)had a problem with the template ogcOrderedPair and "typename" changed
> typename to class, it compiles and runs but... will this present a problem
> later on?

I had this too, but I think it's fixed in CVS, because I'm up-to-date
and it's working for me now.
 
>  4) it might make sense to create a build system that allows for individual
> display panels. There would be one for the PDF, ND, EICAS, CDU. Each would
> run as a separate app.

I'm still not able to build all the way to the end on my machine here,
due to local problems with glut. I've been trying out freeglut (any
comments anyone?), but AC_CHECK_LIBS/AC_SEARCH_LIBS aren't quite working
as I'm expecting them to, so once I've got over that, and can see things
a bit clearer I'll take a look at it again. 

>  5) I sent Curtis some source that makes changes to FG and isolates
> (insulates) the network interface to OpenGC and requires only changes to an
> opengc.hxx and display.[ch]xx that defines the data packet across the
> interface. Once those are incorporated it would make sense to remove the
> Opengc-Unix tar file to prevent the proliferation of  "unofficial" copies.

Has anyone done this? I see the latest file available from opengc.sf.net
is opengc-0.02.

--
Ross


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

Reply via email to