[CMake] BundleUtilities Question on Linux: Libraries Not Found during fixup?

2010-04-20 Thread kent williams
Well I found the magic incantation on OS X to get fixup_bundle work. Now I'd like it to work on Linux. What's happening is I get many of these messages: warning: cannot resolve item 'not' The problem comes, as near as I can figure out, from when ldd is run to discover the library prerequisites.

Re: [CMake] BundleUtilities Question on Linux: Libraries Not Found during fixup?

2010-04-20 Thread Clinton Stimpson
I've already made a patch to fix this problem and put it in the bug tracker (along with a couple other patches). Clint On Tuesday 20 April 2010 01:42:50 pm kent williams wrote: Well I found the magic incantation on OS X to get fixup_bundle work. Now I'd like it to work on Linux. What's

Re: [CMake] BundleUtilities Question on Linux: Libraries Not Found during fixup?

2010-04-20 Thread Arnaud GELAS
Hi Kent, Have you tried to export the paths (to the dynamic libraries) before making the package? (Note it works on my project) my 2cts, Arnaud On 04/20/2010 03:42 PM, kent williams wrote: Well I found the magic incantation on OS X to get fixup_bundle work. Now I'd like it to work on