[Flightgear-devel] GLUT under Cygwin

2002-12-05 Thread Nick Foster
When compiling FlightGear for Win32 using Cygwin, how do you link GLUT into
the compile -- with the Linux libraries, or the Windows ones? You can
download the GLUT .lib and .dll binaries, but obviously GCC can't use those
to link with. How can I get the GLUT libraries in a form usable by GCC to
compile FG under Cygwin?

--nick


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



RE: [Flightgear-devel] GLUT under Cygwin

2002-12-05 Thread Nick Foster
i did a full install of Cygwin, all the packages, and although it installs
GLUI, i don't see any libs for GLUT.

PLIB and SimGear build fine, but FlightGear dies when compiling the test
suite, with undefined references to _glutInit.

--nick

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Curtis L.
 Olson
 Sent: Thursday, December 05, 2002 4:19 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [Flightgear-devel] GLUT under Cygwin


 Nick Foster writes:
  When compiling FlightGear for Win32 using Cygwin, how do you
 link GLUT into
  the compile -- with the Linux libraries, or the Windows ones? You can
  download the GLUT .lib and .dll binaries, but obviously GCC
 can't use those
  to link with. How can I get the GLUT libraries in a form usable
 by GCC to
  compile FG under Cygwin?

 I believe cygwin ships with a suitable version of glut.

 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


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



RE: [Flightgear-devel] GLUT under Cygwin

2002-12-05 Thread Nick Foster
I found the GLUT libs, but still can't resolve deps. I'll look to see where
it's looking.

Thanks,
--nick

 Nick Foster writes:
  When compiling FlightGear for Win32 using Cygwin, how do you
 link GLUT into
  the compile -- with the Linux libraries, or the Windows ones? You can
  download the GLUT .lib and .dll binaries, but obviously GCC
 can't use those
  to link with. How can I get the GLUT libraries in a form usable
 by GCC to
  compile FG under Cygwin?

 I believe cygwin ships with a suitable version of glut.

 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


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



RE: [Flightgear-devel] GLUT under Cygwin

2002-12-05 Thread Nick Foster
i got it -- it builds! hooray.

thanks for your help.

--nick

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Norman Vine
 Sent: Thursday, December 05, 2002 5:33 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [Flightgear-devel] GLUT under Cygwin


 Nick Foster writes:
 
  i did a full install of Cygwin, all the packages, and although
 it installs
  GLUI, i don't see any libs for GLUT.
 
  PLIB and SimGear build fine, but FlightGear dies when compiling the test
  suite, with undefined references to _glutInit.

 It's a little hidden  :-)

 $ find /lib -iname libglut*
 /lib/w32api/libglut.a
 /lib/w32api/libglut32.a

 Norman




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


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



[Flightgear-devel] panel.cxx

2002-12-04 Thread Nick Foster
I'm compiling FG from CVS sources on MSVC .NET. As you can imagine, it
didn't exactly work out of the box. ;)

I'll post diffs after I get it running, but for now here's one particular
bug that should be cross-platform compatible *grin*

panel.cxx line 560:

bool
FGPanel::doMouseAction (int button, int updown, int x, int y)

should return something, and it doesn't. I just stuck a return false at
the end, let me know if this is not kosher for any reason, or if the
function decl. should be changed.

--nick


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