[Flightgear-devel] compile/make/build flags?

2002-05-30 Thread Keith Wiley

In particular, to ditch the data dump to the cmd window, but where can I
find a comprehensive list.  I don't see this stuff on the website
anywhere.


Keith Wiley[EMAIL PROTECTED]
http://www.unm.edu/~keithw http://www.mp3.com/KeithWiley

Yet mark his perfect self-contentment, and hence learn his lesson,
that to be self-contented is to be vile and ignorant, and that to
aspire is better than to be blindly and impotently happy.
   --  Edwin A. Abbott, Flatland



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



Re: [Flightgear-devel] compile/make/build flags?

2002-05-30 Thread Keith Wiley

 Keith Wiley wrote:
  In particular, to ditch the data dump to the cmd window, but where can I
  find a comprehensive list.  I don't see this stuff on the website
  anywhere.
 
 Just do ./configure
 this will give a full list of the possibilities.
 
 Yours is: --disable-logging

Okay.  At first I thought you meant that --disable-logging was a flag to
configure, as in:

% ./configure --disable-logging

so I spent half an hour rebuilding for nothing.  Anyway, I think I
understand now, that --disable-logging a flag to the executable, as in:

C:\runfgfs.bat --disable-logging

however, the program doesn't run if I give it this flag.  Instead if
pukes up a long list of legal flags, none of which are disable-logging,
and none of which seem to suggest a similar action by a slightly different
flag name.  What am I missing here?


Keith Wiley[EMAIL PROTECTED]
http://www.unm.edu/~keithw http://www.mp3.com/KeithWiley

Yet mark his perfect self-contentment, and hence learn his lesson,
that to be self-contented is to be vile and ignorant, and that to
aspire is better than to be blindly and impotently happy.
   --  Edwin A. Abbott, Flatland



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



[Flightgear-devel] enormous exe

2002-05-30 Thread Keith Wiley

Something I've been wondering about.  The program that comes with the
downloadable binary is about 4 megs.  The program that is built from cvs
is about 56 megs.  I have been having major framerate issues with the cvs
version (2 or 3 fps) whereas the binary version runs at 7 or 8 fps.  I'm
trying to figure out how to turn off the text-dump to the cmd window
(loggin).  So far the --disable-logging flag hasn't work.  However, I also
suspect that it may have something to do with the gigantic program that
cvs produces.  Why is the program so large?


Keith Wiley[EMAIL PROTECTED]
http://www.unm.edu/~keithw http://www.mp3.com/KeithWiley

Yet mark his perfect self-contentment, and hence learn his lesson,
that to be self-contented is to be vile and ignorant, and that to
aspire is better than to be blindly and impotently happy.
   --  Edwin A. Abbott, Flatland



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



Re: [Flightgear-devel] Re: I simply don't know what I'm doing wrong

2002-05-18 Thread Keith Wiley

 As a last resort, maybe. But you still didn't investigate the bug that
 you originally reported: remember do ble? 
 
   /usr/local/src/FlightGear/src/Main/fg_init.cxx:628: undefined reference to
   `FGNullFDM::FGNullFDM(do ble)'
 
 Have you ever looked into fg_init.cxx, line 628? (Things have changed
 meanwhile, so if you are using CVS HEAD, this won't be in line 628 any more.)
 Is there really a do ble instead of double?

I think it was just a weird text-grab problem.  That typo wasn't in the
code.  Like I said, the flavor of many of the errors is that a function
call can't be linked to a function definition.

Here's the most recent build output (from a more recent cvs update, which
consequently has errors that are different from those I crashed into a
week ago:

environment_mgr.cxx: In method `double FGEnvironmentMgr::get_cloud_layer_span_m(int) 
const':
environment_mgr.cxx:206: no matching function for call to `SGCloudLayer::getSpan_m ()'
environment_mgr.cxx: In method `void FGEnvironmentMgr::set_cloud_layer_span_m(int, 
double)':
environment_mgr.cxx:212: no matching function for call to `SGCloudLayer::setSpan_m 
(double )'
environment_mgr.cxx: In method `double 
FGEnvironmentMgr::get_cloud_layer_elevation_ft(int) const':
environment_mgr.cxx:218: no matching function for call to 
`SGCloudLayer::getElevation_m ()'
environment_mgr.cxx: In method `void 
FGEnvironmentMgr::set_cloud_layer_elevation_ft(int, double)':
environment_mgr.cxx:225: no matching function for call to 
`SGCloudLayer::setElevation_m (double)'
environment_mgr.cxx: In method `double 
FGEnvironmentMgr::get_cloud_layer_thickness_ft(int) const':
environment_mgr.cxx:231: no matching function for call to 
`SGCloudLayer::getThickness_m ()'
environment_mgr.cxx: In method `void 
FGEnvironmentMgr::set_cloud_layer_thickness_ft(int, double)':
environment_mgr.cxx:238: no matching function for call to 
`SGCloudLayer::setThickness_m (double)'
environment_mgr.cxx: In method `double 
FGEnvironmentMgr::get_cloud_layer_transition_ft(int) const':
environment_mgr.cxx:244: no matching function for call to 
`SGCloudLayer::getTransition_m ()'
environment_mgr.cxx: In method `void 
FGEnvironmentMgr::set_cloud_layer_transition_ft(int, double)':
environment_mgr.cxx:252: no matching function for call to 
`SGCloudLayer::setTransition_m (double)'
environment_mgr.cxx: In method `const char * 
FGEnvironmentMgr::get_cloud_layer_type(int) const':
environment_mgr.cxx:258: no matching function for call to `SGCloudLayer::getType ()'
environment_mgr.cxx:259: `SG_CLOUD_OVERCAST' is not a member of type `SGCloudLayer'
environment_mgr.cxx:261: `SG_CLOUD_MOSTLY_CLOUDY' is not a member of type 
`SGCloudLayer'
environment_mgr.cxx:263: `SG_CLOUD_MOSTLY_SUNNY' is not a member of type `SGCloudLayer'
environment_mgr.cxx:265: `SG_CLOUD_CIRRUS' is not a member of type `SGCloudLayer'
environment_mgr.cxx:267: `SG_CLOUD_CLEAR' is not a member of type `SGCloudLayer'
environment_mgr.cxx:260: warning: unreachable code at beginning of switch statement
environment_mgr.cxx: In method `void FGEnvironmentMgr::set_cloud_layer_type(int, const 
char *)':
environment_mgr.cxx:277: `Type' is not a member of type `SGCloudLayer'
environment_mgr.cxx:277: parse error before `;'
environment_mgr.cxx:279: `type' undeclared (first use this function)
environment_mgr.cxx:279: (Each undeclared identifier is reported only once
environment_mgr.cxx:279: for each function it appears in.)
environment_mgr.cxx:279: `SG_CLOUD_OVERCAST' is not a member of type `SGCloudLayer'
environment_mgr.cxx:281: `SG_CLOUD_MOSTLY_CLOUDY' is not a member of type 
`SGCloudLayer'
environment_mgr.cxx:283: `SG_CLOUD_MOSTLY_SUNNY' is not a member of type `SGCloudLayer'
environment_mgr.cxx:285: `SG_CLOUD_CIRRUS' is not a member of type `SGCloudLayer'
environment_mgr.cxx:287: `SG_CLOUD_CLEAR' is not a member of type `SGCloudLayer'
environment_mgr.cxx:290: `SG_CLOUD_CLEAR' is not a member of type `SGCloudLayer'
make[2]: *** [environment_mgr.o] Error 1
make[2]: Leaving directory `/usr/local/src/FlightGear/src/Environment'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/FlightGear/src'
make: *** [all-recursive] Error 1


Keith Wiley[EMAIL PROTECTED]
http://www.unm.edu/~keithw http://www.mp3.com/KeithWiley

Yet mark his perfect self-contentment, and hence learn his lesson,
that to be self-contented is to be vile and ignorant, and that to
aspire is better than to be blindly and impotently happy.
   --  Edwin A. Abbott, Flatland



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



Re: [Flightgear-devel] Re: I simply don't know what I'm doing wrong

2002-05-18 Thread Keith Wiley

 When you cvs update FlightGear, do you also cvs update SimGear ?

Ugh!  Usually I start with plib, move to SimGear, then move to
FlightGear.  But when FlightGear starts causing trouble for me, I suppose
I just revert to trying to cvs update FlightGear.  I guess that won't work
though.  That can't be the original source of my problems though, for the
reasons stated.


Keith Wiley[EMAIL PROTECTED]
http://www.unm.edu/~keithw http://www.mp3.com/KeithWiley

Yet mark his perfect self-contentment, and hence learn his lesson,
that to be self-contented is to be vile and ignorant, and that to
aspire is better than to be blindly and impotently happy.
   --  Edwin A. Abbott, Flatland



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



[Flightgear-devel] I simply don't know what I'm doing wrong

2002-05-17 Thread Keith Wiley

I cannot get flightgear to compile to save my life.  I usually update with
the following command:

cvs -dP

I have tried doing a make clean prior to doing a make.  What else can I
do?  Why doesn't this work?  It seems to me, that if I do a simple cvs
command that ought to all-encompassingly update the project, I ought to
end up with a buildable set of code, but no.  I have no idea what I'm
doing wrong.  It seems so utterly simple, it baffles me to imagine where I
could possibly be making a wrong turn.

Should I just scrap my entire flightgear directory, throw it away, and
start over from scratch?  It's not like I've even been doing lots of code
modification that might mess up the cvs merge.  I'm simply trying to
download pure cvs code and it isn't working.  This is absolutely
ludicrous.  I've been banging on this thing for weeks.

Would it be helpful to email the build output to you folks?  I don't find
it very suggestive myself.  Many of the errors are of the type no version
of such and such a function found, as if the necessary object files never
got created prior to the function calls getting linked.  How could that
occur?!

I realize this is probably not a problem anyone feels like thinking about
too hard, but if anyone has ANY idea what I'm doing wrong, I would really
appreciate a point in the right direction.

Thanks tremendously in advance.


Keith Wiley[EMAIL PROTECTED]
http://www.unm.edu/~keithw http://www.mp3.com/KeithWiley

Yet mark his perfect self-contentment, and hence learn his lesson,
that to be self-contented is to be vile and ignorant, and that to
aspire is better than to be blindly and impotently happy.
   --  Edwin A. Abbott, Flatland



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



Re: [Flightgear-devel] Re: stupid compile error

2002-05-15 Thread Keith Wiley

 * Keith Wiley -- Tuesday 14 May 2002 21:47:
  I recvsed yesterday and now it won't compile:
  /usr/local/src/FlightGear/src/Main/fg_init.cxx:628: undefined reference to
  `FGNullFDM::FGNullFDM(do ble)'
   ^
 
 What's that? do ble?
 It definitely compiles here. Corrupted file? Bad memory?

Beats me.  I just cvsed.  I don't think that's my own code or anything.  
The cvs code must have that in it.  I have no idea what it means.

 By the way, you need something like the following patch to make the UFO
 behave:

I don't even want to use the UFO, but because it's in the code, I can't
get FG to compile.  Ugh.


Keith Wiley[EMAIL PROTECTED]
http://www.unm.edu/~keithw http://www.mp3.com/KeithWiley

Yet mark his perfect self-contentment, and hence learn his lesson,
that to be self-contented is to be vile and ignorant, and that to
aspire is better than to be blindly and impotently happy.
   --  Edwin A. Abbott, Flatland



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



Re: [Flightgear-devel] Re: stupid compile error

2002-05-15 Thread Keith Wiley

 Have you tried a complete make clean followed by a make?

Doing it right now.  It'll probably take about two hours to finish.  Just
sitting back and waiting now.  Thanks for the reccomendation.


Keith Wiley[EMAIL PROTECTED]
http://www.unm.edu/~keithw http://www.mp3.com/KeithWiley

Yet mark his perfect self-contentment, and hence learn his lesson,
that to be self-contented is to be vile and ignorant, and that to
aspire is better than to be blindly and impotently happy.
   --  Edwin A. Abbott, Flatland



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



[Flightgear-devel] stupid compile error

2002-05-14 Thread Keith Wiley

I recvsed yesterday and now it won't compile:

fg_init.o: In function `fgInitFDM(void)':
/usr/local/src/FlightGear/src/Main/fg_init.cxx:591: undefined reference to
`FGUFO::FGUFO(double)'
/usr/local/src/FlightGear/src/Main/fg_init.cxx:628: undefined reference to
`FGNullFDM::FGNullFDM(do ble)'
collect2: ld returned 1 exit status
make[2]: *** [fgfs] Error 1
make[2]: Leaving directory `/usr/local/src/FlightGear/src/Main'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/FlightGear/src'
make: *** [install-recursive] Error 1

Needless to say, I checked the obvious sources of this problem.  The top
of the file #includes UFO.hxx and UFO.cxx definitely implements the
constructor taking a double.  Is this some weird cvs problem?


Keith Wiley[EMAIL PROTECTED]
http://www.unm.edu/~keithw http://www.mp3.com/KeithWiley

Yet mark his perfect self-contentment, and hence learn his lesson,
that to be self-contented is to be vile and ignorant, and that to
aspire is better than to be blindly and impotently happy.
   --  Edwin A. Abbott, Flatland



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



[Flightgear-devel] disable cmd output

2002-04-24 Thread Keith Wiley

How do I get fg to *not* dump tons of data to the cmd line while fg is
running.  My framerate is a disaster.  Binary runs at 8 to 10 fps but the
cvs version runs at 1 or 2 fps.  I can't imagine what the difference is.


Keith Wiley[EMAIL PROTECTED]
http://www.unm.edu/~keithw http://www.mp3.com/KeithWiley

Yet mark his perfect self-contentment, and hence learn his lesson,
that to be self-contented is to be vile and ignorant, and that to
aspire is better than to be blindly and impotently happy.
   --  Edwin A. Abbott, Flatland



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



[Flightgear-devel] selecting a 3d plane model

2002-04-23 Thread Keith Wiley

The downloadable binary produces a yellow and purple glider even though
the aircraft in the preferences.xml file is a c172.  Now, in my dev
version, obtained through cvs, it also species c172 but it also produces a
3D model of a cesna.  I think this polygonally complex model is killing my
framerate (the cvs version gives me 1 or 2 fps while the binary gives me 8
or 10 fps).  How do I specify that I want my dev version to use this
simple glider model?  I don't even know what its name is since the binary
*looks* like it's using c172 in the prefs, despite the 3D model that shows
up in the program.

Thanks.


Keith Wiley[EMAIL PROTECTED]
http://www.unm.edu/~keithw http://www.mp3.com/KeithWiley

Yet mark his perfect self-contentment, and hence learn his lesson,
that to be self-contented is to be vile and ignorant, and that to
aspire is better than to be blindly and impotently happy.
   --  Edwin A. Abbott, Flatland



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



Re: [Flightgear-devel] perplexing make error

2002-04-17 Thread Keith Wiley

 The next thing to try would be to find all the .deps subdirectories
 throughout the entire project and nuke them.  I think running the
 following should do the trick:
 
 make distclean-depend

make couldn't find a target for that guy, but I can kill them
manually.  I'm trying a cvs -dPA at the moment.


Keith Wiley[EMAIL PROTECTED]
http://www.unm.edu/~keithw http://www.mp3.com/KeithWiley

Yet mark his perfect self-contentment, and hence learn his lesson,
that to be self-contented is to be vile and ignorant, and that to
aspire is better than to be blindly and impotently happy.
   --  Edwin A. Abbott, Flatland



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



Re: [Flightgear-devel] perplexing make error

2002-04-17 Thread Keith Wiley

I managed to sort out the problems and get things to compile.  I was
forced to remove my altered versions of fg_init.cxx and options.cxx.  It
refused to merge them, or replace them, or compile them, or whatever.  But
by removing my files, it recvsed the cvs versions and it compiled.

I am still dreadfully disappointed in the framerate.  It runs about 1 or 2
fps, whereas if I run the latest binary download I get 7 or 8 fps.


Keith Wiley[EMAIL PROTECTED]
http://www.unm.edu/~keithw http://www.mp3.com/KeithWiley

Yet mark his perfect self-contentment, and hence learn his lesson,
that to be self-contented is to be vile and ignorant, and that to
aspire is better than to be blindly and impotently happy.
   --  Edwin A. Abbott, Flatland



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



[Flightgear-devel] perplexing make error

2002-04-16 Thread Keith Wiley

I did a standard cvs update -d -P from the highest FlightGear directory,
ran ./configure, and tried to make.  It's giving me a totally unreasonable
error.  In /usr/local/src/FlightGear/src/Cockpit/built_in it says:

*** No rule to make target 'all'.  Stop.

Bear in mind that I have done absolutely no code modification anywhere
near the Cockpit directory.  There is a Makefile (which is blank) and a
Makefile.am in that directory.  The Makefile.am doesn't have an
all target as far as I can tell.

What's going on here?  Why is Makefile blank?  Why doesn't it compile?

Thanks.


Keith Wiley[EMAIL PROTECTED]
http://www.unm.edu/~keithw http://www.mp3.com/KeithWiley

Yet mark his perfect self-contentment, and hence learn his lesson,
that to be self-contented is to be vile and ignorant, and that to
aspire is better than to be blindly and impotently happy.
   --  Edwin A. Abbott, Flatland



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



[Flightgear-devel] cvs update doesn't update changed files?

2002-03-31 Thread Keith Wiley

So assume I started with no project directory and I did a cvs update,
which created the directory and checkout everything.  That worked, I
successfully built.  Then I did my own personal modification to
fg_init.cxx and worked on that for a while.  Then I did a new cvs
update, in the hopes I would get all the files that don't match my
project.  I was hoping it would overwrite my changed files so I could
diff them from my modifications and bring my file up to date, but
instead, cvs update didn't overwrite fg_init.cxx.  I'm left with my
original version and I can't see the new version.

Why on Earth would cvs do this?


Keith Wiley[EMAIL PROTECTED]
http://www.unm.edu/~keithw http://www.mp3.com/KeithWiley

Yet mark his perfect self-contentment, and hence learn his lesson,
that to be self-contented is to be vile and ignorant, and that to
aspire is better than to be blindly and impotently happy.
   --  Edwin A. Abbott, Flatland


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



Re: [Flightgear-devel] cvs update doesn't update changed files?

2002-03-31 Thread Keith Wiley

 If any files in the archive have changed since your last update, cvs
 will attempt to merge the changes into your local tree.  It will attempt
 to do this even if you've made local mods.  If it can't merge the
 changes, it will mark the offending section of each file accordingly
 and then you'll need to edit them by hand to resolve the conflicts.

When you say merge into tree does that mean the cvs update should be
rewriting or otherwise modifying my existing personally-modified file, or
does merge not mean that files are merged together but more that a
separate code tree branches off and the new files reside elsewhere (and my
modified personally-modified version of the file stays the same)?


Keith Wiley[EMAIL PROTECTED]
http://www.unm.edu/~keithw http://www.mp3.com/KeithWiley

Yet mark his perfect self-contentment, and hence learn his lesson,
that to be self-contented is to be vile and ignorant, and that to
aspire is better than to be blindly and impotently happy.
   --  Edwin A. Abbott, Flatland



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



Re: [Flightgear-devel] cvs update doesn't update changed files?

2002-03-31 Thread Keith Wiley

 If you want to know what local changes are being tracked for you by CVS
 type cvs diff ... if you don't want any of them, just delete the file
 and then cvs update will get you a fresh copy.

I've been playing around with cvs diff for a week, but it doesn't make any
sense.  In particular, if I cvs diff the file in question, it regurgitates
the entire file onto the screen in one big 2000 line belch.  How is that
useful?


Keith Wiley[EMAIL PROTECTED]
http://www.unm.edu/~keithw http://www.mp3.com/KeithWiley

Yet mark his perfect self-contentment, and hence learn his lesson,
that to be self-contented is to be vile and ignorant, and that to
aspire is better than to be blindly and impotently happy.
   --  Edwin A. Abbott, Flatland



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



[Flightgear-devel] using cvs diff

2002-03-22 Thread Keith Wiley

I want to keep my flightgear project up to date, but I also want to be
able to undo a cvs update if I decide I don't want to be using the version
I end up with after a cvs update.  I think there is some way to do this
using cvs diff, but I don't really understand it.  cvs diff seems to
create a collection of diff files between my local directory and the
repository, but it doesn't actually perform an update, so I assume that I
must first perform a cvs diff, and then go ahead an update from the cvs
repository.  What I'm not sure about (assuming I'm correct up to this
point) is how I would use the diff files to undo the cvs update so as to
revert back to my original version.

Thank you for any help on this issue.


Keith Wiley[EMAIL PROTECTED]
http://www.unm.edu/~keithw http://www.mp3.com/KeithWiley

Yet mark his perfect self-contentment, and hence learn his lesson,
that to be self-contented is to be vile and ignorant, and that to
aspire is better than to be blindly and impotently happy.
   --  Edwin A. Abbott, Flatland



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



[Flightgear-devel] more build errors

2002-03-18 Thread Keith Wiley

I'm building straight from the cvs checkout code.  I completely erased my
previous flightgear directory, so there is no chance of cvs of losing
track of which files need to be updated.  It still doesn't work:

Making all in Scenery
make[2]: Entering directory `/usr/local/src/Flightgear/src/Scenery'
c++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src  -I/usr/loca
l/include  -g -O2 -c hitlist.cxx
hitlist.cxx: In function `bool sgdPointInTriangle(double *, double (*)[3])':
hitlist.cxx:58: `sgdPointInTriangle(double *, double (*)[3])' was declared `exte
rn' and later `static'
/usr/include/plib/sg.h:2554: previous declaration of `sgdPointInTriangle(double
*, double (*)[3])'
make[2]: *** [hitlist.o] Error 1
make[2]: Leaving directory `/usr/local/src/Flightgear/src/Scenery'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/Flightgear/src'
make: *** [all-recursive] Error 1

Thanks for any help.


Keith Wiley[EMAIL PROTECTED]
http://www.unm.edu/~keithw http://www.mp3.com/KeithWiley

Yet mark his perfect self-contentment, and hence learn his lesson,
that to be self-contented is to be vile and ignorant, and that to
aspire is better than to be blindly and impotently happy.
   --  Edwin A. Abbott, Flatland



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



[Flightgear-devel] mk4?

2002-02-20 Thread Keith Wiley

I'm using the cvs version flightgear.  When I tried to make it says
cannot find -lmk4

there aren't any mk4 lib files in /us/local/lib, but I have already
installed mk4 using the cygwin install program.  I haven't the foggiest
clue where to get mk4.  I have tried recvsing flightgear to no avail.

Please help.

Thanks.


Keith Wiley[EMAIL PROTECTED]
http://www.unm.edu/~keithw http://www.mp3.com/KeithWiley

Yet mark his perfect self-contentment, and hence learn his lesson,
that to be self-contented is to be vile and ignorant, and that to
aspire is better than to be blindly and impotently happy.
   --  Edwin A. Abbott, Flatland



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



[Flightgear-devel] plib can't find GL/gl.h

2002-02-09 Thread Keith Wiley

I'm trying to build plib in anticipation of building simgear and
flightgear, but make is failing saying ul.h can't find GL/gl.h or
GL/glu.h.  This is a perfectly reasonable complaint since a search of my
harddrive has turned up nothing on either of those two files.

...but, I have already installed both the OpenGL binaries and source in
the Cygwin setup program, so I don't know what else to do.  Are these
opengl files?  I'm thinking they might be glut files.  If so, where am I
supposed to get cygwin versions of these files so I can build plib?

Thanks for any help.


Keith Wiley[EMAIL PROTECTED]
http://www.unm.edu/~keithw http://www.mp3.com/KeithWiley

Yet mark his perfect self-contentment, and hence learn his lesson,
that to be self-contented is to be vile and ignorant, and that to
aspire is better than to be blindly and impotently happy.
   --  Edwin A. Abbott, Flatland



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



[Flightgear-devel] Building JSBSim 0.9.1 woes

2002-01-14 Thread Keith Wiley

I am trying to build JSBSim 0.9.1.  When I run ./autogen.sh from the
JSBSim-0.9.1 directory it configures for a while and then quits with the
following error:

./infig.status: error: cannot find input file:

Any idea how to get this versin of JSBSim to build?  Thanks.


Keith Wiley[EMAIL PROTECTED]
http://www.unm.edu/~keithw http://www.mp3.com/KeithWiley

Yet mark his perfect self-contentment, and hence learn his lesson,
that to be self-contented is to be vile and ignorant, and that to
aspire is better than to be blindly and impotently happy.
   --  Edwin A. Abbott, Flatland



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