Opened 5 months ago
Last modified 5 months ago
#843 closed defect
running bootstrap.sh on new machine — at Initial Version
Reported by: | rkolka | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Package |
Version: | Keywords: | gsl | |
Cc: |
Description
I tried to run bootstrap.sh on a fresh machine. I've overcome 3 build errors, but I'm currently unable to overcome the 4th. That is when building gsl. Spcifically src\gsl\gsl\build.vc\gslhdrs\gslhdrs.vcxproj.
PreBuildEvent: copy ..\gsl_version.h ..\..\gsl :VCEnd The system cannot find the file specified.
Before that, I had to make the following changes.
1.
/scripts/genini:41 -my $alllicenses = 0; +my $alllicenses = 1;
Otherwise I get:
license.map not found at /cygdrive/d/Code/OSGeo4W/scripts/genini line 64.
2.
/src/apache/osgeo4w/package.sh:2 -export V=2.4.58 +export V=2.4.61 /src/apache/osgeo4w/package.sh:16 -z=httpd-$V-240131-win64-VS17.zip +z=httpd-$V-240703-win64-VS17.zip
Otherwise I get:
unzip: cannot find zipfile directory in one of httpd-2.4.58-240131-win64-VS17.zip ...
3.
/src/gsl/osgeo4w/package.sh:12 -[ -f master.tar.gz ] || wget https://github.com/BrianGladman/gsl/archive/master.tar.gz +[ -f vs_build.tar.gz ] || wget https://github.com/BrianGladman/gsl/archive/vs_build.tar.gz /src/gsl/osgeo4w/package.sh:13 -[ -f ../$P/build.vc ] || tar -C .. -xzf master.tar.gz --xform "s,^gsl-master,$P," +[ -f ../$P/build.vc ] || tar -C .. -xzf vs_build.tar.gz --xform "s,^gsl-vs_build,$P,"
Otherwise I get
package.sh: line 19: cd: ../gsl/build.vc: No such file or directory
Note:
See TracTickets
for help on using tickets.
build log