Ticket #38 (closed task: fixed)
configure.in: wxwidgets and python checks
| Reported by: | martinl | Owned by: | grass-dev@… |
|---|---|---|---|
| Priority: | minor | Milestone: | 6.4.0 |
| Component: | Default | Version: | svn-trunk |
| Keywords: | Cc: | ||
| Platform: | CPU: |
Description
Hi,
I modified the configure script to support wxWidgets. It checks
- if wx-config is presented
- wxWidgets version (>=2.8.1 required)
- check for wx/wxprec.h and wx/wxPython/pseudodc.h (wxPython required too)
The patch also checks for Python.h header if --with-python is given.
This should solve compilation of wxGUI vdigit component
http://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/vdigit/Makefile.in
Martin
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

