Hi
I try to complie vxpython vdigit and I recive error
..../usr/bin/ld: cannot find -lgdi
I assume I have python and wx python installed properly from Ubuntu hardy repositories, but I assume I have missing something but I cannot recognize what (i.e package, there are no packages explicity gdi) I also ask *buntu users if standard ubuntu packages (wx 2.8.7.1) are enoguh to install vdigit, or there are something else to do?
Jarek
Hi,
2008/6/13 Jarekj <jarekj@amu.edu.pl>:
I try to complie vxpython vdigit and I recive error
..../usr/bin/ld: cannot find -lgdi
I assume I have python and wx python installed properly from Ubuntu hardy
repositories, but I assume I have missing something but I cannot recognize
what (i.e package, there are no packages explicity gdi) I also ask *buntu
users if standard ubuntu packages (wx 2.8.7.1) are enoguh to install vdigit,
or there are something else to do?
it's still open issue (need to be solved for 6.4.0 release)
You need to create manually symlink to _gdi_.so shared library, see "7
- DIGITIZATION TOOL" [1,2]
Martin
[1] http://svn.osgeo.org/grass/grass/branches/develbranch_6/gui/wxpython/README
[2] http://trac.osgeo.org/grass/ticket/58
--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa *
Martin Landa pisze:
Hi,
2008/6/13 Jarekj <jarekj@amu.edu.pl>:
I try to complie vxpython vdigit and I recive error
..../usr/bin/ld: cannot find -lgdi
I assume I have python and wx python installed properly from Ubuntu hardy
repositories, but I assume I have missing something but I cannot recognize
what (i.e package, there are no packages explicity gdi) I also ask *buntu
users if standard ubuntu packages (wx 2.8.7.1) are enoguh to install vdigit,
or there are something else to do?
it's still open issue (need to be solved for 6.4.0 release)
You need to create manually symlink to _gdi_.so shared library, see "7
- DIGITIZATION TOOL" [1,2]
Martin
[1] http://svn.osgeo.org/grass/grass/branches/develbranch_6/gui/wxpython/README
[2] http://trac.osgeo.org/grass/ticket/58
Thanks, I simply looked for libgdi.so istead of _gdi_.so.
Thanks again
J.