Hi all,

as a datapoint, I did a fresh pull of svn today and built on
VS2005sp1/WinXPsp2 in Release configuration using the .bat file below to
invoke CMake.  (as always, this .bat and others related to win32 builds
are in the osgtoy svn)

Things built without incident w/ VS reporting:
========== Build: 169 succeeded, 0 failed, 0 up-to-date, 2 skipped
==========

I'll post a beta win32 installer for testing later.
cheers
-- mew



@echo off
title running cmake...
call SETENV.bat

REM mew's overrides to the default CMake configuration...
set F1=-DCMAKE_CONFIGURATION_TYPES:STRING=%VC_CFG%
set F2=-DCMAKE_INSTALL_PREFIX=%INSTALLDIR% 
set F3=-DBUILD_OSG_EXAMPLES=ON 
set F4=-DBUILD_OSG_WRAPPERS=ON 
set F5=-DBUILD_MFC_EXAMPLE=ON 
set F6=-DWIN32_USE_MP=ON
set F7=-DCURL_LIBRARY=%SOURCEDIR%\externals\3rdParty\lib\curllib.lib
set
F8=-DCURL_LIBRARY_DEBUG=%SOURCEDIR%\externals\3rdParty\lib\curllibD.lib

if not exist %BUILDDIR% mkdir %BUILDDIR%
cd %BUILDDIR%
"%CMAKEDIR%\cmake" %CM_GEN% %F1% %F2% %F3% %F4% %F5% %F6% %F7% %F8%
%SOURCEDIR%
pause




> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:osg-users-
> [EMAIL PROTECTED] On Behalf Of Paul Martz
> Sent: Tuesday, April 22, 2008 3:22 PM
> To: 'OpenSceneGraph Users'
> Subject: Re: [osg-users] OpenSceneGraph-2.3.10 dev release tagged
> 
> > Hi Paul et, al.
> >
> > Shouldn't the CMakeModules/Find3rdPartyDependencies.cmake be
> > sorting all this out?
> 
> It should. And it does, for me at least. I believe it's a
configuration
> issue on Mario's system, probably related to the fact that he recently
> upgraded his 3rd party dependencies, so I'm trying to help Mario
> resolve the
> issue at his end. Certainly other Windows users would've piped in by
> now is
> this were a widespread issue...?
>    -Paul

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

Reply via email to