Hi Roger,

This is some experiment VS versioning.  The path to the
PlatformSpecifics/Windows/OpenThreadsVersionInfo.rc.in is wrong in the
src/OpenThreads/CMakeLists.txt, but the file is there (I just double
checked that I check it in.)  While I made the changes, unfortuantely
I don't a VS box to test them on...

I've now changed the offending part of the src/OpenThreads/CMakeLists.txt to:

IF(MSVC)
    SET(OPENTHREADS_VERSIONINFO_RC
"${PROJECT_BINARY_DIR}/PlatformSpecifics/Windows/OpenThreadsVersionInfo.rc")
    
CONFIGURE_FILE("${PROJECT_SOURCE_DIR}/PlatformSpecifics/Windows/OpenThreadsVersionInfo.rc.in"
                   "${OPENTHREADS_VERSIONINFO_RC}")
ENDIF(MSVC)

Could you do an svn update and see if the problem is now fixed.

Thanks,
Robert.



On Fri, Feb 6, 2009 at 1:39 PM, Roger James <[email protected]> wrote:
> I am getting the following error in Cmake after updating to the latest
> truink (9687).
>
> .....src/OpenThreads/PlatformSpecifics/Windows/OpenThreadsVersionInfo.rc.in
> does not exist.
>
> Is this a temporary situation or something not been checked in.
>
> Roger
>
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
>
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to