[osg-users] building collada plugin on windows

2010-03-09 Thread Trajce (Nick) Nikolov
Hi community,

this is my first attempt to build the dae plugin. In CMAke there are bunch
of options for COLLADA. I have downloaded the colladadom lib, and I am lost.
What is to be downloaded (and from where) in order to build the plugin,

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


Re: [osg-users] building collada plugin on windows

2010-03-09 Thread Michael Platings
On Windows with Visual Studio 2008 this is what I do prior to building
OSG from CMake:

1.  Get the COLLADA DOM from http://www.khronos.org/collada/ and
extract it to C:\COLLADA 
2.  Add the environment variable COLLADA_DIR as C:\COLLADA 
3.  Open C:\COLLADA\dom\projects\vc9-1.4\dom.sln and build the dom
project in both Debug and Release configurations. 

Once you've done this CMake should automatically fill in the COLLADA
options (library paths etc) for you.

 


From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Trajce
(Nick) Nikolov
Sent: 09 March 2010 09:33
To: OpenSceneGraph Users
Subject: [osg-users] building collada plugin on windows


Hi community, 

this is my first attempt to build the dae plugin. In CMAke there are
bunch of options for COLLADA. I have downloaded the colladadom lib, and
I am lost. What is to be downloaded (and from where) in order to build
the plugin,

Thanks a lot
-Nick


__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__


__
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
_
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] building collada plugin on windows

2010-03-09 Thread Michael Platings
Apologies, it's this one:
http://sourceforge.net/projects/collada-dom/files/Collada%20DOM/Collada%20DOM%202.2/collada-dom-2.2.zip/download

Despite being called 2.2 it creates version 2.1 DLLs :\
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] building collada plugin on windows

2010-03-09 Thread Trajce (Nick) Nikolov
Michael,

I got the colladacom-vc8.zip. No project files there. Only include and bin
(with libs and dlls). Could you post the exact path of the file you are
refering ?

Thanks
-Nick


On Tue, Mar 9, 2010 at 11:42 AM, Michael Platings
mplati...@pixelpower.comwrote:

  On Windows with Visual Studio 2008 this is what I do prior to building
 OSG from CMake:

1. Get the COLLADA DOM from http://www.khronos.org/collada/ and extract
it to C:\COLLADA
2. Add the environment variable COLLADA_DIR as C:\COLLADA
3. Open C:\COLLADA\dom\projects\vc9-1.4\dom.sln and build the dom
project in both Debug and Release configurations.

 Once you've done this CMake should automatically fill in the COLLADA
 options (library paths etc) for you.


  --
 *From:* osg-users-boun...@lists.openscenegraph.org [mailto:
 osg-users-boun...@lists.openscenegraph.org] *On Behalf Of *Trajce (Nick)
 Nikolov
 *Sent:* 09 March 2010 09:33
 *To:* OpenSceneGraph Users
 *Subject:* [osg-users] building collada plugin on windows

 Hi community,

 this is my first attempt to build the dae plugin. In CMAke there are bunch
 of options for COLLADA. I have downloaded the colladadom lib, and I am lost.
 What is to be downloaded (and from where) in order to build the plugin,

 Thanks a lot
 -Nick

 __
 This email has been scanned by the MessageLabs Email Security System.
 For more information please visit http://www.messagelabs.com/email
 __

 __
 This email and any files transmitted with it are confidential and
 intended solely for the use of the individual or entity to whom they
 are addressed. If you have received this email in error please notify
 the system manager.

 This email has been scanned by the MessageLabs Email Security System.
 For more information please visit http://www.messagelabs.com/email
 __

 ___
 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] building collada plugin on windows

2010-03-09 Thread Trajce (Nick) Nikolov
ok .. thanks

-Nick


On Tue, Mar 9, 2010 at 1:05 PM, Michael Platings mplati...@gmail.comwrote:

 Hi Nick,
 it appears they've rearranged things since I wrote those instructions. It
 looks a lot more sensible now so our DAE CMake files need to be updated
 accordingly. But meanwhile the closest I can find to the previous DOM is at
 http://sourceforge.net/projects/collada-dom/files/Collada%20DOM/2.1/colladadom.zip/download

 ___
 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] building collada plugin on windows

2010-03-09 Thread Trajce (Nick) Nikolov
Thanks a lot Michael !!!

-Nick


On Tue, Mar 9, 2010 at 11:42 AM, Michael Platings
mplati...@pixelpower.comwrote:

  On Windows with Visual Studio 2008 this is what I do prior to building
 OSG from CMake:

1. Get the COLLADA DOM from http://www.khronos.org/collada/ and extract
it to C:\COLLADA
2. Add the environment variable COLLADA_DIR as C:\COLLADA
3. Open C:\COLLADA\dom\projects\vc9-1.4\dom.sln and build the dom
project in both Debug and Release configurations.

 Once you've done this CMake should automatically fill in the COLLADA
 options (library paths etc) for you.


  --
 *From:* osg-users-boun...@lists.openscenegraph.org [mailto:
 osg-users-boun...@lists.openscenegraph.org] *On Behalf Of *Trajce (Nick)
 Nikolov
 *Sent:* 09 March 2010 09:33
 *To:* OpenSceneGraph Users
 *Subject:* [osg-users] building collada plugin on windows

 Hi community,

 this is my first attempt to build the dae plugin. In CMAke there are bunch
 of options for COLLADA. I have downloaded the colladadom lib, and I am lost.
 What is to be downloaded (and from where) in order to build the plugin,

 Thanks a lot
 -Nick

 __
 This email has been scanned by the MessageLabs Email Security System.
 For more information please visit http://www.messagelabs.com/email
 __

 __
 This email and any files transmitted with it are confidential and
 intended solely for the use of the individual or entity to whom they
 are addressed. If you have received this email in error please notify
 the system manager.

 This email has been scanned by the MessageLabs Email Security System.
 For more information please visit http://www.messagelabs.com/email
 __

 ___
 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] building collada plugin on windows

2010-03-09 Thread Michael Platings
Hi Nick,
it appears they've rearranged things since I wrote those instructions. It
looks a lot more sensible now so our DAE CMake files need to be updated
accordingly. But meanwhile the closest I can find to the previous DOM is at
http://sourceforge.net/projects/collada-dom/files/Collada%20DOM/2.1/colladadom.zip/download
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org