There were a couple of complains lately that wxGUI on Linux is broken. I just want to mention that wxGUI works for me again (no warnings, no errors) after I downgraded swig from 1.3.39 to 1.3.35 on Fedora 10.
Maybe downgrading swig helps on other Linux distros too.
2009/9/30 Markus Metz <markus.metz.giswork@googlemail.com>:
There were a couple of complains lately that wxGUI on Linux is broken. I
just want to mention that wxGUI works for me again (no warnings, no errors)
after I downgraded swig from 1.3.39 to 1.3.35 on Fedora 10.
Maybe downgrading swig helps on other Linux distros too.
right, currently key point is swig version you are using during
compilation of vdigit or nviz. This should be change in the future,
broken vdigit or nviz should not affect the whole wxGUI.
On Wed, Sep 30, 2009 at 7:06 PM, Martin Landa <landa.martin@gmail.com> wrote:
Hi,
2009/9/30 Markus Metz <markus.metz.giswork@googlemail.com>:
There were a couple of complains lately that wxGUI on Linux is broken. I
just want to mention that wxGUI works for me again (no warnings, no errors)
after I downgraded swig from 1.3.39 to 1.3.35 on Fedora 10.
Maybe downgrading swig helps on other Linux distros too.
right, currently key point is swig version you are using during
compilation of vdigit or nviz. This should be change in the future,
I am using
rpm -qf /usr/bin/swig
swig-1.3.38-2mdv2009.1
I have that version since May 2009 and wxGUI worked. Only
later (some weeks ago) it got broken.
broken vdigit or nviz should not affect the whole wxGUI.
On Wed, Sep 30, 2009 at 7:06 PM, Martin Landa <landa.martin@gmail.com> wrote:
Hi,
2009/9/30 Markus Metz <markus.metz.giswork@googlemail.com>:
There were a couple of complains lately that wxGUI on Linux is broken. I
just want to mention that wxGUI works for me again (no warnings, no errors)
after I downgraded swig from 1.3.39 to 1.3.35 on Fedora 10.
Maybe downgrading swig helps on other Linux distros too.
right, currently key point is swig version you are using during
compilation of vdigit or nviz. This should be change in the future,
I am using
rpm -qf /usr/bin/swig
swig-1.3.38-2mdv2009.1
I have that version since May 2009 and wxGUI worked. Only
later (some weeks ago) it got broken.
I have the suspicion, as indirectly hinted by Martin, that on a number of Linux distros the wx components and swig got out of sync with recent updates provided by these distros. Never touch a running system...
Markus M
broken vdigit or nviz should not affect the whole wxGUI.
On Wed, Sep 30, 2009 at 8:34 PM, Martin Landa <landa.martin@gmail.com> wrote:
Hi,
2009/9/30 Markus Neteler <neteler@osgeo.org>:
I am using
rpm -qf /usr/bin/swig
swig-1.3.38-2mdv2009.1
I have that version since May 2009 and wxGUI worked. Only
later (some weeks ago) it got broken.
broken vdigit or nviz should not affect the whole wxGUI.
probably wxPython has been updated(?), currently you need to use the
same version of swig which has been used for compiling wxPython.
Ah, good hint!
Let's check.
for i in `rpm -qa | grep wx` ; do echo -n "$i: "; rpm -qil $i | grep
'Install Date' ; done | cut -d' ' -f1-9
wxgtk2.8-2.8.9-3.2mdv2009.1: Install Date: Mon 24 Aug 2009 09:27:16 AM
lib64wxPythonGTK2.8-devel-2.8.9.2-2mdv2009.1: Install Date: Fri 29 May
2009 08:47:13 PM
lib64wxPythonGTK2.8-2.8.9.2-2mdv2009.1: Install Date: Fri 29 May 2009
08:47:01 PM
lib64wxgtk2.8-2.8.9-3.2mdv2009.1: Install Date: Mon 24 Aug 2009 09:27:17 AM
wxPythonGTK-2.8.9.2-2mdv2009.1: Install Date: Fri 29 May 2009 08:47:06 PM
lib64wxgtk2.8-devel-2.8.9-3.2mdv2009.1: Install Date: Mon 24 Aug 2009
09:27:25 AM
lib64wxgtku2.8-2.8.9-3.2mdv2009.1: Install Date: Thu 03 Sep 2009 11:41:01 AM
wxPythonGTK-tools-2.8.9.2-2mdv2009.1: Install Date: Fri 29 May 2009 08:47:16 PM
wxPythonGTK-wxversion-2.8.9.2-2mdv2009.1: Install Date: Fri 29 May
2009 08:47:03 PM
lib64wxgtkgl2.8-2.8.9-3.2mdv2009.1: Install Date: Mon 24 Aug 2009 09:27:20 AM
[neteler@localhost ~]$ for i in `rpm -qa | grep swig` ; do echo -n
"$i: "; rpm -qil $i | grep 'Install Date' ; done | cut -d' ' -f1-9
swig-1.3.38-2mdv2009.1: Install Date: Fri 01 May 2009 09:05:27 PM
Perhaps it's broken here since 24 Aug ... (cannot remember).
Last question before I investigate: are all wx libraries above used? Sorry
for my ignorance... I just want to hunt down the offending package and
not ruffle the feathers for unrelated libraries.
On Wed, Sep 30, 2009 at 6:06 PM, Martin Landa <landa.martin@gmail.com> wrote:
2009/9/30 Markus Metz <markus.metz.giswork@googlemail.com>:
There were a couple of complains lately that wxGUI on Linux is broken. I
just want to mention that wxGUI works for me again (no warnings, no errors)
after I downgraded swig from 1.3.39 to 1.3.35 on Fedora 10.
Maybe downgrading swig helps on other Linux distros too.
right, currently key point is swig version you are using during
compilation of vdigit or nviz.
(meanwhile updated to Mandriva 2010.0, same problem)
I use the distro versions...
This should be change in the future,
broken vdigit or nviz should not affect the whole wxGUI.
Do you think that this could be implemented? In January I would
like to showcase the new GUI in a couple of occasions but I
cannot start it for some months now.
Don't remember how to debug that, though.