Changes between Initial Version and Version 1 of Ticket #6116


Ignore:
Timestamp:
Sep 15, 2015, 8:52:03 AM (9 years ago)
Author:
peterdm
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6116 – Description

    initial v1  
    1 Steps to reproduce (on Linux):
    2 1) Untar/unzip the gdal sources into /tmp
    3 2) Rename gdal-2.0.0 to "gdal 2.0.0" (a dir containing at least one space)
    4 3) Enter the dir
    5 3) ./configure
    6 -> works
    7 4) make
    8 -> fails because it doesn't see the whole dir name - the root dir is cut off at the first space
     1Steps to reproduce (on Linux):[[BR]]
     2
     31) Untar/unzip the gdal sources into /tmp[[BR]]
     42) Rename gdal-2.0.0 to "gdal 2.0.0" (a dir containing at least one space)[[BR]]
     53) Enter the dir[[BR]]
     63) ./configure[[BR]]
     7  -> works[[BR]]
     84) make[[BR]]
     9  -> fails because it doesn't see the whole dir name - the root dir is cut off at the first space