Opened 15 years ago
Closed 14 years ago
#627 closed defect (fixed)
wingrass native: wxNVIZ exits with lib compat error
Reported by: | hamish | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 6.4.0 |
Component: | wxGUI | Version: | 6.4.0 RCs |
Keywords: | wingrass, wxnviz | Cc: | |
CPU: | x86-32 | Platform: | MSWindows XP |
Description
Hi,
the the latest stand-alone wingrass installer (6.4.0rc.svn.37703) if you open wxNVIZ from the display menu pull down tab it kills all of the wxPython GUI.
in the msys console you see the error: "Incompatible library version for module. You need to rebuild GRASS or untangle multiple installations."
Help -> about says libgis r37101 (2009-05-10)
was 'make distclean' run after svn up?
Hamish
Change History (8)
comment:1 by , 15 years ago
follow-up: 3 comment:2 by , 15 years ago
Does anyone know of what accomplishes the same as ldd
for MS Windows? Then we could check that the program is linking against the correct DLLs and not one from an older build or a different version. Are there any other GRASS dirs in your %PATH%?
http://grass.osgeo.org/wiki/Bugs#Using_ldd
Hamish
comment:3 by , 15 years ago
Replying to hamish:
Does anyone know of what accomplishes the same as
ldd
for MS Windows?
follow-up: 5 comment:4 by , 15 years ago
grass64.svn rev39432 self compiled in the osgeo4w-stack
open wxNVIZ from the display menu pull down tab
WARNING: Nviz extension (3D view) is not available (No module named grass6_wxnviz).
comment:5 by , 14 years ago
Replying to hellik:
grass64.svn rev39432 self compiled in the osgeo4w-stack
open wxNVIZ from the display menu pull down tab
WARNING: Nviz extension (3D view) is not available (No module named grass6_wxnviz).
only Tcl/Tk-based-nviz is working in wingrass64 at the moment, wxnviz isn't. the same is valid for digitize.
so it's maybe a little bit confusing for the user, if 3dview and digitize are offered in the display pull down menu, but both are not working.
maybe there are two solutions?:
- starting the tcltk-based alternatives for the wx-based 3dview and digitize in the display pull down menu
- remove wx-based 3dview and digitize in the display pull down menu in wingrass64
Helmut
Helmut
follow-up: 7 comment:6 by , 14 years ago
I would note that if you start WinGrass with a MSys terminal, you get a message on the terminal at startup that explains why the vector digitizer is not there.
comment:7 by , 14 years ago
comment:8 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I just re-did the package with a make distclean before but the same error still came up (and the same version number in the help). No idea why.
Also the same wxnviz crash. Its a pretty specific error message, shouldn't be too hard to track down.
-Colin