[GRASS-dev] Re: [GRASS GIS] #625: make errors (missing demolocation)
GRASS GIS
trac at osgeo.org
Wed Jun 17 08:05:54 EDT 2009
#625: make errors (missing demolocation)
-----------------------+----------------------------------------------------
Reporter: cnielsen | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: new
Priority: critical | Milestone: 7.0.0
Component: default | Version: svn-trunk
Resolution: | Keywords:
Platform: All | Cpu: All
-----------------------+----------------------------------------------------
Comment (by hamish):
I think I figured out how I was getting "config.status.unknown".
it was because I messed up the ./configure line:
{{{
CFLAGS="-ggdb -march=amdfam10 -Wall -Werror-implicit-function-declaration"
\
./configure \
--with-tcltk-includes=/usr/include/tcl8.5 --with-cairo \
--with-motif --with-python=/usr/bin/python2.5-config \
--with-readline --with-cxx --with-odbc --with-sqlite \
--with-freetype --with-freetype-includes=/usr/include/freetype2 \
--without-postgres --with-proj-share=/usr/share/proj \
--enable-64bit --with-pthread \
--with-wxwidgets=/usr/lib/wx/config/gtk2-unicode-release-2.8 \
\ #--with-ffmpeg --with-ffmpeg-includes=/usr/include/ffmpeg \
--with-geos \
2>&1 | tee config_log.txt
}}}
` \ #comment` is a problem.. causes this to happen when you run
./configure:
{{{
configure: warning: #--with-ffmpeg: invalid host type
checking host system type... Invalid configuration `#--with-ffmpeg':
machine `#--with' not recognized
checking for gcc... gcc
}}}
I don't really understand why ./configure continues weirdly, but if I get
rid of the `\ #--with-ffmpeg` line it all builds ok.
sorry for hijacking this bug with a stupid mistake,
Hamish
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/625#comment:12>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list