Hi,

"CMAKE_INSTALL_PREFIX" my error, I used the line in CMake "Where to build the 
binaries"
I changed it the next time, that part is OK.

When I am able to add something useful I will get an account in the wiki.
Having the "Getting Started" on the main page would help.

To deploy an app can the necessary .dlls, images, etc. be included in a .zip 
and in the same directory as the app .exe so a user does not have to install 
and set the path for osg?

On the Upp forum a link was posted to 
http://www.openscenegraph.org/projects/osg/wiki/Community/WindowingToolkits
and will probably get help linking in to the Upp IDE called TheIDE.

Now I am following the setup example for the VisualStudio IDE which should more 
current than the one for Eclipse.
http://www.openscenegraph.org/projects/osg/wiki/Support/PlatformSpecifics/VisualStudio
The first time I compiled OSG there the only error was regarding MFC which is 
not included in the Express edition.
In that example there is:
"There is now an option in the CMake setup to disable building the MFC example, 
which is the default, so that takes care of that."
and before that:
Just to reiterate: Always build the INSTALL project.
Right click on INSTALL then Build resulting in

Code:
2>  CMake Error at examples/osgviewerMFC/cmake_install.cmake:35 (FILE):
2>    file INSTALL cannot find
2>    "C:/OpenSceneGraph-vc/OpenSceneGraph/bin/osgviewerMFC.exe".
2>  Call Stack (most recent call first):
2>    examples/cmake_install.cmake:171 (INCLUDE)
2>    cmake_install.cmake:98 (INCLUDE)
2>  
2>  
2>  The system cannot find the batch label specified - VCReportError
2>C:\Program 
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error 
MSB3073: The command ""C:\Program Files\CMake 2.8\bin\cmake.exe" 
-DBUILD_TYPE=Release -P cmake_install.cmake
2>C:\Program 
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error 
MSB3073: if errorlevel 1 goto VCReportError
2>C:\Program 
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error 
MSB3073: :VCEnd" exited with code 1.
========== Build: 0 succeeded, 2 failed, 233 up-to-date, 0 skipped ==========




Three days without even being able to run an app with a smily face.

I have my path set to include C:\OpenSceneGraph\bin and about four directories 
like
C:\OpenSceneGraph
C:\OpenSceneGraph-2.9.11
C:\OpenSceneGraph-vc
C:\OSG
which I can rename.

I am going to try a few app examples.

Neil

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=36263#36263





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to