Ticket #1289 (closed defect: fixed)

Opened 2 years ago

Last modified 16 months ago

wingrass65 - Vector digitizer not available: Reason: xdr not found

Reported by: hellik Owned by: grass-dev@…
Priority: critical Milestone: 6.5.0
Component: wxGUI Version: svn-develbranch6
Keywords: wingrass, vector, digitizer Cc:
Platform: MSWindows Vista CPU: x86-32

Description

tested with a self compiled wingrass65 at r45511

message in the wxgui at startup:

3D view mode not available
                                                      
Reason: xdr not found.
                                                          
Note that the wxGUI's 3D view mode is currently disabled on
MS Windows (hopefully this will be fixed soon). Please keep
an eye out for updated versions of GRASS. In the meantime
you can use "NVIZ" from the File menu.

Vector digitizer not available
                                                  
Reason: xdr not found.
                                                          
Note that the wxGUI's vector digitizer is currently disabled
(hopefully this will be fixed soon). Please keep an eye out
for updated versions of GRASS. In the meantime you can use
"v.digit" from the Develop Vector menu.

from package.log

[...]
checking for library containing cuserid... no
checking for xdrmem_create... no
checking for xdrmem_create in -lsun... no
checking for xdrmem_create in -lnsl... no
checking for xdrmem_create in -lrpclib... no
checking for xdrmem_create in -lxdr... yes
checking for asprintf... no
checking for atan... yes
[...]

if I add a vector in the mapdisplay and then open the table attribute manager, dbf.exe is crashing.

Helmut

Change History

in reply to: ↑ description   Changed 16 months ago by hellik

  • status changed from new to closed
  • resolution set to fixed

Replying to hellik:

tested with a self compiled wingrass65 at r45511 message in the wxgui at startup: {{{ 3D view mode not available Reason: xdr not found. Note that the wxGUI's 3D view mode is currently disabled on MS Windows (hopefully this will be fixed soon). Please keep an eye out for updated versions of GRASS. In the meantime you can use "NVIZ" from the File menu. Vector digitizer not available Reason: xdr not found. Note that the wxGUI's vector digitizer is currently disabled (hopefully this will be fixed soon). Please keep an eye out for updated versions of GRASS. In the meantime you can use "v.digit" from the Develop Vector menu. }}} from package.log {{{ [...] checking for library containing cuserid... no checking for xdrmem_create... no checking for xdrmem_create in -lsun... no checking for xdrmem_create in -lnsl... no checking for xdrmem_create in -lrpclib... no checking for xdrmem_create in -lxdr... yes checking for asprintf... no checking for atan... yes [...] }}} if I add a vector in the mapdisplay and then open the table attribute manager, dbf.exe is crashing. Helmut

closing ticket after a nearly a year of successfull testing.

Helmut

Note: See TracTickets for help on using tickets.