Hi,

I would like to build a GUI around my osg application, so I tried to build 
osgQT. I'm using MacOSX 10.9, Xcode 5, Qt 5.2, latest osg from trunk.

I get following error:
        jean-claude$ make VERBOSE=1
        ...
        [ 85%] Generating __/__/include/osgQt/moc_QGraphicsViewAdapter.cpp
        cd 
/Users/jean-claude/Sources/osg/osg-build/src/osgQt/__/__/include/osgQt && 
/Users/jean-claude/Qt/5.2.0/clang_64/bin/moc 
@/Users/jean-claude/Sources/osg/osg-build/src/osgQt/__/__/include/osgQt/moc_QGraphicsViewAdapter.cpp_parameters
        moc: Too many input files specified
        Usage: /Users/jean-claude/Qt/5.2.0/clang_64/bin/moc [options] 
[header-file] [@option-file]
        Qt Meta Object Compiler version 67 (Qt 5.2.0)
        ...

The moc option file is:
        jean-claude$ cat 
/Users/jean-claude/Sources/osg/osg-build/src/osgQt/__/__/include/osgQt/moc_QGraphicsViewAdapter.cpp_parameters
        -I/Users/jean-claude/Sources/osg/osg/include
        
-F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks
        -I/Users/jean-claude/Sources/osg/osg-build/include
        -DOSGQT_LIBRARY
        -f
        -o
        
/Users/jean-claude/Sources/osg/osg-build/src/osgQt/__/__/include/osgQt/moc_QGraphicsViewAdapter.cpp
        /Users/jean-claude/Sources/osg/osg/include/osgQt/QGraphicsViewAdapter

I'm not familiar with moc. Any advice to fix this would be welcome.

Thanks,
Jean-Claude
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to