Greetings First of all, Thanks Martin Landa for helping me finding a package that I was not finding :)
I have runned and performed all steps from http://trac.osgeo.org/grass/wiki/CompileOnWindows. now I am at 3. To compile, type in MSYS console: cd /osgeo4w/usr/src/grass-6.4xxx (change to dir of the version you downloaded) ./mswindows/osgeo4w/package.sh I have added r.example at raster folder and added r.example \ at Makefile inside raster folder. It's supposed to be installed into apps/grass/grass6.4.0svn but nothing was added there (I have OSGEO4W Desktop installation done in that folder so a few files are already available there). This is the Configuration: GRASS is now configured for: i686-pc-mingw32 Source directory: Build directory: /c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12 Installation directory: ${prefix}/grass-6.4.0svn Startup script in directory: ${exec_prefix}/bin C compiler: gcc -g -O2 C++ compiler: Building shared libraries: yes 64bit support: no OpenGL platform: Windows MacOSX application: no MacOSX architectures: MacOSX SDK: NVIZ: yes BLAS support: no C++ support: no Cairo support: no DWG support: no FFMPEG support: no FFTW support: yes FreeType support: yes GDAL support: yes GLw support: no JPEG support: yes LAPACK support: no Large File support (LFS): yes Motif support: no MySQL support: no NLS support: yes ODBC support: yes OGR support: yes OpenGL support: yes PNG support: yes PostgreSQL support: yes Python support: no Readline support: no SQLite support: yes Tcl/Tk support: yes wxWidgets support: no TIFF support: yes X11 support: no And I got errors in all of these modules: ---------------------------------------------------------------------- Following modules are missing the 'description.html' file in src code: ---------------------------------------------------------------------- GRASS GIS compilation log ------------------------- Started compilation: Mon Jun 14 15:18:37 GMTDT 2010 -- Errors in: /c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/display/d.grid /c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/display/d.where /c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/general/g.proj /c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/general/g.region /c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/general/g.setproj /c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/ps/ps.map /c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/raster/r.external /c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/raster/r.example /c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/raster/r.horizon /c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/raster/r.los /c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/raster/r.proj.seg /c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/raster/r.sun2 /c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/raster/r.sunmask /c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/raster/r.in.gdal /c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/raster/r.out.gdal /c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/vector/v.proj /c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/vector/v.out.ogr /c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/vector/v.in.ogr -- 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: Mon Jun 14 15:24:59 GMTDT 2010 make: *** [default] Error 1 And regarding the r.example I got this: `/c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/raster/r.external' r.example makefile:10: ../../../include/Make/Module.make: No such file or directory make[2]: *** No rule to make target `../../../include/Make/Module.make'. Stop. make[2]: Entering directory `/c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/raster/r.example' make[2]: Leaving directory `/c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/raster/r.example' My questions are: - Shouldn't I have wxwidgets ON as well as python? - Why no module was added to my grass destination folder? - What happened with my r.example installation? Thank you Best regards, Luisa
_______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
