[Qt-interest] macdeployqt sqlite icu

Sylvain Pointeau sylvain.pointeau at gmail.com
Tue Dec 15 09:28:35 CET 2009


I had to do:

sudo install_name_tool -change "libicuuc.42.dylib"
"/usr/local/lib/libicuuc.42.dylib" libicui18n.42.1.dylib
sudo install_name_tool -change "libicudata.42.dylib"
"/usr/local/lib/libicudata.42.dylib" libicui18n.42.1.dylib
sudo install_name_tool -change "libicudata.42.dylib"
"/usr/local/lib/libicudata.42.dylib" libicuuc.42.1.dylib

sudo install_name_tool -change "libicui18n.42.dylib"
"/usr/local/lib/libicui18n.42.dylib"  libsqlite3.dylib
sudo install_name_tool -change "libicuuc.42.dylib"
"/usr/local/lib/libicuuc.42.dylib"  libsqlite3.dylib
sudo install_name_tool -change "../lib/libicudata.42.1.dylib"
"/usr/local/lib/libicudata.42.1.dylib"  libsqlite3.dylib

and it works now.

but I don't think it is the normal way...
how to force macdeployqt to look at the /usr/local/lib/ folder?

best regards,
Sylvain

On Sun, Dec 13, 2009 at 8:43 PM, Sylvain Pointeau <
sylvain.pointeau at gmail.com> wrote:

> I am just speaking about macdeployqt....
> ... and it may have a bug into it?
> or simply something I don't know about it?
>
> could, someone who knows macdeployqt, help me?
>
> Best regards,
> Sylvain
>
> On Sun, Dec 13, 2009 at 8:25 PM, Timothy Reaves <
> treaves at silverfieldstech.com> wrote:
>
>> I do not know that specific software; I was just giving general tips.  I
>> think you'll need to start again, with each piece, and pay attention to the
>> steps of each piece.
>>
>> Good luck.
>>
>>
>>
>> On Dec 13, 2009, at 2:22 PM, Sylvain Pointeau wrote:
>>
>> I am not sure to understand you...
>>
>> I compiled sqlite3 and it runs perfectly
>> however the plugin of Qt that I linked to this lib, it runs also very well
>>
>> but when I run macdeployqt, I have the following error message:
>> ERROR: no file at "/usr/lib/libicui18n.42.dylib"
>> ERROR: no file at "/usr/lib/libicuuc.42.dylib"
>>
>> Best regards,
>> Sylvain
>>
>> On Sun, Dec 13, 2009 at 7:21 PM, Timothy Reaves <
>> treaves at silverfieldstech.com> wrote:
>>
>>>
>>> On Dec 13, 2009, at 1:18 PM, Sylvain Pointeau wrote:
>>>
>>> > Do you know how to tell it to?
>>>
>>>
>>>         It depends on the software.  If you compile it yourself, you need
>>> to read the README or INSTALL.  If it uses configure, then run ./configure
>>> and read the output.
>>
>>
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20091215/0f0bf514/attachment.html 


More information about the Qt-interest-old mailing list