[Slackbuilds-users] Wrong symlink in wxGTK
Iskar Enev
iskar.enev at gmail.com
Fri Jun 15 07:12:07 UTC 2007
Eric Hameleers wrote:
> Niki Kovacs wrote:
>> Le jeudi 01 mars 2007 à 11:03 +0100, Niki Kovacs a écrit :
>>
>>> Le jeudi 01 mars 2007 à 10:57 +0100, Niki Kovacs a écrit :
>>>
>>>> package-wxGTK/
>>>> `-- usr
>>>> |-- bin
>>>> | |-- wx-config
>>>> -> /tmp/SBo/package-wxGTK/usr/lib/wx/config/gtk2-ansi-release-2.6
>>> Of course you'll have something slightly different, since I built
>>> without --enable-unicode.
>>>
>>> Niki
>>
>> So in my case, I have to add something like this to the build script:
>>
>> # Getting wrong symlink right
>> cd $PKG/usr/bin
>> rm -rf wx-config
>> ln -sf ../lib/wx/config/gtk2-ansi-release-2.6 wx-config
>
> Right...
> Just like I did in my own script long ago:
> http://www.slackware.com/~alien/slackbuilds/wxWidgets/build/wxWidgets.SlackBuild
>
> ;-)
>
> Eric
>
>
I had to recompile wxGTK a few days ago and noticed that the script
produces a wrong symlink.
In fact, the command has to be "ln -sf
/usr/lib/wx/config/gtk2-ansi-release-2.6 wx-config" as in the Eric's
slackbuild.
Regards:
Iskar Enev
More information about the Slackbuilds-users
mailing list