[Qt-interest] macdeployqt sqlite icu

Timothy Reaves treaves at silverfieldstech.com
Sun Dec 13 01:48:00 CET 2009


On Dec 12, 2009, at 2:42 PM, Sylvain Pointeau wrote:

> Hello,
> 
> I compiled sqlite 3.6.21 + icu 4.2.1
> I installed both in /usr/local/lib
> 
> I also compiled the plugin sqlite of Qt with the one I compiled located in /usr/local/lib
> 
> but now when I use macdeployqt, I have the following error:
> ERROR: no file at "/usr/lib/libicui18n.42.dylib" 
> ERROR: no file at "/usr/lib/libicuuc.42.dylib" 
> 
> Please anyone could help me?


	Do those files in fact exist?  If you do:
ls -la usr/lib/libicui18n.42.dylib
what is the output?

	Notice also that the file that it is looking for is in /usr/lib, but you state that you installed to /usr/local/lib.  Most aps will allow you to set the prefix when you run the configure script.  

	If the files are in /usr/local/lib, and they are supposed to be in /usr/lib, you can either move them manually, or recompile with the prefix corrected (which is the better solution).



More information about the Qt-interest-old mailing list