Hi,

any chance you are using a case-sensitive file-system? There seems to be a typo in one of the CMakeList-files which does not show up on case-insensitive file-systems (which are defacto standard on OS X)

Can you try the attached CMakeList.txt file? It should be saved into src/osgPlugins/avfoundation


cheers,

Stephan

Am 11.09.2013 um 14:24 schrieb Edward Moyse <[email protected]>:

Hi all,

I've been trying for a while to compile v3.2.0, but I keep running into the same problem:
CMake Error at CMakeModules/OsgMacroUtils.cmake:278 (ADD_LIBRARY):
  Cannot find source file:
    ../QTKIt/VideoFrameDispatcher.cpp

I think I followed the directions correctly (and in fact I tried many different approaches). An example of what I tried was:
    mkdir build
    cd build
    cmake ../OpenSceneGraph -DCMAKE_BUILD_TYPE=Release

I'm running on OSX 10.8.4. Any advice would be much appreciated!

Cheers,

Ed

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
INCLUDE_DIRECTORIES( ${AV_FOUNDATION_INCLUDE_DIR} )

SET(TARGET_SRC
    OSXAVFoundationVideo.mm
    OSXAVFoundationVideo.h
    ../QTKit/VideoFrameDispatcher.h
    ../QTKit/VideoFrameDispatcher.cpp
    OSXAVFoundationCoreVideoTexture.h
    OSXAVFoundationCoreVideoTexture.cpp
    ReaderWriterAVFoundation.cpp
)

SET(TARGET_LIBRARIES_VARS AV_FOUNDATION_LIBRARY COCOA_LIBRARY COREVIDEO_LIBRARY 
COREMEDIA_LIBRARY QUARTZCORE_LIBRARY)
SET(TARGET_ADDED_LIBRARIES osgViewer )

#### end var setup  ###
SETUP_PLUGIN(avfoundation)
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to