[CMake] OSX deployment target confusion for 2.8.10
Matthew Brett
matthew.brett at gmail.com
Tue Nov 6 13:37:17 EST 2012
Hi,
On Tue, Nov 6, 2012 at 4:42 AM, Brad King <brad.king at kitware.com> wrote:
> On 11/05/2012 08:31 PM, Matthew Brett wrote:
>> Linking CXX executable shiboken
>> ld: framework not found QtCore
>> collect2: ld returned 1 exit status
>> make[2]: *** [generator/shiboken] Error 1
>> make[1]: *** [generator/CMakeFiles/shiboken.dir/all] Error 2
>> make: *** [all] Error 2
>>
>> I get no such error running the same commands with 2.8.9. The
>> cmake-generated Makefile between 2.8.9 and 2.8.10 differs only in the
>> full path to the cmake binary.
>
> The Makefile is not the only file containing build rules. Try
> comparing the entire generator/CMakeFiles/shiboken.dir directory
> between the two versions.
Thank you for the suggestion. I was indirectly trying to address that
by showing that 2.8.10 gives an error when doing a `make` on top of a
2.8-9 config. Now I look, I also find that 2.8-9 can successfully
build (``make``) on top of the 2.8-10 config. I've attached the diff
of the configs.
Best,
Matthew
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 9-10-config.diff.gz
Type: application/x-gzip
Size: 18297 bytes
Desc: not available
URL: <http://www.cmake.org/pipermail/cmake/attachments/20121106/42f4ba92/attachment-0001.bin>
More information about the CMake
mailing list