Re: [GRASS-user] 6.5: Build Error

2009-11-17 Thread Martin Landa
2009/11/17 Rich Shepard rshep...@appl-ecosys.com:  Slackware does not separate headers from the rest of the code. I built wxPython-2.8.10 here with the SlackBuild script. Just untarred the source and there's no wxPython.h in ../src/include/. How interesting. what wx-config --cppflags says?

Re: [GRASS-user] 6.5: Build Error

2009-11-17 Thread Rich Shepard
On Tue, 17 Nov 2009, Martin Landa wrote: what wx-config --cppflags says? Martin, [rshep...@salmo ~]$ wx-config --cppflags -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ Rich

Re: [GRASS-user] 6.5: Build Error

2009-11-17 Thread Martin Landa
2009/11/17 Rich Shepard rshep...@appl-ecosys.com: -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ then wx/wxPython/wxPython.h should be located in `/usr/include/wx-2.8`. Martin -- Martin Landa landa.martin gmail.com *

Re: [GRASS-user] 6.5: Build Error

2009-11-17 Thread Rich Shepard
On Tue, 17 Nov 2009, Martin Landa wrote: then wx/wxPython/wxPython.h should be located in `/usr/include/wx-2.8`. Martin, Perhaps so, but there's no such header file on this system: [rshep...@salmo ~]$ locate wxPython.h [rshep...@salmo ~]$ This hasn't affected any other application,

Re: [GRASS-user] 6.5: Build Error

2009-11-17 Thread Martin Landa
2009/11/17 Rich Shepard rshep...@appl-ecosys.com: then wx/wxPython/wxPython.h should be located in `/usr/include/wx-2.8`. Can you check what contains this dir? Martin -- Martin Landa landa.martin gmail.com * http://gama.fsv.cvut.cz/~landa ___

Re: [GRASS-user] 6.5: Build Error

2009-11-17 Thread Rich Shepard
On Tue, 17 Nov 2009, Martin Landa wrote: Can you check what contains this dir? Martin, Certainly! [rshep...@salmo ~]$ ls /usr/include/wx-2.8/ wx/ [rshep...@salmo ~]$ ls /usr/include/wx-2.8/wx aboutdlg.h dcclient.h glcanvas.hmsgout.h stopwatch.h accel.h dcgraph.h

Re: [GRASS-user] 6.5: Build Error

2009-11-17 Thread Glynn Clements
Rich Shepard wrote: Can you check what contains this dir? Martin, Certainly! [rshep...@salmo ~]$ ls /usr/include/wx-2.8/wx/wxPython/ i_files/ Oops. I have: $ ls -1F /usr/include/wx-2.8/wx/wxPython/ i_files/ printfw.h pseudodc.h pyclasses.h

Re: [GRASS-user] 6.5: Build Error

2009-11-17 Thread Rich Shepard
On Tue, 17 Nov 2009, Martin Landa wrote: no new info - wxPython headers are missing (only wxWidgets are included) - you need to install them... Martin, They're not in the source code. Rich ___ grass-user mailing list grass-user@lists.osgeo.org

Re: [GRASS-user] 6.5: Build Error

2009-11-17 Thread Rich Shepard
On Tue, 17 Nov 2009, Glynn Clements wrote: Oops. I have: $ ls -1F /usr/include/wx-2.8/wx/wxPython/ i_files/ printfw.h pseudodc.h pyclasses.h pydrawxxx.h pyistream.h pytree.h swigver.h twoitem.h wxPython.h

Re: [GRASS-user] 6.5: Build Error

2009-11-17 Thread Rich Shepard
On Tue, 17 Nov 2009, Rich Shepard wrote: They're not in the source code. Oops! Yes it is. Just hidden deeply. Thanks, Rich ___ grass-user mailing list grass-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] 6.5: Build Error

2009-11-17 Thread Markus Metz
Rich Shepard wrote: On Tue, 17 Nov 2009, Martin Landa wrote: no new info - wxPython headers are missing (only wxWidgets are included) - you need to install them... Martin, They're not in the source code. Silly question: if you compiled wxPython from source yourself with make; make

Re: [GRASS-user] 6.5: Build Error

2009-11-17 Thread Rich Shepard
On Tue, 17 Nov 2009, Markus Metz wrote: Or check the SlackBuild script you used if it's doing that. Markus, Yes, it does. Thanks, Rich ___ grass-user mailing list grass-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-user

[GRASS-user] 6.5 Build Error Fixed

2009-11-17 Thread Rich Shepard
Just to close the thread, adding the wxPython headers made the difference. Make completed without error. Why those headers where not installed I don't know. I've written to the package maintainer (in Austria) but have not yet seen a response. Thanks for showing me what was missing, Rich

[GRASS-user] 6.5: Build Error

2009-11-16 Thread Rich Shepard
Not sure where to report this so I'll do so here. Building 6.5 failed with an error in gui/wxpython/vdigit. Per the instructions, I cd'd to that directory and re-ran make with the attached results (812 lines). Rich error.log.gz Description: GNU Zip compressed data

Re: [GRASS-user] 6.5: Build Error

2009-11-16 Thread Νίκος Αλεξανδρής
On Mon, 2009-11-16 at 15:09 -0800, Rich Shepard wrote: Not sure where to report this so I'll do so here. Building 6.5 failed with an error in gui/wxpython/vdigit. Per the instructions, I cd'd to that directory and re-ran make with the attached results (812 lines). Rich Hi! On which

Re: [GRASS-user] 6.5: Build Error

2009-11-16 Thread Martin Landa
2009/11/17 Rich Shepard rshep...@appl-ecosys.com:  Not sure where to report this so I'll do so here.  Building 6.5 failed with an error in gui/wxpython/vdigit. Per the instructions, I cd'd to that directory and re-ran make with the attached results (812 lines). pseudodc.cpp:17:34: error:

Re: [GRASS-user] 6.5: Build Error

2009-11-16 Thread Rich Shepard
On Tue, 17 Nov 2009, ? ?? wrote: On which OS? I think I have seen similar error(s) lately under Ubuntu Karmic 64-bit. Nikos, Slackware-12.2 (32-bit version). Linux salmo 2.6.27.7-smp #1 SMP Thu Nov 20 22:18:02 CST 2008 i686 AMD Athlon(tm) 64 X2 Dual Core Processor 4800+

Re: [GRASS-user] 6.5: Build Error

2009-11-16 Thread Rich Shepard
On Tue, 17 Nov 2009, Martin Landa wrote: pseudodc.cpp:17:34: error: wx/wxPython/wxPython.h: No such file or directory install wxheaders, eg. on Debian GNU/Linux Martin, Slackware does not separate headers from the rest of the code. I built wxPython-2.8.10 here with the SlackBuild script.