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)
beginCallback);
gluTessCallback(_tobj, GLU_TESS_END_DATA,(GLU_TESS_CALLBACK)
endCallback);
gluTessCallback(_tobj, GLU_TESS_COMBINE_DATA,(GLU_TESS_CALLBACK)
combineCallback);
gluTessCallback(_tobj, GLU_TESS_ERROR_DATA,  (GLU_TESS_CALLBACK)
errorCallback);


how can I improve them.

Thanks,
Felix
On 7/30/07, Robert Osfield [EMAIL PROTECTED] wrote:

 Hi All,

 Weekly dev release has been tagged, details on DeveloperReleases page:


 http://www.openscenegraph.org/projects/osg/wiki/Downloads/DeveloperReleases

 SVN tag:


 http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.1.3/


 Please consider this a 1st release candidate for 2.2 and test as such,

 Cheers,
 Robert.
 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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 the OSG is concerned its perfectly
benign, all it will mean is that the osgviewerWX example won't
compile.

 There other thing is that 'make' stopped during the stage of Linking CXX
 shared module ../../../lib/osgPlugins- 2.1.3/osgdb_net.dll. The message
 after that was cannot find -lwsock32.lib

 what could be the problem.

Well it looks like you don't have wsock32.lib ;-)

A fix for this could be simply installing it, or a tweak in the link
under Cygwin to avoid these dependency instead using more posix style
libs.  Cygwin is not a major platform for OSG users so things like
this aren't always promptly handled, its a case of Cygwin users
themselves finding the problems and helping out fixing them.

 what is the importance of the net plugin, can it affect my development?

The net plugin is for supporting reading of files from http, so if you
are only using local files you won't need this.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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  
Win32 and MinGW targets should be using that library. So there needs  
to be a conditional to exclude wsock32.lib on Unix/Linux and Cygwin  
(or include it on Win32 and MinGW, not others).

J-S
-- 
__
Jean-Sebastien Guay [EMAIL PROTECTED]
 http://whitestar02.webhop.org/


This message was sent using IMP, the Internet Messaging Program.


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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 Unix/Linux and Cygwin  
(or include it on Win32 and MinGW, not others).
  


If the Win32 API is installed (as it typically is), there should be a 
libwsock32.a.  The link line should use -lwsock32, not -lwsock32.lib



--

--J

I'm a castaway stranded in a desolate land,
I can see the footprints in the virtual sand.
--Neil Peart

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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

2007-07-31 Thread Jose Luis Hidalgo
Hi Mike,
   we are trying to use an automatic script that generates those
sources when a tag is created. We can only test the script each time
Robert creates a new tag and each time he does we found a new little
bug :)

Now the link works.

Cheers,
   JL.

2007/7/30, Mike Wittman [EMAIL PROTECTED]:
 Hi Robert,

 The source package link for this release is broken, apparently 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
 
  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/tags/OpenSceneGraph
 -
  2.1.3/
 
 
  Please consider this a 1st release candidate for 2.2 and test as such,
 
  Cheers,
  Robert.
  ___
  osg-users mailing list
  osg-users@lists.openscenegraph.org
 
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.or
 g


 Mike Wittman
 [EMAIL PROTECTED]
 ___
 Seismic Micro-Technology, Inc.
 8584 Katy Freeway, Suite 400 / Houston, Texas 77024
 Tel.  +1 (713) 464-6188
 Fax. +1 (713) 464-6440
 Web:  www.seismicmicro.com
 ___
 Seismic through Simulation with KINGDOM, (RC)2, and SURE! - CONTACT US
 TODAY for more information.
 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org



-- 
  Jose L. Hidalgo Valiño (PpluX)
   http://www.pplux.com 
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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

2007-07-31 Thread Felix Bwire
Hi there,
I have tried configuring cygwin to build osg but when I 'make', it goes upto
25%, that's Building CXX object
src/osgUtil/CMakeFiles/osgUtil.dir/Tesselator.o. Some of the errors I get
include:

   - invalid conversion from GLvoid * to 'Lvoid *'
   - initializing argument 3 of 'void gluTessCallbackGLUtesselator*,
   GLenum, void * '

there are other errors.

I have using osg 2.0 and osg2.1.3.

What could be the problem.

Thanx,
Felix

On 7/31/07, Jose Luis Hidalgo [EMAIL PROTECTED] wrote:

 Hi Mike,
we are trying to use an automatic script that generates those
 sources when a tag is created. We can only test the script each time
 Robert creates a new tag and each time he does we found a new little
 bug :)

 Now the link works.

 Cheers,
JL.

 2007/7/30, Mike Wittman [EMAIL PROTECTED]:
  Hi Robert,
 
  The source package link for this release is broken, apparently 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
  
   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/tags/OpenSceneGraph
  -
   2.1.3/
  
  
   Please consider this a 1st release candidate for 2.2 and test as such,
  
   Cheers,
   Robert.
   ___
   osg-users mailing list
   osg-users@lists.openscenegraph.org
  
  http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.or
  g
 
 
  Mike Wittman
  [EMAIL PROTECTED]
  ___
  Seismic Micro-Technology, Inc.
  8584 Katy Freeway, Suite 400 / Houston, Texas 77024
  Tel.  +1 (713) 464-6188
  Fax. +1 (713) 464-6440
  Web:  www.seismicmicro.com
  ___
  Seismic through Simulation with KINGDOM, (RC)2, and SURE! - CONTACT US
  TODAY for more information.
  ___
  osg-users mailing list
  osg-users@lists.openscenegraph.org
 
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
 


 --
   Jose L. Hidalgo Valiño (PpluX)
    http://www.pplux.com 
 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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 All,

 Weekly dev release has been tagged, details on DeveloperReleases page:


 http://www.openscenegraph.org/projects/osg/wiki/Downloads/DeveloperReleases

 SVN tag:


 http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.1.3/


 Please consider this a 1st release candidate for 2.2 and test as such,

 Cheers,
 Robert.
 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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 have cmake installed then run:

 ./configure
 make
 sudo make install

This should work from 1.9.x onwards.

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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

2007-07-30 Thread Mike Wittman
Hi Robert,

The source package link for this release is broken, apparently 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
 
 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/tags/OpenSceneGraph
-
 2.1.3/
 
 
 Please consider this a 1st release candidate for 2.2 and test as such,
 
 Cheers,
 Robert.
 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org

http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.or
g


Mike Wittman
[EMAIL PROTECTED]
___
Seismic Micro-Technology, Inc.
8584 Katy Freeway, Suite 400 / Houston, Texas 77024
Tel.  +1 (713) 464-6188
Fax. +1 (713) 464-6440
Web:  www.seismicmicro.com
___
Seismic through Simulation with KINGDOM, (RC)2, and SURE! - CONTACT US
TODAY for more information.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org