[GRASS-user] Fail to configure grass-7.0.4 under Ubuntu 16.04.1

JIA Pei jp4work at gmail.com
Thu Sep 29 19:08:24 PDT 2016


It looks like it's just about Python3 HTMLParser ...
I've got to change all

from HTMLParser import HTMLParser
to
from html.parser import HTMLParser


but still problematic:



Traceback (most recent call last):
>   File
> "....../rsgis/OSGeo/grass/grass7_trunk/dist.x86_64-pc-linux-gnu/tools/
> g.html2man.py", line 4, in <module>
>     from html.parser import HTMLParser, HTMLParseError
>   File
> "....../rsgis/OSGeo/grass/grass7_trunk/dist.x86_64-pc-linux-gnu/tools/html.py",
> line 4, in <module>
>     from html.parser import HTMLParser as base
> ImportError: No module named 'html.parser'; 'html' is not a package




Any further suggestions?

Cheers
Pei



On Thu, Sep 29, 2016 at 6:29 PM, Anna Petrášová <kratochanna at gmail.com>
wrote:

> On Thu, Sep 29, 2016 at 9:22 PM, JIA Pei <jp4work at gmail.com> wrote:
> >
> > Are you sure you are using Python3 only?
>
> No, I use Python 2.7. Sorry, I missed you use Python 3. Most parts of
> GRASS should work with Python 3, but I haven't tested myself. GUI
> won't work, because wxPython classic is for 2.7 only.
>
> >
> >
> >
> > On Thu, Sep 29, 2016 at 5:51 PM, Anna Petrášová <kratochanna at gmail.com>
> > wrote:
> >>
> >> On Thu, Sep 29, 2016 at 8:35 PM, JIA Pei <jp4work at gmail.com> wrote:
> >> >
> >> > Thanks Anna:
> >> >
> >> >
> >> > Now, I got the following error.log :
> >> > Any further suggestions????
> >>
> >> do what it suggests:
> >>
> >> "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."
> >>
> >>
> >> and post the errors here. Anything special about your system
> >> configuration? I was just compiling GRASS on Ubuntu 16.04 without
> >> problems.
> >>
> >> Anna
> >>
> >> >
> >> >
> >> >
> >> >> GRASS GIS 7.3.svn r69608 compilation log
> >> >> --------------------------------------------------
> >> >> Started compilation: Thu Sep 29 17:30:12 PDT 2016
> >> >> --
> >> >> Errors in:
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/lib/pngdriver
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/lib/psdriver
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/lib/htmldriver
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/lib/cairodriver
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/lib/db/sqlp
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/lib/vector
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/lib/imagery
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/lib/cluster
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/lib/rst/interp_float
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/lib/lidar
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/lib/raster3d/test
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/lib/init
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/lib/ogsf
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/lib/nviz
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/lib/python/exceptions
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/lib/python/script
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/lib/python/ctypes
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/lib/python/temporal
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/lib/python/pygrass
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/lib/python/pydispatch
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/lib/python/imaging
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/lib/python/gunittest
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/lib/manage
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/db
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/display/d.fontlist
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/display/d.font
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/display/d.erase
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/display/d.colorlist
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/display/d.geodesic
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/display/d.colortable
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/display/d.graph
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/display/d.barscale
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/display/d.info
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/display/d.his
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/display/d.labels
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/display/d.path
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/display/d.histogram
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/display/d.legend.vect
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/display/d.legend
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/display/d.linegraph
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/display/d.grid
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/display/d.profile
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/display/d.rast
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/display/d.northarrow
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/display/d.rgb
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/display/d.rast.arrow
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/display/d.rast.num
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/display/d.vect
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/display/d.vect.chart
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/display/d.vect.thematic
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/display/d.mon
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/display/d.rhumbline
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/display/d.text
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/display/d.title
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/display/d.where
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/display
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/general/g.findfile
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/general/g.copy
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/general/g.list
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/general/g.findetc
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/general/g.dirseps
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/general/g.gui
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/general/g.gisenv
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/general/g.filename
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/general/g.cairocomp
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/general/g.access
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/general/g.mapset
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/general/g.message
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/general/g.region
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/general/g.remove
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/general/g.pnmcomp
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/general/g.mapsets
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/general/g.rename
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/general/g.ppmtopng
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/general/g.parser
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/general/g.tempfile
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/general/g.version
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/general/manage/lister
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/general/g.mkfontcap
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/general/g.proj
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/raster
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/raster3d/r3.in.lidar
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/raster3d/r3.in.ascii
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/raster3d/r3.in.bin
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/raster3d/r3.cross.rast
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/raster3d/r3.gradient
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/raster3d/r3.gwflow
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/raster3d/r3.info
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/raster3d/r3.in.v5d
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/raster3d/r3.mask
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/raster3d/r3.null
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/raster3d/r3.flow
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/raster3d/r3.out.ascii
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/raster3d/r3.neighbors
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/raster3d/r3.out.bin
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/raster3d/r3.mkdspf
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/raster3d/r3.retile
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/raster3d/r3.stats
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/raster3d/r3.support
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/raster3d/r3.timestamp
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/raster3d/r3.out.vtk
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/raster3d/r3.out.netcdf
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/raster3d/r3.to.rast
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/raster3d/r3.out.v5d
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/raster3d
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.build
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.class
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.buffer
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.build.polylines
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.category
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.colors
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.clean
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.cluster
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.colors.out
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.db.connect
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.db.select
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.distance
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.drape
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.delaunay
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.decimate
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.extract
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.extrude
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.edit
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.generalize
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.hull
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.info
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.in.ascii
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.in.db
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.in.dxf
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.label
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.lidar.correction
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.lidar.edgedetection
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.kcv
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.kernel
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.lidar.growing
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.net
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.proj
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.mkgrid
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.net.alloc
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.neighbors
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.net.centrality
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.net.allpairs
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.net.bridge
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.net.connectivity
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.net.components
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.net.distance
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.net.flow
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.net.path
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.net.salesman
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.net.iso
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.net.spanningtree
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.normal
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.net.steiner
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.net.visibility
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.out.ascii
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.net.timetable
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.out.dxf
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.out.lidar
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.out.vtk
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.out.svg
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.out.pov
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.overlay
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.outlier
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.perturb
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.parallel
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.patch
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.split
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.qcount
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.random
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.reclass
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.sample
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.rectify
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.support
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.select
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.surf.bspline
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.surf.rst
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.lrs
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.surf.idw
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.in.region
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.to.db
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.to.rast
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.to.3d
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.to.rast3
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.type
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.univar
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.voronoi
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.what
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.what.rast
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.what.rast3
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.vect.stats
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.vol.rst
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.out.ogr
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.in.ogr
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.external
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.in.lidar
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.transform
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.segment
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.timestamp
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.to.points
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector/v.external.out
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/vector
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/misc/m.transform
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/misc/m.nviz.image
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/misc/m.measure
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/misc/m.cogo
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/misc/m.nviz.script
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.cca
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.cluster
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.eb.eta
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.biomass
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.eb.evapfr
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.aster.toar
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.albedo
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.eb.hsebal01
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.eb.netrad
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.eb.soilheatflux
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.gensig
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.evapo.time
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.evapo.pm
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.gensigset
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.group
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.evapo.mh
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.evapo.pt
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.emissivity
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.maxlik
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.rectify
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.his.rgb
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.segment
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.smap
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.target
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.landsat.acca
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.rgb.his
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.pca
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.landsat.toar
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.topo.corr
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.fft
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.ifft
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.zc
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.ortho.photo/lib
> >> >>
> >> >>
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.ortho.
> photo/i.ortho.camera
> >> >>
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.ortho.
> photo/i.ortho.elev
> >> >>
> >> >>
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.ortho.
> photo/i.ortho.rectify
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.vi
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.atcorr
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery/i.modis.qc
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/imagery
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/ps/ps.map
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/d.correlate
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/d.redraw
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/d.rast.edit
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/d.to.rast
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/d.rast.leg
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/d.out.file
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/d.frame
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/d.polar
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/d.shade
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/db.in.ogr
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/d.what.vect
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/d.what.rast
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/db.droptable
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/db.dropcolumn
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/db.test
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/db.out.ogr
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/db.univar
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/g.extension.all
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/g.search.modules
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/i.colors.enhance
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/g.manual
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/i.in.spotvgt
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/g.extension
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/i.image.mosaic
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/i.oif
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/i.spectral
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/m.proj
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/i.tasscap
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/r.colors.stddev
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/r.buffer.lowmem
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/r.blend
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/i.pansharpen
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/r.in.wms
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/r.fillnulls
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/r.import
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/r.grow
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/r.in.srtm
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/r.in.aster
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/r.mask
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/r.out.xyz
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/r.pack
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/r.reclass.area
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/r.plane
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/r.shade
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/r.rgb
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/r.unpack
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/r.tileset
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/r3.in.xyz
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/v.db.addcolumn
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/v.db.join
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/v.centroids
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/v.build.all
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/v.db.dropcolumn
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/v.db.addtable
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/v.db.droprow
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/v.db.droptable
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/v.db.univar
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/v.db.renamecolumn
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/v.db.reconnect.all
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/v.import
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/v.db.update
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/v.in.e00
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/v.in.geonames
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/v.dissolve
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/v.in.mapgen
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/v.in.lines
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/v.report
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/v.pack
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/v.rast.stats
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/v.what.strds
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/v.to.lines
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/v.unpack
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/v.in.wfs
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/v.what.vect
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/scripts/wxpyimgview
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.connect
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.remove
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.create
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.list
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.topology
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.merge
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.support
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.info
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.rast.accdetect
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.rast.accumulate
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.rast.aggregate
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.unregister
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.register
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.sample
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.rast.aggregate.ds
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.rast.colors
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.rast.contour
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.rast.mapcalc
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.rast.list
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.rast.to.rast3
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.rast.univar
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.rast.neighbors
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.rast.series
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.rast.algebra
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.rast.export
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.rast.gapfill
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.rast.out.vtk
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.rast.extract
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.rast.to.vect
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.rast.what
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.rast.import
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.rast3d.list
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.rast3d.extract
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.rast3d.mapcalc
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.rename
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.rast3d.algebra
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.rast3d.univar
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.snap
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.shift
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.select
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.vect.list
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.vect.export
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.vect.db.select
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.vect.algebra
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.vect.import
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.vect.what.strds
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.vect.extract
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.vect.observe.strds
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal/t.vect.univar
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/temporal
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/doc
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/gui/wxpython
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/visualization/ximgview
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/locale
> >> >> ......//rsgis/OSGeo/grass/grass7_trunk/man
> >> >> --
> >> >> 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: Thu Sep 29 17:31:30 PDT 2016
> >> >
> >> >
> >> >
> >> >
> >> >
> >> > cheers
> >> >
> >> >
> >> > On Wed, Sep 28, 2016 at 4:56 PM, Anna Petrášová <
> kratochanna at gmail.com>
> >> > wrote:
> >> >>
> >> >> On Wed, Sep 28, 2016 at 7:41 PM, JIA Pei <jp4work at gmail.com> wrote:
> >> >> >
> >> >> > My working Environment:     Ubuntu 16.04.1 + GCC/G++ 5.4.0
> >> >> >
> >> >> > I now moves to grass 7.3 SVN, which seems to be the right version I
> >> >> > should
> >> >> > go for????
> >> >> >
> >> >> > It seems I can do the following configuration directly...
> >> >> >
> >> >> > It seems OpenDWG has already been replaced by LibreDWG ??? Any plan
> >> >> > to
> >> >> > have
> >> >> > OpenDWG upgraded to LibreDWG???
> >> >> >
> >> >> >
> >> >> > CFLAGS="-O2 -Wall -fPIC" CXXFLAGS="-O2 -Wall -fPIC"  LDFLAGS="-s"
> >> >> > ./configure \
> >> >> >     --enable-largefile=yes \
> >> >> >     --with-blas=yes --with-blas-includes=/usr/include
> >> >> > --with-blas-libs=/usr/lib/libblas/ \
> >> >> >     --with-lapack=yes --with-lapack-includes=
> >> >> > --with-lapack-libs=/usr/lib/lapack \
> >> >> >     --with-netcdf= \
> >> >> >     --with-readline=yes
> >> >> > --with-readline-includes=/usr/include/readline
> >> >> > --with-readline-libs=/usr/lib/x86_64-linux-gnu \
> >> >> >     --with-openmp=yes --with-openmp-includes=/usr/
> lib/openmpi/include
> >> >> > --with-openmp-libs=/usr/lib/openmpi/lib \
> >> >> >     --with-pthread=yes --with-pthread-includes=
> --with-pthread-libs=
> >> >> > \
> >> >> >     --with-liblas=/usr/local/bin/liblas-config \
> >> >> >     --with-libredwg=yes --with-libredwg-includes=/usr/
> local/include
> >> >> > --with-libredwg-libs=/usr/local/lib \
> >> >> >     --with-nls \
> >> >> >     --with-cxx \
> >> >> >     --with-proj-share=/usr/share/proj/ \
> >> >> >     --with-geos \
> >> >> >     --with-wxwidgets \
> >> >> >     --with-cairo \
> >> >> >     --with-opengl-libs=/usr/include/GL \
> >> >> >     --with-freetype=yes
> >> >> > --with-freetype-includes="/usr/include/freetype2/" \
> >> >> >     --with-postgres=no \
> >> >> >     --with-sqlite=yes \
> >> >> >     --with-mysql=yes --with-mysql-includes="/usr/include/mysql" \
> >> >> >     --with-odbc=no \
> >> >> >     --with-bzlib=yes --with-bzlib-includes=/usr/include
> >> >> > --with-bzlib-libs=/usr/lib/x86_64-linux-gnu \
> >> >> >     --with-opencl=yes --with-opencl-includes=/usr/
> local/cuda/include
> >> >> > --with-opencl-libs=/usr/local/cuda/lib64 \
> >> >> >      2>&1 | tee config_log.txt
> >> >> >
> >> >> >
> >> >> > GRASS is now configured for:  x86_64-pc-linux-gnu
> >> >> >
> >> >> >  Source directory:
> >> >> > /home/jiapei/Downloads/rsgis/OSGeo/grass/grass-7.3
> >> >> >  Build directory:
> >> >> > /home/jiapei/Downloads/rsgis/OSGeo/grass/grass-7.3
> >> >> >  Installation directory:     ${prefix}/grass-7.3.svn
> >> >> >  Startup script in directory:${exec_prefix}/bin
> >> >> >  C compiler:                 gcc -O2 -Wall -fPIC
> >> >> >  C++ compiler:               c++ -O2 -Wall -fPIC
> >> >> >  Building shared libraries:  yes
> >> >> >  OpenGL platform:            X11
> >> >> >
> >> >> >  MacOSX application:         no
> >> >> >  MacOSX architectures:
> >> >> >  MacOSX SDK:
> >> >> >
> >> >> >  BLAS support:               yes
> >> >> >  BZIP2 support:              yes
> >> >> >  C++ support:                yes
> >> >> >  Cairo support:              yes
> >> >> >  DWG support:                no
> >> >> >  FFTW support:               yes
> >> >> >  FreeType support:           yes
> >> >> >  GDAL support:               yes
> >> >> >  GEOS support:               yes
> >> >> >  LAPACK support:             yes
> >> >> >  Large File support (LFS):   yes
> >> >> >  libLAS support:             yes
> >> >> >  MySQL support:              yes
> >> >> >  NetCDF support:             yes
> >> >> >  NLS support:                yes
> >> >> >  ODBC support:               no
> >> >> >  OGR support:                yes
> >> >> >  OpenCL support:             yes
> >> >> >  OpenGL support:             yes
> >> >> >  OpenMP support:             yes
> >> >> >  PDAL support:               no
> >> >> >  PNG support:                yes
> >> >> >  POSIX thread support:       yes
> >> >> >  PostgreSQL support:         no
> >> >> >  Readline support:           yes
> >> >> >  Regex support:              yes
> >> >> >  SQLite support:             yes
> >> >> >  TIFF support:               yes
> >> >> >  X11 support:                yes
> >> >> >
> >> >> >
> >> >> >
> >> >> > However, it fails to build...
> >> >> >
> >> >> >
> >> >> > GISBASE="....../grass/grass-7.3/dist.x86_64-pc-linux-gnu"
> >> >> > ARCH="x86_64-pc-linux-gnu"
> >> >> > ARCH_DISTDIR="....../grass/grass-7.3/dist.x86_64-pc-linux-gnu"
> >> >> > VERSION_NUMBER=7.3.svn VERSION_DATE=2016 python
> ./build_full_index.py
> >> >> >   File "./build_full_index.py", line 35
> >> >> >     classes.append((prefix, class_labels.get(prefix, prefix)))
> >> >> >                                                              ^
> >> >> > TabError: inconsistent use of tabs and spaces in indentation
> >> >>
> >> >>
> >> >> Please try again, I just fixed it.
> >> >>
> >> >> Anna
> >> >>
> >> >> > Makefile:105: recipe for target
> >> >> >
> >> >> >
> >> >> > '....../grass/grass-7.3/dist.x86_64-pc-linux-gnu/docs/html/
> full_index.html'
> >> >> > failed
> >> >> > make[3]: ***
> >> >> >
> >> >> >
> >> >> > [....../grass/grass-7.3/dist.x86_64-pc-linux-gnu/docs/html/
> full_index.html]
> >> >> > Error 1
> >> >> > make[3]: Leaving directory '....../grass/grass-7.3/man'
> >> >> > Makefile:43: recipe for target 'default' failed
> >> >> > make[2]: *** [default] Error 2
> >> >> > make[2]: Leaving directory '....../grass/grass-7.3/man'
> >> >> > make[2]: Entering directory '....../grass/grass-7.3/macosx'
> >> >> > make[2]: Leaving directory '....../grass/grass-7.3/macosx'
> >> >> > make[2]: Entering directory '....../grass/grass-7.3/mswindows'
> >> >> > make[2]: Nothing to be done for 'first'.
> >> >> > make[2]: Leaving directory '....../grass/grass-7.3/mswindows'
> >> >> > make[1]: Leaving directory '....../grass/grass-7.3'
> >> >> > make ....../grass/grass-7.3/dist.x86_64-pc-linux-gnu/AUTHORS
> >> >> > ....../grass/grass-7.3/dist.x86_64-pc-linux-gnu/CHANGES
> >> >> > ....../grass/grass-7.3/dist.x86_64-pc-linux-gnu/CITING
> >> >> > ....../grass/grass-7.3/dist.x86_64-pc-linux-gnu/COPYING
> >> >> > ....../grass/grass-7.3/dist.x86_64-pc-linux-gnu/GPL.TXT
> >> >> > ....../grass/grass-7.3/dist.x86_64-pc-linux-gnu/INSTALL
> >> >> > ....../grass/grass-7.3/dist.x86_64-pc-linux-gnu/REQUIREMENTS.html
> >> >> > ....../grass/grass-7.3/dist.x86_64-pc-linux-gnu/contributors.csv
> >> >> >
> >> >> > ....../grass/grass-7.3/dist.x86_64-pc-linux-gnu/
> contributors_extra.csv
> >> >> > ....../grass/grass-7.3/dist.x86_64-pc-linux-gnu/translators.csv
> >> >> > make[1]: Entering directory '....../grass/grass-7.3'
> >> >> > make[1]: '....../grass/grass-7.3/dist.x86_64-pc-linux-gnu/AUTHORS'
> is
> >> >> > up
> >> >> > to
> >> >> > date.
> >> >> > make[1]: '....../grass/grass-7.3/dist.x86_64-pc-linux-gnu/CHANGES'
> is
> >> >> > up
> >> >> > to
> >> >> > date.
> >> >> > make[1]: '....../grass/grass-7.3/dist.x86_64-pc-linux-gnu/CITING'
> is
> >> >> > up
> >> >> > to
> >> >> > date.
> >> >> > make[1]: '....../grass/grass-7.3/dist.x86_64-pc-linux-gnu/COPYING'
> is
> >> >> > up
> >> >> > to
> >> >> > date.
> >> >> > make[1]: '....../grass/grass-7.3/dist.x86_64-pc-linux-gnu/GPL.TXT'
> is
> >> >> > up
> >> >> > to
> >> >> > date.
> >> >> > make[1]: '....../grass/grass-7.3/dist.x86_64-pc-linux-gnu/INSTALL'
> is
> >> >> > up
> >> >> > to
> >> >> > date.
> >> >> > make[1]:
> >> >> > '....../grass/grass-7.3/dist.x86_64-pc-linux-gnu/
> REQUIREMENTS.html'
> >> >> > is up to date.
> >> >> > make[1]:
> >> >> > '....../grass/grass-7.3/dist.x86_64-pc-linux-gnu/contributors.csv'
> >> >> > is up to date.
> >> >> > make[1]:
> >> >> >
> >> >> > '....../grass/grass-7.3/dist.x86_64-pc-linux-gnu/
> contributors_extra.csv'
> >> >> > is
> >> >> > up to date.
> >> >> > make[1]:
> >> >> > '....../grass/grass-7.3/dist.x86_64-pc-linux-gnu/translators.csv'
> >> >> > is up to date.
> >> >> > make[1]: Leaving directory '....../grass/grass-7.3'
> >> >> > make manifests
> >> >> > make[1]: Entering directory '....../grass/grass-7.3'
> >> >> > make[1]: Nothing to be done for 'manifests'.
> >> >> > make[1]: Leaving directory '....../grass/grass-7.3'
> >> >> > GRASS GIS 7.3.svn r69562M compilation log
> >> >> > --------------------------------------------------
> >> >> > Started compilation: Wed Sep 28 16:37:18 PDT 2016
> >> >> > --
> >> >> > Errors in:
> >> >> > ....../grass/grass-7.3/lib/pngdriver
> >> >> > ....../grass/grass-7.3/lib/psdriver
> >> >> > ....../grass/grass-7.3/lib/htmldriver
> >> >> > ....../grass/grass-7.3/lib/cairodriver
> >> >> > ....../grass/grass-7.3/lib/db/sqlp
> >> >> > ....../grass/grass-7.3/lib/vector
> >> >> > ....../grass/grass-7.3/lib/imagery
> >> >> > ....../grass/grass-7.3/lib/cluster
> >> >> > ....../grass/grass-7.3/lib/rst/interp_float
> >> >> > ....../grass/grass-7.3/lib/lidar
> >> >> > ....../grass/grass-7.3/lib/raster3d/test
> >> >> > ....../grass/grass-7.3/lib/ogsf
> >> >> > ....../grass/grass-7.3/lib/nviz
> >> >> > ....../grass/grass-7.3/lib/python/exceptions
> >> >> > ....../grass/grass-7.3/lib/python/script
> >> >> > ....../grass/grass-7.3/lib/python/ctypes
> >> >> > ....../grass/grass-7.3/lib/python/temporal
> >> >> > ....../grass/grass-7.3/lib/python/pygrass
> >> >> > ....../grass/grass-7.3/lib/python/pydispatch
> >> >> > ....../grass/grass-7.3/lib/python/imaging
> >> >> > ....../grass/grass-7.3/lib/python/gunittest
> >> >> > ....../grass/grass-7.3/lib/manage
> >> >> > ....../grass/grass-7.3/db
> >> >> > ....../grass/grass-7.3/display
> >> >> > ....../grass/grass-7.3/general/g.access
> >> >> > ....../grass/grass-7.3/general/g.cairocomp
> >> >> > ....../grass/grass-7.3/general/g.copy
> >> >> > ....../grass/grass-7.3/general/g.dirseps
> >> >> > ....../grass/grass-7.3/general/g.filename
> >> >> > ....../grass/grass-7.3/general/g.findetc
> >> >> > ....../grass/grass-7.3/general/g.findfile
> >> >> > ....../grass/grass-7.3/general/g.gisenv
> >> >> > ....../grass/grass-7.3/general/g.gui
> >> >> > ....../grass/grass-7.3/general/g.list
> >> >> > ....../grass/grass-7.3/general/g.mapset
> >> >> > ....../grass/grass-7.3/general/g.mapsets
> >> >> > ....../grass/grass-7.3/general/g.message
> >> >> > ....../grass/grass-7.3/general/g.mkfontcap
> >> >> > ....../grass/grass-7.3/general/g.parser
> >> >> > ....../grass/grass-7.3/general/g.pnmcomp
> >> >> > ....../grass/grass-7.3/general/g.ppmtopng
> >> >> > ....../grass/grass-7.3/general/g.proj
> >> >> > ....../grass/grass-7.3/general/g.region
> >> >> > ....../grass/grass-7.3/general/g.remove
> >> >> > ....../grass/grass-7.3/general/g.rename
> >> >> > ....../grass/grass-7.3/general/g.tempfile
> >> >> > ....../grass/grass-7.3/general/g.version
> >> >> > ....../grass/grass-7.3/general/manage/lister
> >> >> > ....../grass/grass-7.3/raster
> >> >> > ....../grass/grass-7.3/raster3d
> >> >> > ....../grass/grass-7.3/vector
> >> >> > ....../grass/grass-7.3/misc/m.cogo
> >> >> > ....../grass/grass-7.3/misc/m.measure
> >> >> > ....../grass/grass-7.3/misc/m.nviz.image
> >> >> > ....../grass/grass-7.3/misc/m.nviz.script
> >> >> > ....../grass/grass-7.3/misc/m.transform
> >> >> > ....../grass/grass-7.3/imagery
> >> >> > ....../grass/grass-7.3/ps/ps.map
> >> >> > ....../grass/grass-7.3/scripts/d.correlate
> >> >> > ....../grass/grass-7.3/scripts/d.frame
> >> >> > ....../grass/grass-7.3/scripts/d.out.file
> >> >> > ....../grass/grass-7.3/scripts/d.to.rast
> >> >> > ....../grass/grass-7.3/scripts/d.polar
> >> >> > ....../grass/grass-7.3/scripts/d.rast.edit
> >> >> > ....../grass/grass-7.3/scripts/d.rast.leg
> >> >> > ....../grass/grass-7.3/scripts/d.redraw
> >> >> > ....../grass/grass-7.3/scripts/d.shade
> >> >> > ....../grass/grass-7.3/scripts/d.what.rast
> >> >> > ....../grass/grass-7.3/scripts/d.what.vect
> >> >> > ....../grass/grass-7.3/scripts/db.dropcolumn
> >> >> > ....../grass/grass-7.3/scripts/db.droptable
> >> >> > ....../grass/grass-7.3/scripts/db.in.ogr
> >> >> > ....../grass/grass-7.3/scripts/db.out.ogr
> >> >> > ....../grass/grass-7.3/scripts/db.test
> >> >> > ....../grass/grass-7.3/scripts/db.univar
> >> >> > ....../grass/grass-7.3/scripts/g.extension
> >> >> > ....../grass/grass-7.3/scripts/g.extension.all
> >> >> > ....../grass/grass-7.3/scripts/g.manual
> >> >> > ....../grass/grass-7.3/scripts/g.search.modules
> >> >> > ....../grass/grass-7.3/scripts/i.colors.enhance
> >> >> > ....../grass/grass-7.3/scripts/i.image.mosaic
> >> >> > ....../grass/grass-7.3/scripts/i.in.spotvgt
> >> >> > ....../grass/grass-7.3/scripts/i.oif
> >> >> > ....../grass/grass-7.3/scripts/i.pansharpen
> >> >> > ....../grass/grass-7.3/scripts/i.spectral
> >> >> > ....../grass/grass-7.3/scripts/i.tasscap
> >> >> > ....../grass/grass-7.3/scripts/m.proj
> >> >> > ....../grass/grass-7.3/scripts/r.blend
> >> >> > ....../grass/grass-7.3/scripts/r.buffer.lowmem
> >> >> > ....../grass/grass-7.3/scripts/r.colors.stddev
> >> >> > ....../grass/grass-7.3/scripts/r.fillnulls
> >> >> > ....../grass/grass-7.3/scripts/r.grow
> >> >> > ....../grass/grass-7.3/scripts/r.import
> >> >> > ....../grass/grass-7.3/scripts/r.in.aster
> >> >> > ....../grass/grass-7.3/scripts/r.in.srtm
> >> >> > ....../grass/grass-7.3/scripts/r.in.wms
> >> >> > ....../grass/grass-7.3/scripts/r.mask
> >> >> > ....../grass/grass-7.3/scripts/r.out.xyz
> >> >> > ....../grass/grass-7.3/scripts/r.pack
> >> >> > ....../grass/grass-7.3/scripts/r.plane
> >> >> > ....../grass/grass-7.3/scripts/r.reclass.area
> >> >> > ....../grass/grass-7.3/scripts/r.rgb
> >> >> > ....../grass/grass-7.3/scripts/r.shade
> >> >> > ....../grass/grass-7.3/scripts/r.tileset
> >> >> > ....../grass/grass-7.3/scripts/r.unpack
> >> >> > ....../grass/grass-7.3/scripts/r3.in.xyz
> >> >> > ....../grass/grass-7.3/scripts/v.build.all
> >> >> > ....../grass/grass-7.3/scripts/v.centroids
> >> >> > ....../grass/grass-7.3/scripts/v.db.addcolumn
> >> >> > ....../grass/grass-7.3/scripts/v.db.addtable
> >> >> > ....../grass/grass-7.3/scripts/v.db.join
> >> >> > ....../grass/grass-7.3/scripts/v.db.dropcolumn
> >> >> > ....../grass/grass-7.3/scripts/v.db.droprow
> >> >> > ....../grass/grass-7.3/scripts/v.db.droptable
> >> >> > ....../grass/grass-7.3/scripts/v.db.renamecolumn
> >> >> > ....../grass/grass-7.3/scripts/v.db.reconnect.all
> >> >> > ....../grass/grass-7.3/scripts/v.db.univar
> >> >> > ....../grass/grass-7.3/scripts/v.db.update
> >> >> > ....../grass/grass-7.3/scripts/v.dissolve
> >> >> > ....../grass/grass-7.3/scripts/v.import
> >> >> > ....../grass/grass-7.3/scripts/v.in.e00
> >> >> > ....../grass/grass-7.3/scripts/v.in.geonames
> >> >> > ....../grass/grass-7.3/scripts/v.in.lines
> >> >> > ....../grass/grass-7.3/scripts/v.in.mapgen
> >> >> > ....../grass/grass-7.3/scripts/v.in.wfs
> >> >> > ....../grass/grass-7.3/scripts/v.rast.stats
> >> >> > ....../grass/grass-7.3/scripts/v.report
> >> >> > ....../grass/grass-7.3/scripts/v.pack
> >> >> > ....../grass/grass-7.3/scripts/v.to.lines
> >> >> > ....../grass/grass-7.3/scripts/v.unpack
> >> >> > ....../grass/grass-7.3/scripts/v.what.strds
> >> >> > ....../grass/grass-7.3/scripts/v.what.vect
> >> >> > ....../grass/grass-7.3/scripts/wxpyimgview
> >> >> > ....../grass/grass-7.3/temporal
> >> >> > ....../grass/grass-7.3/gui/wxpython
> >> >> > ....../grass/grass-7.3/visualization/ximgview
> >> >> > ....../grass/grass-7.3/locale
> >> >> > ....../grass/grass-7.3/man
> >> >> > --
> >> >> > 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: Wed Sep 28 16:37:31 PDT 2016
> >> >> > Makefile:57: recipe for target 'default' failed
> >> >> > make: *** [default] Error 1
> >> >> > jiapei:grass-7.3$
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> > On Wed, Sep 28, 2016 at 4:56 AM, Thomas Adams <tea3rd at gmail.com>
> >> >> > wrote:
> >> >> >>
> >> >> >> You can compile with hdf5... not a problem; same with python3, I
> >> >> >> believe
> >> >> >>
> >> >> >> Tom
> >> >> >>
> >> >> >>
> >> >> >> On Wed, Sep 28, 2016 at 7:05 AM, JIA Pei <jp4work at gmail.com>
> wrote:
> >> >> >>>
> >> >> >>>
> >> >> >>> By this command " sudo apt-get build-dep grass", I got:
> >> >> >>>
> >> >> >>>> The following NEW packages will be installed:
> >> >> >>>>  autoconf2.13 libgdal-dev libgdal1i libhdf4-0-alt
> libhdf4-alt-dev
> >> >> >>>> liblas-c-dev liblas-c3 liblas-dev liblas3 netcdf-bin python-pil
> >> >> >>>> python-ply
> >> >> >>>> python-wxgtk3.0 python-wxversion
> >> >> >>>
> >> >> >>>
> >> >> >>> But, unfortunately,
> >> >> >>> 1)  installed my own libgdal-dev, instead of Ubuntu's default one
> >> >> >>> from
> >> >> >>> repository
> >> >> >>> 2)  I NEVER use libhdf4, clearly I prefer libhdf5
> >> >> >>> 3) I use Python 3.5.2, instead of python 2
> >> >> >>> 4) liblas from repository requires libgdal-dev from repository,
> and
> >> >> >>> relies on libhdf4 ....
> >> >> >>>
> >> >> >>>
> >> >> >>> So, will grass move to
> >> >> >>> Python3
> >> >> >>> libhdf5
> >> >> >>> ?????
> >> >> >>>
> >> >> >>>
> >> >> >>> Cheers
> >> >> >>>
> >> >> >>>
> >> >> >>>
> >> >> >>> On Tue, Sep 27, 2016 at 6:41 PM, Thomas Adams <tea3rd at gmail.com>
> >> >> >>> wrote:
> >> >> >>>>
> >> >> >>>> Go here:
> >> >> >>>> https://grasswiki.osgeo.org/wiki/Compile_and_Install_Ubuntu
> >> >> >>>>
> >> >> >>>> Look at this:
> >> >> >>>>
> >> >> >>>>
> >> >> >>>>  tar xzf grass-7.0.4.tar.gz
> >> >> >>>>  cd grass-7.0.4/
> >> >> >>>>
> >> >> >>>>  # install build dependency packages:
> >> >> >>>>  sudo apt-get build-dep grass
> >> >> >>>>
> >> >> >>>>  # configure to taste..
> >> >> >>>> CFLAGS="-O2 -Wall" LDFLAGS="-s" ./configure \
> >> >> >>>>     --enable-largefile=yes \
> >> >> >>>>     --with-nls \
> >> >> >>>>     --with-cxx \
> >> >> >>>>     --with-proj-share=/usr/share/proj/ \
> >> >> >>>>     --with-geos \
> >> >> >>>>     --with-wxwidgets \
> >> >> >>>>     --with-cairo \
> >> >> >>>>     --with-opengl-libs=/usr/include/GL \
> >> >> >>>>     --with-freetype=yes
> >> >> >>>> --with-freetype-includes="/usr/include/freetype2/" \
> >> >> >>>>     --with-postgres=yes
> >> >> >>>> --with-postgres-includes="/usr/include/postgresql" \
> >> >> >>>>     --with-sqlite=yes \
> >> >> >>>>     --with-mysql=yes --with-mysql-includes="/usr/include/mysql"
> \
> >> >> >>>>     --with-odbc=no \
> >> >> >>>>      2>&1 | tee config_log.txt
> >> >> >>>>
> >> >> >>>>  # build using 4 CPU cores
> >> >> >>>>  time make -j 4 2>&1 | tee build_log.txt
> >> >> >>>>
> >> >> >>>>  sudo make install
> >> >> >>>>
> >> >> >>>>
> >> >> >>>>
> >> >> >>>>
> >> >> >>>> Tom
> >> >> >>>>
> >> >> >>>> On Tue, Sep 27, 2016 at 8:34 PM, JIA Pei <jp4work at gmail.com>
> >> >> >>>> wrote:
> >> >> >>>>>
> >> >> >>>>>
> >> >> >>>>> Hi, all:
> >> >> >>>>>
> >> >> >>>>> I failed to configure grass-7.0.4, can anybody give me a hand?
> >> >> >>>>> OS: Ubuntu 16.04.1
> >> >> >>>>> GCC/G++: Ubuntu 5.4.0-6ubuntu1~16.04.2
> >> >> >>>>> FreeType: libfreetype6 2.6.1-0.1ubuntu2
> >> >> >>>>>
> >> >> >>>>>
> >> >> >>>>>>
> >> >> >>>>>> jiapei:grass-7.0.4$ ./configure
> >> >> >>>>>> checking host system type... x86_64-pc-linux-gnu
> >> >> >>>>>> checking for gcc... gcc
> >> >> >>>>>> checking whether the C compiler (gcc  ) works... yes
> >> >> >>>>>> checking whether the C compiler (gcc  ) is a cross-compiler...
> >> >> >>>>>> no
> >> >> >>>>>> checking whether we are using GNU C... yes
> >> >> >>>>>> checking whether gcc accepts -g... yes
> >> >> >>>>>> checking for Cygwin environment... no
> >> >> >>>>>> checking for mingw32 environment... no
> >> >> >>>>>> checking for executable suffix... no
> >> >> >>>>>> checking for full floating-point support... yes
> >> >> >>>>>> checking for pwd... /bin/pwd
> >> >> >>>>>> checking for source directory...
> >> >> >>>>>> /home/jiapei/Downloads/rsgis/OSGeo/grass/grass-7.0.4
> >> >> >>>>>> checking for build directory...
> >> >> >>>>>> /home/jiapei/Downloads/rsgis/OSGeo/grass/grass-7.0.4
> >> >> >>>>>> checking for svnversion... /usr/bin/svnversion
> >> >> >>>>>> checking for MacOSX App... no
> >> >> >>>>>> checking for MacOSX architectures... no
> >> >> >>>>>> checking for MacOSX SDK... no
> >> >> >>>>>> checking how to build libraries... shared
> >> >> >>>>>> checking for additional include dirs...
> >> >> >>>>>> checking for additional library dirs...
> >> >> >>>>>> checking for a BSD compatible install... /usr/bin/install -c
> >> >> >>>>>> checking for flex... flex
> >> >> >>>>>> checking for yywrap in -lfl... yes
> >> >> >>>>>> checking for bison... bison -y
> >> >> >>>>>> checking for ranlib... ranlib
> >> >> >>>>>> checking for ar... ar
> >> >> >>>>>> checking for env... env
> >> >> >>>>>> checking for perl... /usr/bin/perl
> >> >> >>>>>> checking how to run the C preprocessor... gcc -E
> >> >> >>>>>> checking for ANSI C header files... yes
> >> >> >>>>>> checking for limits.h... yes
> >> >> >>>>>> checking for termio.h... yes
> >> >> >>>>>> checking for termios.h... yes
> >> >> >>>>>> checking for unistd.h... yes
> >> >> >>>>>> checking for values.h... yes
> >> >> >>>>>> checking for f2c.h... yes
> >> >> >>>>>> checking for g2c.h... no
> >> >> >>>>>> checking for sys/ioctl.h... yes
> >> >> >>>>>> checking for sys/mtio.h... yes
> >> >> >>>>>> checking for sys/resource.h... yes
> >> >> >>>>>> checking for sys/time.h... yes
> >> >> >>>>>> checking for sys/timeb.h... yes
> >> >> >>>>>> checking for sys/types.h... yes
> >> >> >>>>>> checking for sys/utsname.h... yes
> >> >> >>>>>> checking for libintl.h... yes
> >> >> >>>>>> checking for iconv.h... yes
> >> >> >>>>>> checking for langinfo.h... yes
> >> >> >>>>>> checking whether time.h and sys/time.h may both be included...
> >> >> >>>>>> yes
> >> >> >>>>>> checking for off_t... yes
> >> >> >>>>>> checking for uid_t in sys/types.h... yes
> >> >> >>>>>> checking return type of signal handlers... void
> >> >> >>>>>> checking for Cygwin environment... no
> >> >> >>>>>> checking for ftime... yes
> >> >> >>>>>> checking for gethostname... yes
> >> >> >>>>>> checking for gettimeofday... yes
> >> >> >>>>>> checking for lseek... yes
> >> >> >>>>>> checking for nice... yes
> >> >> >>>>>> checking for time... yes
> >> >> >>>>>> checking for uname... yes
> >> >> >>>>>> checking for seteuid... yes
> >> >> >>>>>> checking for setpriority... yes
> >> >> >>>>>> checking for setreuid... yes
> >> >> >>>>>> checking for setruid... no
> >> >> >>>>>> checking for drand48... yes
> >> >> >>>>>> checking for putenv... yes
> >> >> >>>>>> checking for setenv... yes
> >> >> >>>>>> checking for nanosleep... yes
> >> >> >>>>>> checking whether setpgrp takes no argument... yes
> >> >> >>>>>> checking for long long int... yes
> >> >> >>>>>> checking for W11... no
> >> >> >>>>>> checking for X... libraries , headers
> >> >> >>>>>> checking for dnet_ntoa in -ldnet... yes
> >> >> >>>>>> checking for gethostbyname... yes
> >> >> >>>>>> checking for connect... yes
> >> >> >>>>>> checking for remove... yes
> >> >> >>>>>> checking for shmat... yes
> >> >> >>>>>> checking for IceConnectionNumber in -lICE... yes
> >> >> >>>>>> checking for library containing cuserid... none required
> >> >> >>>>>> checking for asprintf... yes
> >> >> >>>>>> checking for atan... no
> >> >> >>>>>> checking for atan in -lm... yes
> >> >> >>>>>> checking for dlsym... no
> >> >> >>>>>> checking for dlsym in -ldl... yes
> >> >> >>>>>> checking for iconv... yes
> >> >> >>>>>> checking for socket... yes
> >> >> >>>>>> checking for location of zlib includes...
> >> >> >>>>>> checking for zlib.h... yes
> >> >> >>>>>> checking for location of zlib library...
> >> >> >>>>>> checking for deflate in -lz... yes
> >> >> >>>>>> checking for location of External PROJ.4 includes...
> >> >> >>>>>> checking for proj_api.h... yes
> >> >> >>>>>> checking External PROJ.4 version... 492
> >> >> >>>>>> checking for location of External PROJ.4 library...
> >> >> >>>>>> checking for pj_get_def in -lproj... yes
> >> >> >>>>>> checking for location of External PROJ.4 data files...
> >> >> >>>>>> configure: warning: *** External PROJ.4 directory not
> specified;
> >> >> >>>>>> default will be used
> >> >> >>>>>> checking for /usr/share/proj/epsg... yes
> >> >> >>>>>> checking for nad2bin... /usr/bin/nad2bin
> >> >> >>>>>> checking whether to use regex... yes
> >> >> >>>>>> checking for location of regex includes...
> >> >> >>>>>> checking for regex.h... yes
> >> >> >>>>>> checking for location of regex library...
> >> >> >>>>>> checking for regcomp... yes
> >> >> >>>>>> checking whether to use Readline... no
> >> >> >>>>>> checking whether to use GDAL... yes
> >> >> >>>>>> checking for gdal-config... /usr/local/bin/gdal-config
> >> >> >>>>>> checking whether to use libLAS... no
> >> >> >>>>>> checking whether to use NetCDF... no
> >> >> >>>>>> checking whether to use GEOS... no
> >> >> >>>>>> checking whether to use TIFF... yes
> >> >> >>>>>> checking for location of TIFF includes...
> >> >> >>>>>> checking for tiffio.h... yes
> >> >> >>>>>> checking for location of TIFF library...
> >> >> >>>>>> checking for TIFFOpen in -ltiff... yes
> >> >> >>>>>> checking whether to use PNG... yes
> >> >> >>>>>> checking for location of PNG includes...
> >> >> >>>>>> checking for png.h... yes
> >> >> >>>>>> checking for location of PNG library...
> >> >> >>>>>> checking for png_read_image in -lpng... yes
> >> >> >>>>>> checking whether to use PostgreSQL... no
> >> >> >>>>>> checking whether to use MySQL... no
> >> >> >>>>>> checking whether to use SQLite... yes
> >> >> >>>>>> checking for location of SQLite includes...
> >> >> >>>>>> checking for sqlite3.h... yes
> >> >> >>>>>> checking for location of SQLite library...
> >> >> >>>>>> checking for sqlite3_open in -lsqlite3... yes
> >> >> >>>>>> checking whether to use OpenGL... yes
> >> >> >>>>>> checking for location of OpenGL includes...
> >> >> >>>>>> checking for GL/gl.h... yes
> >> >> >>>>>> checking for GL/glu.h... yes
> >> >> >>>>>> checking for location of OpenGL library...
> >> >> >>>>>> checking for glBegin in -lGL... yes
> >> >> >>>>>> checking for gluBeginCurve in -lGLU... yes
> >> >> >>>>>> checking for glXCreatePbuffer... yes
> >> >> >>>>>> checking for glXCreateGLXPixmap... yes
> >> >> >>>>>> checking whether to use ODBC... no
> >> >> >>>>>> checking whether to use FFTW... yes
> >> >> >>>>>> checking for location of FFTW includes...
> >> >> >>>>>> checking for fftw3.h... yes
> >> >> >>>>>> checking for location of FFTW library...
> >> >> >>>>>> checking for fftw_execute in -lfftw3... yes
> >> >> >>>>>> checking whether to use BLAS... no
> >> >> >>>>>> checking whether to use LAPACK... no
> >> >> >>>>>> checking whether to use Cairo... yes
> >> >> >>>>>> checking for location of cairo includes...
> >> >> >>>>>> checking for cairo.h... yes
> >> >> >>>>>> checking for location of cairo library...
> >> >> >>>>>> checking for cairo linking flags...
> >> >> >>>>>> checking for cairo_create... yes
> >> >> >>>>>> checking for cairo_xlib_surface_create_with_xrender_format...
> >> >> >>>>>> yes
> >> >> >>>>>> checking for cairo_xlib_surface_get_xrender_format... yes
> >> >> >>>>>> checking whether to use FreeType... yes
> >> >> >>>>>> checking for location of FreeType includes...
> >> >> >>>>>> checking for ft2build.h... no
> >> >> >>>>>> configure: error: *** Unable to locate FreeType includes.
> >> >> >>>>>> jiapei:grass-7.0.4$
> >> >> >>>>>
> >> >> >>>>>
> >> >> >>>>>
> >> >> >>>>>
> >> >> >>>>> Cheers
> >> >> >>>>> --
> >> >> >>>>>
> >> >> >>>>> Pei JIA, Ph.D.
> >> >> >>>>>
> >> >> >>>>> Email: jp4work at gmail.com
> >> >> >>>>> cell in Canada:    +1 778-863-5816
> >> >> >>>>> cell in China: +86 186-8244-3503
> >> >> >>>>>
> >> >> >>>>> Welcome to Vision Open
> >> >> >>>>> http://www.visionopen.com
> >> >> >>>>>
> >> >> >>>>> _______________________________________________
> >> >> >>>>> grass-user mailing list
> >> >> >>>>> grass-user at lists.osgeo.org
> >> >> >>>>> http://lists.osgeo.org/mailman/listinfo/grass-user
> >> >> >>>>
> >> >> >>>>
> >> >> >>>>
> >> >> >>>
> >> >> >>>
> >> >> >>>
> >> >> >>> --
> >> >> >>>
> >> >> >>> Pei JIA, Ph.D.
> >> >> >>>
> >> >> >>> Email: jp4work at gmail.com
> >> >> >>> cell in Canada:    +1 778-863-5816
> >> >> >>> cell in China: +86 186-8244-3503
> >> >> >>>
> >> >> >>> Welcome to Vision Open
> >> >> >>> http://www.visionopen.com
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >
> >> >> >
> >> >> >
> >> >> > --
> >> >> >
> >> >> > Pei JIA, Ph.D.
> >> >> >
> >> >> > Email: jp4work at gmail.com
> >> >> > cell in Canada:    +1 778-863-5816
> >> >> > cell in China: +86 186-8244-3503
> >> >> >
> >> >> > Welcome to Vision Open
> >> >> > http://www.visionopen.com
> >> >> >
> >> >> > _______________________________________________
> >> >> > grass-user mailing list
> >> >> > grass-user at lists.osgeo.org
> >> >> > http://lists.osgeo.org/mailman/listinfo/grass-user
> >> >
> >> >
> >> >
> >> >
> >> > --
> >> >
> >> > Pei JIA, Ph.D.
> >> >
> >> > Email: jp4work at gmail.com
> >> > cell in Canada:    +1 778-863-5816
> >> > cell in China: +86 186-8244-3503
> >> >
> >> > Welcome to Vision Open
> >> > http://www.visionopen.com
> >
> >
> >
> >
> > --
> >
> > Pei JIA, Ph.D.
> >
> > Email: jp4work at gmail.com
> > cell in Canada:    +1 778-863-5816
> > cell in China: +86 186-8244-3503
> >
> > Welcome to Vision Open
> > http://www.visionopen.com
>



-- 

Pei JIA, Ph.D.

Email: jp4work at gmail.com
cell in Canada:    +1 778-863-5816
cell in China: +86 186-8244-3503

Welcome to Vision Open
http://www.visionopen.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-user/attachments/20160929/5acd7b90/attachment-0001.html>


More information about the grass-user mailing list