[GRASS-dev] Re: testing new svn

Moritz Lennert mlennert at club.worldonline.be
Wed Feb 20 08:45:00 EST 2008


On 18/02/08 00:01, Michael Barton wrote:
>>>> I check and it turns out I had a wx-config hidden away in 
>>>> /usr/bin/wx-config. But it is old. No binaries since 2.5.3
>>>> (quite awhile back) have installed this. I looked at it and it
>>>> is just a link to a file called mac-unicode-debug-2.5. This
>>>> file seems to be a version of wx-config.in created for Debian.

> On Feb 17, 2008, at 11:15 AM, Martin Landa wrote:

>> no, wx-config is not at least Debian or GNU/Linux specific in
>> general. However I downloaded wxWidgets source code for
>> Windows/Mac/All and I found template for wx-config so I would
>> expect you have wx-config on your system too.
>> 
>> /home/martin/smetiste/wxMac-2.8.7/wx-config.in 
>> /home/martin/smetiste/wxMac-2.8.7/wx-config-inplace.in 
>> /home/martin/smetiste/wxMSW-2.8.7/wx-config.in 
>> /home/martin/smetiste/wxMSW-2.8.7/wx-config-inplace.in 
>> /home/martin/smetiste/wxWidgets-2.8.7/wx-config.in 
>> /home/martin/smetiste/wxWidgets-2.8.7/wx-config-inplace.in
> 
> Yes. I know that this is in the source code. But it is not in the Mac
>  binary. That is, apparently it does not get built for Mac. I have
> not built this myself from source, however. Perhaps it gets built
> under some circumstances and not under others on Mac

Note that in Debian at least, wx-config does not exist either as a file.
It is only symlink which in my case points to:

/usr/lib/wx/config/gtk2-unicode-release-2.8

So, maybe you need to check whether you have a 2.8 equivalent of the 
mac-unicode-debug-2.5 file you mention above and then just link 
/usr/bin/wx-config to that.

In my installation, I currently have the following choices for 
alternative wx-configs:

$ sudo update-alternatives --config wx-config

Il y a 2 alternatives fournissant « wx-config ».

   Sélection    Alternative
-----------------------------------------------
           1    /usr/lib/wx/config/base-unicode-release-2.8
*+        2    /usr/lib/wx/config/gtk2-unicode-release-2.8



Moritz


More information about the grass-dev mailing list