> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Norman Vine
> Sent: Thursday, February 15, 2007 8:01 AM
> To: 'osg users'
> Subject: RE: [osg-users] Trouble making Producer in Cygwin
> 
> Bill Galbraith writes:
> > 
> > Norman Vine wrote:> > >
> > > > 
> > > > In
> > > > Producer\Make\Platforms\makedefs.cygwin
> > > > 
> > > > Add
> > > > 
> > > > GL_LIBS = -lglu32 -lopengl32 -lgdi32 -luser32
> > > > 
> > > > MingW users will want to add the same to
> > > > 
> > > > Producer\Make\Platforms\makedefs.mingw
> > 
> > That really helped a lot. THANKS. It looks like it made it 
> all the way 
> > through the MAKE, however....
> > 
> > During the "make install", it tries to execute THIS command:
> >     cp -r `pwd`/include/Producer /usr/local/include/Producer
> > 
> > Which doesn't make sense. Of course it blows up there, and can't 
> > continue.
> 
> Hmm  that command should work and given you earlier errors I 
> suspect something is wrong with your Cygwin installation but 
> no biggie as Producer has built
> 
> Just copy the files in Producer/include to 
> /usr/local/include/Producer the Producer link lib to 
> /usr/local/lib and the Producer dll somewhere into your path
> 
> HTH
> 
> Norman


Will this EVER end?......  Well, maybe.

Okay, I did what you suggested, and started the make in OpenSceneGraph. Of
course, I'm getting an error there too. I went ahead and did a 'make -k', to
let it keep going, to see what other errors there are. The 'isnan' error
showed up a numebr of times. That looked like it.

        ../../../include/osg/Math: In function `bool osg::isNaN(float)':
        ../../../include/osg/Math:200: error: `isnan' undeclared (first use
this function)

Ideas on fixing this?  I reinstalled the math package from the Cygwin
installation, thinking that maybe I didn't install everything. That wasn't
it. I read in the ChangeLog something about cmath. I tried to include that
in Math, but that didn't help either.

Ideas on how to fix THIS problem?

Thanks so much for helping,
Bill

_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to