On 9/3/2014 11:50 AM, Dominique Dhumieres wrote:
>> I think that's now taken care of as well in revision -2 for
>> kdepimlibs4-mac-shlibs.
>
> Confirmed, thanks. Now back to the errors
>
> ...
> -- Could NOT find LuaJIT (missing:  LUAJIT_LIBRARY)
> CMake Error: Attempt to add a custom rule to output 
> "/sw64/src/fink.build/cantor4-mac-4.14.0-1/cantor-4.14.0/build/src/cantor_SRCS.iconset/icon_32...@2x.png.rule"
>  which already has a custom rule.
> CMake Error: Attempt to add a custom rule to output 
> "/sw64/src/fink.build/cantor4-mac-4.14.0-1/cantor-4.14.0/build/src/cantor_SRCS.iconset/icon_32...@2x.png.rule"
>  which already has a custom rule.

Icon rules are being created from the macro "kde4_install_icons" in 
"/sw/opt/kde4/mac/share/apps/cmake/modules/KDE4Macros.cmake".  This file 
comes from kdelibs4-mac-dev.

Near as I poorly understand cmake errors, what you're seeing is that the 
macro is somehow being called twice for that png and so the creation of 
the rule the 2nd time around errors out when it sees the first rule. 
This is what I get for KDE4Macros.cmake.  Does that look similar to yours?

$ ls -l /sw/opt/kde4/mac/share/apps/cmake/modules/KDE4Macros.cmake
-rw-r--r--  1 root  admin  59369 Aug 13 02:42 
/sw/opt/kde4/mac/share/apps/cmake/modules/KDE4Macros.cmake

Is there a chance that you might have some stray third-party install 
that might be confusing cmake?  I've tried rebuilding kde* on both a 
brand new Fink install and on a system with lots of packages installed 
and have yet to see anything like that error.

Hanspeter


------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to