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

Anna Petrášová kratochanna at gmail.com
Wed Sep 28 16:56:22 PDT 2016


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


More information about the grass-user mailing list