RE: [GRASS-user] Error compiling vdigit support in wxgrass: make cannot find -lgdi

2008-04-23 Thread Patton, Eric
take a look at gui/wxpython/README - 7 - DIGITIZATION TOOL it is just a link to wxPython extension, still unsolved issue. You need to create a symlink for now. Martin Thanks for the link. I created a symlink to the file in question: $ cd /usr/local/lib $ ls -rlt lrwxrwxrwx 1 root root64

RE: [GRASS-user] Error compiling vdigit support in wxgrass: make cannot find -lgdi

2008-04-23 Thread Patton, Eric
oops, I introduced this bug yesterday when I was updating 'toolbars' module, now should be fixed. http://trac.osgeo.org/grass/changeset/31092 Martin Thanks, I've tested it and it works great. Nice job! ~ Eric. ___ grass-user mailing list

Re: [GRASS-user] Error compiling vdigit support in wxgrass: make cannot find -lgdi

2008-04-22 Thread Martin Landa
Hi, 2008/4/22, Patton, Eric [EMAIL PROTECTED]: I'm compiling vdigit support in wxpython Grass. I passed the --with-python and --with-wxwidgets flags during configure, with no errors. make exits with one error: snip /usr/bin/ld: cannot find -lgdi collect2: ld returned 1 exit status