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 _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
