Re: [osg-users] [build] LNK1181 fatal error ONLY for libpng.lib

2011-06-11 Thread Mohamed Alji
Hi, Since I have been mislead between the 32-bit and 64-bit... assuming it is the same case for a lot of people, I've translated the article, which I found interesting, Enabling 64-bit Support in Visual Studio 2008

Re: [osg-users] [build] LNK1181 fatal error ONLY for libpng.lib

2011-06-07 Thread Torben Dannhauer
Hi, that is strange on my system the auto detection works as expected, I don't have to modify file entries.. Cheers, Torben -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=40149#40149 ___

Re: [osg-users] [build] LNK1181 fatal error ONLY for libpng.lib

2011-06-07 Thread Mohamed Alji
Hi zook, I am using : CMake 2.8.4 - x86 Windows XP Professionnal - x64 maybe the 32-bit and 64-bit causes the problem ? Mohamed ALJI -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=40155#40155

Re: [osg-users] [build] LNK1181 fatal error ONLY for libpng.lib

2011-06-07 Thread Jean-Sébastien Guay
Hi Mohamed, I am using : * CMake 2.8.4 - x86 * Windows XP Professionnal - x64 maybe the 32-bit and 64-bit causes the problem ? CMake is only a tool to generate project files, its bitness doesn't matter. Also, your OS is 64 bit so it can run both 32 bit and 64 bit executables. So

Re: [osg-users] [build] LNK1181 fatal error ONLY for libpng.lib

2011-06-07 Thread Mohamed Alji
Hi Jean, thank you for your answer it really helps but, I forgot about building OSG on 64-bit ( maybe later ), now on 32-bit : Cmake mention Visual Studio 9 2008 Win64 as Generator. the dependecies I'm using are 3rdParty_win32binaries_vs90sp1. what do you think ?

Re: [osg-users] [build] LNK1181 fatal error ONLY for libpng.lib

2011-06-07 Thread Jean-Sébastien Guay
Hi Mohamed, Hi Jean, thank you for your answer it really helps but, I forgot about building OSG on 64-bit ( maybe later ), now on 32-bit : * Cmake mention Visual Studio 9 2008 Win64 as Generator. * the dependecies I'm using are 3rdParty_win32binaries_vs90sp1. what do you think ?

Re: [osg-users] [build] LNK1181 fatal error ONLY for libpng.lib

2011-06-07 Thread Mohamed Alji
and that exactly what I'm doing ... it detects everything correctly ( assuming that the environments variables are set ) thank you Jean Have a nice day :) Mohamed ALJI -- Read this topic online here:

[osg-users] [build] LNK1181 fatal error ONLY for libpng.lib

2011-06-06 Thread Mohamed Alji
Hi, on MVS_2008_x64_sp1 , I build the OSG-2.8.9 sources. I downloaded the 3rdParty_VC9sp1_x86_x64_V5.7z from here : http://www.openscenegraph.org/projects/osg/wiki/Downloads/Dependencies I have an error link referencing only to libpng.lib, I believe it is a corrupted file ? please check

Re: [osg-users] [build] LNK1181 fatal error ONLY for libpng.lib

2011-06-06 Thread Paul Martz
Do you mean 2.8.5? -Paul On 6/6/2011 8:59 AM, Mohamed Alji wrote: Hi, on MVS_2008_x64_sp1 , I build the OSG-2.8.9 sources. I downloaded the 3rdParty_VC9sp1_x86_x64_V5.7z from here : http://www.openscenegraph.org/projects/osg/wiki/Downloads/Dependencies I have an error link referencing only

Re: [osg-users] [build] LNK1181 fatal error ONLY for libpng.lib

2011-06-06 Thread Chris 'Xenon' Hanson
On 6/6/2011 8:59 AM, Mohamed Alji wrote: Hi, on MVS_2008_x64_sp1 , I build the OSG-2.8.9 sources. I downloaded the 3rdParty_VC9sp1_x86_x64_V5.7z from here : http://www.openscenegraph.org/projects/osg/wiki/Downloads/Dependencies You could try AlphaPixel's 2008/x64 3rdparty dependencies, also

Re: [osg-users] [build] LNK1181 fatal error ONLY for libpng.lib

2011-06-06 Thread Mohamed Alji
Sorry, I mean osg-2.9.8 -Mohamed -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=40127#40127 ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] [build] LNK1181 fatal error ONLY for libpng.lib

2011-06-06 Thread Torben Dannhauer
Hi Alji, I built OSG trunk yesterday for x86 and x64 in debug and release, and it works well. Can you present the error message VS2008 throws? Thank you! Cheers, Torben -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=40128#40128

Re: [osg-users] [build] LNK1181 fatal error ONLY for libpng.lib

2011-06-06 Thread Mr Alji
Solved, all i had to do is to set on cmake *png_library* to libpng15.lib, rather than the inexistant file *libpng.lib* (cmake set it by default) thank you for your responses. have a nice day ___ osg-users mailing list osg-users@lists.openscenegraph.org