[Paraview] ParaView 3.10.0 on OS-X: Library not included in App Bundle: libQtCLucene.4.dylib

2011-04-08 Thread Eric Nodwell
Hi, I can successfully build ParaView 3.10.0 (with some additional custom filters) on OS-X. However the resulting app bundle ends up missing a required library, libQtCLucene.4.dylib. It can still be run on any system on which Qt is installed. However if Qt is not installed on the system, the

Re: [Paraview] ParaView 3.10.0 on OS-X: Library not included in App Bundle: libQtCLucene.4.dylib

2011-04-08 Thread David Partyka
I think it's because you're trying to create a bundle with dependencies that are system installed. Fixup bundle doesn't copy in dependencies installed in system locations such as /usr/lib, otherwise it would copy in your whole operating system through dependency resolution ;-). If you want to make

Re: [Paraview] ParaView 3.10.0 on OS-X: Library not included in App Bundle: libQtCLucene.4.dylib

2011-04-08 Thread Odile Lemay
Odile > From: enodw...@ucalgary.ca > Date: Fri, 8 Apr 2011 09:50:31 -0600 > To: paraview@paraview.org > Subject: [Paraview] ParaView 3.10.0 on OS-X: Library not included in App > Bundle: libQtCLucene.4.dylib > > Hi, > > I can successfully build ParaView 3.10.0 (

Re: [Paraview] ParaView 3.10.0 on OS-X: Library not included in App Bundle: libQtCLucene.4.dylib

2011-04-08 Thread Eric Nodwell
Thanks for the response. That's quite logical. It seems then to be an issue with the Cocoa build of Qt 4.6.3 for OS-X from http://get.qt.nokia.com/qt/source, which installs libQtCLucene in /usr/lib . (And only libQtCLucene.dylib is installed in /usr/lib! Everything else seemingly goes into /