I am trying to compile zzogl using CMake and I continue to run into problems. My first problem stated that I needed pkgconfig, so I installed this, for which I also had to install MacPorts. He then said that I needed the gtk + -2.0 module, so I understood that too. After that install forever, I still get this error:
checking for module 'gtk+-2.0'
package 'gtk+-2.0' not found
CMake Error at /Applications/CMake 2.8-2.app/Contents/share/cmake-2.8/Modules/FindPkgConfig.cmake:266 (message):
A required package was not found
Call Stack (most recent call first):
/Applications/CMake 2.8-2.app/Contents/share/cmake-2.8/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal)
CMakeLists.txt:106 (pkg_check_modules)
CMake Error at cmake/funcs.cmake:32 (message):
gtk not found, aborting...
Call Stack (most recent call first):
cmake/funcs.cmake:23 (reportFound)
CMakeLists.txt:107 (checkFor)
Configuring incomplete, errors occurred!
I am not very familiar with what I am doing, and it is quite possible that I am doing it all wrong. Can anyone provoke my problem? I use mac with the snow leopard.
source
share