Re: [osg-users] OpenSceneGraph-2.1.3 dev release made

2007-08-01 Thread Felix Bwire
Hi there, the error I get when I 'make' openscenegraph is under osgUtil in the Tesselator file. The following lines contain the error. gluTessCallback(_tobj, GLU_TESS_VERTEX_DATA, (GLU_TESS_CALLBACK) vertexCallback); gluTessCallback(_tobj, GLU_TESS_BEGIN_DATA, (GLU_TESS_CALLBACK)

Re: [osg-users] OpenSceneGraph-2.1.3 dev release made

2007-08-01 Thread Robert Osfield
On 8/1/07, Felix Bwire [EMAIL PROTECTED] wrote: whenever I configure osg in cygwin, it gives an error that 'wxWidgets not found', and I always ignore. What is the possible impact of this error. Unforunately the CMake FindWxWidgets.cmake is emitting this error rather than a warning, as far as

Re: [osg-users] OpenSceneGraph-2.1.3 dev release made

2007-08-01 Thread Jean-Sébastien Guay
Hello, after that was cannot find -lwsock32.lib Well it looks like you don't have wsock32.lib ;-) A fix for this could be simply installing it, [...] That's probably a bug in the CMake files actaully. Cygwin is a Unix clone running on Windows, and Unix will never have wsock32.lib. Only

Re: [osg-users] OpenSceneGraph-2.1.3 dev release made

2007-08-01 Thread Jason Daly
Jean-Sébastien Guay wrote: That's probably a bug in the CMake files actaully. Cygwin is a Unix clone running on Windows, and Unix will never have wsock32.lib. Only Win32 and MinGW targets should be using that library. So there needs to be a conditional to exclude wsock32.lib on

Re: [osg-users] OpenSceneGraph-2.1.3 dev release made

2007-07-31 Thread Jose Luis Hidalgo
To: osg users Subject: [osg-users] OpenSceneGraph-2.1.3 dev release made Hi All, Weekly dev release has been tagged, details on DeveloperReleases page: http://www.openscenegraph.org/projects/osg/wiki/Downloads/DeveloperRelea se s SVN tag: http://www.openscenegraph.org/svn

Re: [osg-users] OpenSceneGraph-2.1.3 dev release made

2007-07-31 Thread Felix Bwire
because the source package is not present. -Mike -Original Message- From: [EMAIL PROTECTED] [mailto:osg-users- [EMAIL PROTECTED] On Behalf Of Robert Osfield Sent: Monday, July 30, 2007 10:55 AM To: osg users Subject: [osg-users] OpenSceneGraph-2.1.3 dev release made

Re: [osg-users] OpenSceneGraph-2.1.3 dev release made

2007-07-30 Thread Felix Bwire
Hi All, I tried compiling osg under cygwin but whenever I try to 'make', I get the message 'no targets specified and no make file found'. What is it that I may not be doing right? Which version of osg should I possibly use? Thanx Felix On 7/30/07, Robert Osfield [EMAIL PROTECTED] wrote: Hi

Re: [osg-users] OpenSceneGraph-2.1.3 dev release made

2007-07-30 Thread Robert Osfield
Hi Felix, On 7/30/07, Felix Bwire [EMAIL PROTECTED] wrote: I tried compiling osg under cygwin but whenever I try to 'make', I get the message 'no targets specified and no make file found'. What is it that I may not be doing right? Which version of osg should I possibly use? You'll need to

Re: [osg-users] OpenSceneGraph-2.1.3 dev release made

2007-07-30 Thread Mike Wittman
Subject: [osg-users] OpenSceneGraph-2.1.3 dev release made Hi All, Weekly dev release has been tagged, details on DeveloperReleases page: http://www.openscenegraph.org/projects/osg/wiki/Downloads/DeveloperRelea se s SVN tag: http://www.openscenegraph.org/svn/osg/OpenSceneGraph