I'm having a heck of a time compiling a Firebreath plugin using OSX 10.8. 
(Firebreath uses CMake). I installed Xcode 5.1 and the command-line tools, and 
ran xcode-select to set the Xcode path. I also installed Qt 4.8.2 (which 
Firebreath uses) and CMake, of course. When I run prepmac.sh I get an error 
that CMAKE_C_COMPILER and CMAKE_CXX_COMPILER are not found. I also found this 
error in the CMakeError log:

In file included from 
/Volumes/osPresenter/PresenterPlugin/CtxPresenterPlugin/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:2:
/Library/Frameworks/QtCore.framework/Headers/qglobal.h:328:6: warning: "This 
version of Mac OS X is unsupported" [-W#warnings]
#    warning "This version of Mac OS X is unsupported"
     ^
/Volumes/osPresenter/PresenterPlugin/CtxPresenterPlugin/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19:
 error: use of undeclared identifier 'Q_WS_QWS'
  return ((int*)(&Q_WS_QWS))[argc];
                  ^
1 warning and 1 error generated.

It looks to me like CMake is trying to verify whether symbol processing works 
in the way it expects and this fails.
Clearly I'm missing some important step. Can anyone point out to me what it 
might be?


-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to