Re: [Fink-devel] rkward vs katepart.so

2014-06-14 Thread Jack Howarth
Hanspeter, Something really strange is happening with the kde build of rkward under fink. After building 'fink -m -kK rkward-r30' using the files from my experimental, I find that /sw/src/fink.build/rkward-r30-0.6.1-1/rkward-0.6.1/build/rkward/CMakeFiles/rkward.frontend.dir/link.txt shows…

Re: [Fink-devel] rkward vs katepart.so

2014-06-14 Thread Jack Howarth
Hanspeter, The difference appears to be that we are emitting -Wl,-dead_strip_dylibs in fink whereas the kde builds on MacPorts doesn't do that. Adding… perl -pi -e 's|-Wl,-dead_strip_dylibs||g' rkward/CMakeFiles/rkward.frontend.dir/link.txt before the make in rkward-r.info's CompileScript

Re: [Fink-devel] rkward vs katepart.so

2014-06-14 Thread Jack Howarth
Hanspeter, Solved the issue with the pluginmap. I had a thinko in the info file which is fixed with.. Index: rkward-r.info === RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/kde/rkward-r.info,v retrieving revision 1.1

Re: [Fink-devel] rkward vs katepart.so

2014-06-14 Thread Hanspeter Niederstrasser
On 6/14/2014 4:28 PM, Jack Howarth wrote: Hanspeter, The difference appears to be that we are emitting -Wl,-dead_strip_dylibs in fink whereas the kde builds on MacPorts doesn't do that. Adding… Yes, Fink's KDE4 buildenv has been adding -dead_strip_dylibs since the 4.4 days (or