Deployment Script again
Ernesto Giannotta
ernestogiannotta at tiscalinet.it
Sun Feb 28 05:22:52 CST 2010
Hi all,
maybe this line:
# change id of VSDK.framework
install_name_tool -id "@executable_path/../vcomponents/VSDK.framework/Versions/A/VSDK" "$app_vcomp"/VSDK.framework/Versions/A/VSDK
should be rewritten as:
# change id of VSDK.framework
if [ -d "$app_vcomp"/VSDK.framework ] ; then
install_name_tool -id "@executable_path/../vcomponents/VSDK.framework/Versions/A/VSDK" "$app_vcomp"/VSDK.framework/Versions/A/VSDK
fi
BTW, Ruslan can I safely comment out the following if I don't use Reports?
# WX (required for VREPORT only)
#if [ ! -e "$app_vcomp"/libwx_mac.dylib ] ; then
# cp /usr/local/lib/vcomponents/libwx_mac.dylib "$app_vcomp"
#fi
# VREPORT
#if [ ! -e "$app_vcomp"/libvreport_fat_release.dylib ] ; then
# cp /usr/local/lib/vcomponents/libvreport_fat_release.dylib "$app_vcomp"
#fi
and
# change id of WX
# install_name_tool -id "@executable_path/../vcomponents/libwx_mac.dylib" "$app_vcomp"/libwx_mac.dylib
# change id of VREPORT
# install_name_tool -id "@executable_path/../vcomponents/libvreport_fat_release.dylib" #"$app_vcomp"/libvreport_fat_release.dylib
# install_name_tool -change "/usr/local/lib/vcomponents/libvshared_fat_release.dylib" "@executable_path/../vcomponents/#libvshared_fat_release.dylib" "$app_vcomp"/libvreport_fat_release.dylib
# install_name_tool -change "/usr/local/lib/vcomponents/libwx_mac.dylib" "@executable_path/../vcomponents/libwx_mac.dylib" #"$app_vcomp"/libvreport_fat_release.dylib
On Feb 28, 2010, at 09:43, Beatrix Willius wrote:
> Hi Ruslan,
>
> this is why I have written
>
>>> The new script still gives the error message:
>
> I double checked and I'm using the very latest NEW script.
>
>
> Am 28.02.2010 um 09:26 schrieb Ruslan Zasukhin:
>
>> On 2/27/10 12:20 PM, "Beatrix Willius" <bwillius at gmx.de> wrote:
>>
>> Hi Beatrix,
>>
>>> the brain must have skipped over the mails from Claudius Sailer. I now see
>>> that he has the same issue as I have.
>>>
>>> The new script still gives the error message:
>>>
>>> install_name_tool: can't open file: /Users/beatrixwillius/Documents/
>>> Datei/Development/Mail Archiver/code current/Mail Archiver
>>> X.app/Contents/vcomponents/VSDK.framework/Versions/A/VSDK (No such file or
>>> directory)
>>>
>>> XCode is installed on my computer.
>>
>> 2 days ago I have sent letter to this list
>>
>>> Hi All,
>>>
>>> Deployment scripts for MAC products
>>> V4MD, V4RB, V4REV, V4CC
>>>
>>> are updated to copy VSDK.framework optionally.
>>>
>>> * This is because from v4.5 we have drop VSDK v1 in the vcomponents folder.
>>>
>>>
>>> * Now v4 scripts can be used as for 4.0 - 4.3,
>>> So with 4.5 and newer.
>
> Mit freundlichen Grüßen/Regards
>
> Trixi Willius
>
> http://www.mothsoftware.com
> Mail Archiver X: archive, clean and search email
> http://www.beatrixwillius.de
> Fractals, 3d landscapes etc.
>
> _______________________________________________
> Valentina mailing list
> Valentina at lists.macserve.net
> http://lists.macserve.net/mailman/listinfo/valentina
Cool Runnings,
Erne.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macserve.net/pipermail/valentina/attachments/20100228/dc6d55c0/attachment-0001.html
More information about the Valentina
mailing list