Re: [osg-users] Build Osg with 64Bit (dependency)

2010-03-25 Thread Erin Morrow
Hi, We've been banging our heads against the Collada DOM dependency chain for awhile now. Thank you for posting these binaries and source. A very nice piece of work! Thank you! Cheers, Erin -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=26138#2

Re: [osg-users] Build Osg with 64Bit (dependency)

2010-03-22 Thread Anders Backman
Yes I have not patched any code. However, I have either created OR patched CMakeLists.txt files. png for example was built without some functionality we needed... Collada came with 1_35_0, so I stuck to that version. Do not know if that should matter, most probably not. Boost is the tagget 1_35_0

Re: [osg-users] Build Osg with 64Bit (dependency)

2010-03-22 Thread Luigi Calori
Hi Anders much better late than never Thanks I' ll look at your solution and try to use your CMakeLists I see you provide the sources as an integrated stuff... does it mean you did not had to patch the original source? If not, I' ll try to extract patches from your sources against origina

Re: [osg-users] Build Osg with 64Bit (dependency)

2010-03-22 Thread Anders Backman
Late late late. But here is my prebuilt 64/32bit dependency package. Including the source/cmakelists.txt files for building it. Boost included, however only system and filesystem is built. Same version as required by Collada 2.1. http://www.vrlab.umu.se/public/

Re: [osg-users] Build Osg with 64Bit (dependency)

2010-02-25 Thread D.J. Caldwell
Maybe slightly off topic, but somewhat related: boost is currently experimenting/working on a cmake build alternative for their system. Perhaps this could help (confirm) your setup(s)? Keep us all posted on the 64bit front... Thanks... D.J. On Thu, Feb 25, 2010 at 4:19 AM, Morné Pistorius wrot

Re: [osg-users] Build Osg with 64Bit (dependency)

2010-02-25 Thread D.J. Caldwell
Sorry; what I meant was, boost is experimenting using cmake to build boost, as an alternative to their boost build system. Hope this helps... D.J. On Thu, Feb 25, 2010 at 1:46 PM, D.J. Caldwell wrote: > Maybe slightly off topic, but somewhat related: boost is currently > experimenting/working o

Re: [osg-users] Build Osg with 64Bit (dependency)

2010-02-25 Thread Morné Pistorius
Excellent news! Thank you, that will be really helpful! Regards, Morne On Wed, Feb 24, 2010 at 7:49 PM, Anders Backman wrote: > I managed to build what I need in 64bit. > My take on it was to cmakeify them all. > Collada, boost (only  libsystem, libfilesystem), (jpeg, png and zlib was > alredy

Re: [osg-users] Build Osg with 64Bit (dependency)

2010-02-24 Thread Luigi Calori
Anders Backman wrote: I managed to build what I need in 64bit. My take on it was to cmakeify them all. Collada, boost (only libsystem, libfilesystem), (jpeg, png and zlib was alredy cmakified.) There are a few which Im not interested in, including jasper, tiff and a few more. I can certainl

Re: [osg-users] Build Osg with 64Bit (dependency)

2010-02-24 Thread Anders Backman
I managed to build what I need in 64bit. My take on it was to cmakeify them all. Collada, boost (only libsystem, libfilesystem), (jpeg, png and zlib was alredy cmakified.) There are a few which Im not interested in, including jasper, tiff and a few more. I can certainly pack this into a zip incl

Re: [osg-users] Build Osg with 64Bit (dependency)

2010-02-24 Thread Morné Pistorius
Hi Anders, How did you get on with this? Were you able to build the third party dependencies for Win64? A third party package, even with just the basic dependencies to build most of OSG, would really be helpful. I was about to start building my own when I found this thread, and hoped you had be

Re: [osg-users] Build Osg with 64Bit (dependency)

2010-02-15 Thread Robert Osfield
Hi Alexandre, On Mon, Feb 15, 2010 at 10:50 AM, Alexandre Amalric wrote: > I'm interested in compiling osg with 64bits support but it seems to be > difficult to find all dependencies  for 64bits. So I was wondering if > someone already has a package from pre-built dependencies with Visual 2008 >

Re: [osg-users] Build Osg with 64Bit (dependency)

2010-02-15 Thread Alexandre Amalric
Hi osg-users, I'm interested in compiling osg with 64bits support but it seems to be difficult to find all dependencies for 64bits. So I was wondering if someone already has a package from pre-built dependencies with Visual 2008 for 64bits ? It could be interesting for OSG future to make compili

Re: [osg-users] Build Osg with 64Bit (dependency)

2010-02-11 Thread Mourad Boufarguine
Thanks for the hints. I confirm, it is quite easy to build freetype. The distribution comes with visual 2008 project file, you need just to add x64 config and build ! Mourad On Thu, Feb 11, 2010 at 8:13 PM, Anders Backman wrote: > it has been Collada that has caused most of my grief. Iconv see

Re: [osg-users] Build Osg with 64Bit (dependency)

2010-02-11 Thread Anders Backman
it has been Collada that has caused most of my grief. Iconv seems to be one of the most introvert gcc projects on this planet. I was happy for a while when I found this: http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/ But it turned out, that it does not link with VisualStudio. Collad

Re: [osg-users] Build Osg with 64Bit (dependency)

2010-02-10 Thread Mourad Boufarguine
Hi Anders, I am also strugling to build OSG in 64 bits under Windows (MSVC9 SP1). For the moment, I have these 3rdParty libs built in 64 bits : - jpeg - png - tiff - jasper - zlib - ffmpeg The first 5 libs can be easily staticly built within the OpenCV project using CMake (http://sourceforge.ne

Re: [osg-users] Build Osg with 64Bit (dependency)

2010-02-10 Thread Anders Backman
I will, in case I succeed :-) /A On Wed, Feb 10, 2010 at 10:27 AM, Torben Dannhauer < z...@saguaro-fight-club.de> wrote: > Hi, > > I haven't seen this, but it would be great if you post your prebuild > package on OSG website. > > Thank you! > > Cheers, > Torben > > -- > Read this

Re: [osg-users] Build Osg with 64Bit (dependency)

2010-02-10 Thread Torben Dannhauer
Hi, I haven't seen this, but it would be great if you post your prebuild package on OSG website. Thank you! Cheers, Torben -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=23896#23896 ___ osg-users

[osg-users] Build Osg with 64Bit (dependency)

2010-02-10 Thread Anders Backman
Hi all. Looong time no see. Im currently trying to build OSG on 64bit under windows (VS2009). Getting all the dependencies over to 64bit is apain. I did a quick search through forum/mail, and it seems that not many does this. Is there ANYONE with a prebuilt package including Collada (with bo