[GRASS-dev] Re: [GRASS GIS] #625: make errors (missing demolocation)

GRASS GIS trac at osgeo.org
Wed Jun 17 17:56:57 EDT 2009


#625: make errors (missing demolocation)
-----------------------+----------------------------------------------------
  Reporter:  cnielsen  |       Owner:  grass-dev at lists.osgeo.org
      Type:  defect    |      Status:  closed                   
  Priority:  critical  |   Milestone:  7.0.0                    
 Component:  default   |     Version:  svn-trunk                
Resolution:  fixed     |    Keywords:                           
  Platform:  All       |         Cpu:  All                      
-----------------------+----------------------------------------------------
Comment (by glynn):

 Replying to [comment:12 hamish]:

 > ` \ #comment` is a problem.. causes this to happen when you run
 ./configure:
 >
 {{{
 configure: warning:  #--with-ffmpeg: invalid host type
 }}}
 >
 > I don't really understand why ./configure continues weirdly, but if I
 get rid of the `\ #--with-ffmpeg` line it all builds ok.

 bash treats "\ "" as a literal space, not a word separator. This means
 that the following # isn't at the beginning of a word, so it's treated as
 a literal # character rather than starting a comment. The end result is an
 argument of "{{{ #--with-ffmpeg}}}". As it's the first argument which
 doesn't begin with a dash, it's treated as the host type.

-- 
Ticket URL: <https://trac.osgeo.org/grass/ticket/625#comment:14>
GRASS GIS <http://grass.osgeo.org>


More information about the grass-dev mailing list