Re: [osg-users] [build] How i build the osg dll on WINXP

2009-10-27 Thread Mike Fried
Hi, where i can download the libjpeg for windows. I can't find sourcecode? Thank you! Cheers, Mike -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=18751#18751 ___ osg-users mailing list

Re: [osg-users] [build] How i build the osg dll on WINXP

2009-10-27 Thread Mike Fried
now i found http://gnuwin32.sourceforge.net/packages/jpeg.htm and try it! -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=18752#18752 ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] [build] How i build the osg dll on WINXP

2009-10-27 Thread Jean-Sébastien Guay
Hello Mike, where i can download the libjpeg for windows. I can't find sourcecode? You don't need to go hunting for binaries or compile source yourself for these basic dependencies, you can just go to: http://www.openscenegraph.org/projects/osg/wiki/Downloads/Dependencies and get the

Re: [osg-users] [build] How i build the osg dll on WINXP

2009-10-26 Thread Mike Fried
Hi, yes cmake build the makefile and with mingw-make.exe i build up the *.dll's, but now i search the dae plugin for the COLLADA files. The makefile build the dll's but where i can find the plugin or more specifically how is the name for that plugin? Thank you! Cheers, Mike

Re: [osg-users] [build] How i build the osg dll on WINXP

2009-10-26 Thread Ümit Uzun
Hi Mike, You need to open up cmake again and assign collada dependency columns to collada 3rdParty folder which is in your system, And after generated solution again you need to build up osg dae plugin. I mean you simply build fully OSG again. That's all I think. Regards. Ümit Uzun 2009/10/26

Re: [osg-users] [build] How i build the osg dll on WINXP

2009-10-26 Thread Mike Fried
Hi, if the new build was OK, how i can find the dae plugin? Is the osgdb_dae the name of the dae plugin? Thank you! Cheers, Mike -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=18710#18710 ___

Re: [osg-users] [build] How i build the osg dll on WINXP

2009-10-26 Thread Mike Fried
mikefried wrote: Hi, if the new build was OK, where can i find the dae plugin? Is the osgdb_dae the name of the dae plugin? Thank you! Cheers, Mike -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=18711#18711

Re: [osg-users] [build] How i build the osg dll on WINXP

2009-10-26 Thread Ümit Uzun
Yes, osgdb_dae plugin for collada :D Ümit Uzun 2009/10/26 Mike Fried mike.fr...@gmx.de mikefried wrote: Hi, if the new build was OK, where can i find the dae plugin? Is the osgdb_dae the name of the dae plugin? Thank you! Cheers, Mike -- Read this

Re: [osg-users] [build] How i build the osg dll on WINXP

2009-10-26 Thread Mike Fried
Hi, Why i see my email adress??? Thank you! Cheers, Mike -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=18720#18720 ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] [build] How i build the osg dll on WINXP

2009-10-26 Thread Jean-Sébastien Guay
Hi Mike, In my attachment is a screenshot from the build error (the build with dae) but the osgdb_dae was build ??? can i use this plugin now even though the build error?? It seems you're building the wrappers. If you don't need them, don't build them (disable BUILD_OSG_WRAPPERS in CMake

Re: [osg-users] [build] How i build the osg dll on WINXP

2009-10-26 Thread Mike Fried
Skylark wrote: Hi Mike, In my attachment is a screenshot from the build error (the build with dae) but the osgdb_dae was build ??? can i use this plugin now even though the build error?? It seems you're building the wrappers. If you don't need them, don't build them (disable

Re: [osg-users] [build] How i build the osg dll on WINXP

2009-10-26 Thread Jean-Sébastien Guay
Hi Mike, if i take the cmd in WinXP and i test c:/.../osgviewer.exe test1.dae (enter) the viewer can't find a jpg plugin where i can find jpg dll's for a new OSG Build Please search for answers to questions like that, it's basic info you need to be able to build OSG from

Re: [osg-users] [build] How i build the osg dll on WINXP

2009-10-26 Thread Mike Fried
Thank you! Cheers, Mike -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=18728#18728 ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] [build] How i build the osg dll on WINXP

2009-10-20 Thread Montgomery, John T.
Yes, though I haven't gone down that route, CMake can generate the Eclipse Mingw files. :-) John Montgomery Medi-CAL Unit, CLSM, Polwarth Bldg., Forresterhill, Aberdeen AB25 2ZD. Web: http://www.abdn.ac.uk/JMVP/ | http://www.abdn.ac.uk/clsm/ The University of Aberdeen is a charity registered in

Re: [osg-users] [build] How i build the osg dll on WINXP

2009-10-15 Thread Mike Fried
Hi, i will test it! Thank you! Cheers, Mike -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=18285#18285 ___ osg-users mailing list osg-users@lists.openscenegraph.org

[osg-users] [build] How i build the osg dll on WINXP

2009-10-14 Thread Mike Fried
Hi, i using Eclipse CDT C++ and MinGW. How i build the osg dll's using MinGW. The first problem: i had no /osg/config file?? How i create this config, without ./configure. How I can create a new Eclipse Project to build the osg.dll Thank you! Cheers, Mike -- Read this topic

Re: [osg-users] [build] How i build the osg dll on WINXP

2009-10-14 Thread Jean-Sébastien Guay
Hello Mike, The first problem: i had no /osg/config file?? How i create this config, without ./configure. I have no idea about using Eclipse or MinGW to build OSG, but to generate the Config header you need to run CMake. CMake is not a build system itself, it's a build file generator which