dopuskh3 / openFrameworks

OpenFrameworks is a cross platform open source toolkit for creative coding in C++.
http://openframeworks.cc
7 stars 1 forks source link

build in Mac OSX 10.6.6 #4

Open chparsons opened 13 years ago

chparsons commented 13 years ago

Im trying to build openframeworks with make and generate an Eclipse project in Mac OSX 10.6.6 I'm getting an error: it can't find quicktime library. But the QuickTime.framework is found.. here are the last lines of the log:

-- Found 'fmodex' library in /Users/chparsons/programacion/openframeworks/dopuskh3-openFrameworks-fbe8e6c/libs/fmodex/lib/osx/libfmodex.dylib

-- Found fmod.h in /Users/chparsons/programacion/openframeworks/dopuskh3-openFrameworks-fbe8e6c/libs/fmodex/include

-- Found 'PocoFoundation' library in /Users/chparsons/programacion/openframeworks/dopuskh3-openFrameworks-fbe8e6c/libs/poco/lib/osx/PocoFoundation.a

-- Found Poco/Poco.h in /Users/chparsons/programacion/openframeworks/dopuskh3-openFrameworks-fbe8e6c/libs/poco/include

-- Found 'GLee' library in /Users/chparsons/programacion/openframeworks/dopuskh3-openFrameworks-fbe8e6c/libs/glee/lib/osx/GLee.a

-- Found GLee.h in /Users/chparsons/programacion/openframeworks/dopuskh3-openFrameworks-fbe8e6c/libs/glee/include

-- Found 'RtAudio' library in /Users/chparsons/programacion/openframeworks/dopuskh3-openFrameworks-fbe8e6c/libs/rtAudio/lib/osx/rtAudio.a

-- Found RtAudio.h in /Users/chparsons/programacion/openframeworks/dopuskh3-openFrameworks-fbe8e6c/libs/rtAudio/include

-- Found 'FreeImage' library in /Users/chparsons/programacion/openframeworks/dopuskh3-openFrameworks-fbe8e6c/libs/FreeImage/lib/osx/freeimage.a

-- Found FreeImage.h in /Users/chparsons/programacion/openframeworks/dopuskh3-openFrameworks-fbe8e6c/libs/FreeImage/include

-- Found QuickTime: /System/Library/Frameworks/QuickTime.framework CMake Error at /Users/chparsons/programacion/openframeworks/dopuskh3-openFrameworks-fbe8e6c/cmake/OpenFrameworks.cmake:198 (message): Cannot find quicktime library Call Stack (most recent call first): CMakeLists.txt:8 (include)

-- Configuring incomplete, errors occurred!

dopuskh3 commented 13 years ago

Are you sure QuickTime framework is installed on your system ?