Re: [osg-users] Install Issue with current trunk

2011-10-28 Thread Robert Osfield
Hi PP? Do you  have a human name?  It's kinda nice to converse with humans...

The jpeg plugin hasn't changed since 3.0.0.

Is there a chance that jpeg plugin failed to build?

Robert.



On Thu, Oct 27, 2011 at 9:36 PM, PP CG p...@cg.uni-saarland.de wrote:
 Hi,

 I'm having Issues installing my built of the current trunk, using VS2010,
 Win 7 x64.
 LIBs and DLLs do get installed, but no applications and examples.

 Error Message in VS:
 5  CMake Error at src/osgPlugins/jpeg/cmake_install.cmake:32 (FILE):
 5    file INSTALL cannot find
 5
  D:/PP/OSG/OpenSceneGraph-SVN/build/bin/osgPlugins-3.1.0/osgdb_jpegd.dll.
 5  Call Stack (most recent call first):
 5    src/osgPlugins/cmake_install.cmake:53 (INCLUDE)
 5    src/cmake_install.cmake:51 (INCLUDE)
 5    cmake_install.cmake:108 (INCLUDE)
 5
 5
 5C:\Program Files
 (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error
 MSB3073: The command setlocal
 5C:\Program Files
 (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error
 MSB3073: C:\Program Files (x86)\CMake 2.8\bin\cmake.exe -DBUILD_TYPE=Debug
 -P cmake_install.cmake
 5C:\Program Files
 (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error
 MSB3073: if %errorlevel% neq 0 goto :cmEnd
 5C:\Program Files
 (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error
 MSB3073: :cmEnd
 5C:\Program Files
 (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error
 MSB3073: endlocal  call :cmErrorLevel %errorlevel%  goto :cmDone
 5C:\Program Files
 (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error
 MSB3073: :cmErrorLevel
 5C:\Program Files
 (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error
 MSB3073: exit /b %1
 5C:\Program Files
 (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error
 MSB3073: :cmDone
 5C:\Program Files
 (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error
 MSB3073: if %errorlevel% neq 0 goto :VCEnd
 5C:\Program Files
 (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error
 MSB3073: :VCEnd exited with code 1.

 Till today I used 3.0 branch, and did not have the issue. Is this known, and
 if so, is there a workaround ?
 Sorry, not a cmake expert.

 Cheers, PP
 ___
 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] Install Issue with current trunk

2011-10-28 Thread PP CG

Hi,


Hi PP? Do you  have a human name?  It's kinda nice to converse with humans...


Yes I do, it's Peter, and you're right, should use my proper name her.


The jpeg plugin hasn't changed since 3.0.0.

Is there a chance that jpeg plugin failed to build?


Yes, you're right it didn't built, but thought that the cmake script 
would install all the rest.
However, it does not built as the linker can't find a libjpeg.lib in my 
3rd party library, which is right as I do not have it. I have the 
jpeg.lib and jpegD.lib inside the 3rd party package downloaded from the 
osg download site. I have not changed this package when I updated from 
3.0 branch to trunk. Just right now I re-downloaded the 3rd party libs, 
there is no libjpeg.lib present. Is libjpeg.lib required now, or can 
jpeg.lib still be used ?


Cheers,
Peter





Robert.



On Thu, Oct 27, 2011 at 9:36 PM, PP CGp...@cg.uni-saarland.de  wrote:

Hi,

I'm having Issues installing my built of the current trunk, using VS2010,
Win 7 x64.
LIBs and DLLs do get installed, but no applications and examples.

Error Message in VS:
5CMake Error at src/osgPlugins/jpeg/cmake_install.cmake:32 (FILE):
5  file INSTALL cannot find
5
  D:/PP/OSG/OpenSceneGraph-SVN/build/bin/osgPlugins-3.1.0/osgdb_jpegd.dll.
5Call Stack (most recent call first):
5  src/osgPlugins/cmake_install.cmake:53 (INCLUDE)
5  src/cmake_install.cmake:51 (INCLUDE)
5  cmake_install.cmake:108 (INCLUDE)
5
5
5C:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error
MSB3073: The command setlocal
5C:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error
MSB3073: C:\Program Files (x86)\CMake 2.8\bin\cmake.exe -DBUILD_TYPE=Debug
-P cmake_install.cmake
5C:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error
MSB3073: if %errorlevel% neq 0 goto :cmEnd
5C:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error
MSB3073: :cmEnd
5C:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error
MSB3073: endlocal  call :cmErrorLevel %errorlevel%  goto :cmDone
5C:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error
MSB3073: :cmErrorLevel
5C:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error
MSB3073: exit /b %1
5C:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error
MSB3073: :cmDone
5C:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error
MSB3073: if %errorlevel% neq 0 goto :VCEnd
5C:\Program Files
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error
MSB3073: :VCEnd exited with code 1.

Till today I used 3.0 branch, and did not have the issue. Is this known, and
if so, is there a workaround ?
Sorry, not a cmake expert.

Cheers, PP
___
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


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


Re: [osg-users] Install Issue with current trunk

2011-10-28 Thread Robert Osfield
Hi Peter,

On Fri, Oct 28, 2011 at 10:17 AM, PP CG p...@cg.uni-saarland.de wrote:
 Yes, you're right it didn't built, but thought that the cmake script would
 install all the rest.
 However, it does not built as the linker can't find a libjpeg.lib in my 3rd
 party library, which is right as I do not have it. I have the jpeg.lib and
 jpegD.lib inside the 3rd party package downloaded from the osg download
 site. I have not changed this package when I updated from 3.0 branch to
 trunk. Just right now I re-downloaded the 3rd party libs, there is no
 libjpeg.lib present. Is libjpeg.lib required now, or can jpeg.lib still be
 used ?

I'm afraid I can't help specifically with use of CMake under Windows
as I haven't used Windows for development for over a decade, but from
the sound of it CMake hasn't been configured correctly somewhere along
the line.  It's sounds like it's building against Jpeg and failing so
I'd recommend looking into what is going on, and if you don't need to
read jpeg images then change the CMakeSetup entries for JPEG to blank
and then reconfigure and build the project files.

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


Re: [osg-users] Install Issue with current trunk

2011-10-28 Thread PP CG

On 28.10.2011 11:23, Robert Osfield wrote:

Hi Peter,

On Fri, Oct 28, 2011 at 10:17 AM, PP CGp...@cg.uni-saarland.de  wrote:

Yes, you're right it didn't built, but thought that the cmake script would
install all the rest.
However, it does not built as the linker can't find a libjpeg.lib in my 3rd
party library, which is right as I do not have it. I have the jpeg.lib and
jpegD.lib inside the 3rd party package downloaded from the osg download
site. I have not changed this package when I updated from 3.0 branch to
trunk. Just right now I re-downloaded the 3rd party libs, there is no
libjpeg.lib present. Is libjpeg.lib required now, or can jpeg.lib still be
used ?

I'm afraid I can't help specifically with use of CMake under Windows
as I haven't used Windows for development for over a decade, but from
the sound of it CMake hasn't been configured correctly somewhere along
the line.  It's sounds like it's building against Jpeg and failing so
I'd recommend looking into what is going on, and if you don't need to
read jpeg images then change the CMakeSetup entries for JPEG to blank
and then reconfigure and build the project files.


Thank you,
I have just duplicated the jpeg.lib, and renamed the copy to 
libjpeg.lib. Building and installing is working now. If I face trouble 
reading reading jpeg files, I'll follow your advice.


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


[osg-users] Install Issue with current trunk

2011-10-27 Thread PP CG

Hi,

I'm having Issues installing my built of the current trunk, using 
VS2010, Win 7 x64.

LIBs and DLLs do get installed, but no applications and examples.

Error Message in VS:
5  CMake Error at src/osgPlugins/jpeg/cmake_install.cmake:32 (FILE):
5file INSTALL cannot find
5
D:/PP/OSG/OpenSceneGraph-SVN/build/bin/osgPlugins-3.1.0/osgdb_jpegd.dll.

5  Call Stack (most recent call first):
5src/osgPlugins/cmake_install.cmake:53 (INCLUDE)
5src/cmake_install.cmake:51 (INCLUDE)
5cmake_install.cmake:108 (INCLUDE)
5
5
5C:\Program Files 
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): 
error MSB3073: The command setlocal
5C:\Program Files 
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): 
error MSB3073: C:\Program Files (x86)\CMake 2.8\bin\cmake.exe 
-DBUILD_TYPE=Debug -P cmake_install.cmake
5C:\Program Files 
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): 
error MSB3073: if %errorlevel% neq 0 goto :cmEnd
5C:\Program Files 
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): 
error MSB3073: :cmEnd
5C:\Program Files 
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): 
error MSB3073: endlocal  call :cmErrorLevel %errorlevel%  goto :cmDone
5C:\Program Files 
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): 
error MSB3073: :cmErrorLevel
5C:\Program Files 
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): 
error MSB3073: exit /b %1
5C:\Program Files 
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): 
error MSB3073: :cmDone
5C:\Program Files 
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): 
error MSB3073: if %errorlevel% neq 0 goto :VCEnd
5C:\Program Files 
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): 
error MSB3073: :VCEnd exited with code 1.


Till today I used 3.0 branch, and did not have the issue. Is this known, 
and if so, is there a workaround ?

Sorry, not a cmake expert.

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