Hello,
please help me with the following make error:
build_html_index.sh
Generating HTML manual pages index (help system)...
Generated HTML docs in ../dist.i686-pc-linux-gnu/docs/html/index.html
----------------------------------------------------------------------
Following modules are missing the 'description.html' file in src code:
----------------------------------------------------------------------
GRASS GIS compilation log
-------------------------
Started compilation: Mi 21. Jul 23:49:43 CEST 2010
--
Errors in:
/usr/local/src/checkouts/grass/grass6_devel/gui/wxpython/nviz
--
In case of errors please change into the directory with error and run
'make'.
If you get multiple errors, you need to deal with them in the order they
appear in the error log. If you get an error building a library, you will
also get errors from anything which uses the library.
--
Finished compilation: Mi 21. Jul 23:52:25 CEST 2010
make: *** [default] Fehler 1
Thanks,
Timmie
I got the same error. It would be great if I can get nviz to work
again. -Bob
-----Original Message-----
From: grass-dev-bounces@lists.osgeo.org
[mailto:grass-dev-bounces@lists.osgeo.org] On Behalf Of Tim Michelsen
Sent: Wednesday, July 21, 2010 2:58 PM
To: grass-dev@lists.osgeo.org
Subject: [GRASS-dev] Error building Grass6 devel branch on Ubuntu due to
nviz
Hello,
please help me with the following make error:
build_html_index.sh
Generating HTML manual pages index (help system)...
Generated HTML docs in ../dist.i686-pc-linux-gnu/docs/html/index.html
----------------------------------------------------------------------
Following modules are missing the 'description.html' file in src code:
----------------------------------------------------------------------
GRASS GIS compilation log
-------------------------
Started compilation: Mi 21. Jul 23:49:43 CEST 2010
--
Errors in:
/usr/local/src/checkouts/grass/grass6_devel/gui/wxpython/nviz
--
In case of errors please change into the directory with error and run
'make'.
If you get multiple errors, you need to deal with them in the order they
appear in the error log. If you get an error building a library, you
will
also get errors from anything which uses the library.
--
Finished compilation: Mi 21. Jul 23:52:25 CEST 2010
make: *** [default] Fehler 1
Thanks,
Timmie
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev
Hi,
2010/7/22 Moskovitz, Bob <Bob.Moskovitz@conservation.ca.gov>:
I got the same error. It would be great if I can get nviz to work
again. -Bob
as I have already mentioned in ML, wxnviz (wxGUI 3d view mode) is
still broken in GRASS 6.5 due to missing ctypes interface. Will be
fixed soon.
Martin
--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa
Am 22.07.2010 15:23, schrieb Martin Landa:
Hi,
2010/7/22 Moskovitz, Bob <Bob.Moskovitz@conservation.ca.gov>:
I got the same error. It would be great if I can get nviz to work
again. -Bob
as I have already mentioned in ML, wxnviz (wxGUI 3d view mode) is
still broken in GRASS 6.5 due to missing ctypes interface. Will be
fixed soon.
OK, but why does it fail when builing the rest of GRASS?
See my error log from make,please
Tim Michelsen wrote:
Martin Landa:
Hi,
2010/7/22 Moskovitz, Bob <Bob.Moskovitz@conservation.ca.gov>:
I got the same error. It would be great if I can get nviz to work
again. -Bob
as I have already mentioned in ML, wxnviz (wxGUI 3d view mode) is
still broken in GRASS 6.5 due to missing ctypes interface. Will be
fixed soon.
OK, but why does it fail when builing the rest of GRASS?
See my error log from make,please
Your error log from make:
Started compilation: Mi 21. Jul 23:49:43 CEST 2010
--
Errors in:
/usr/local/src/checkouts/grass/grass6_devel/gui/wxpython/nviz
--
In case of errors please change into the directory with error and run
'make'.
Your error log does not show any other errors, i.e. apart from wxnviz
the grass6 develbranch has been successfully compiled and is ready to
use. For nviz, you can use the tcltk nviz module.
Markus M