Skip to content

Commit

Permalink
expat.h(37): fatal error C1083: Cannot open include file: 'expat_exte…
Browse files Browse the repository at this point in the history
…rnal.h'
  • Loading branch information
Jan-E committed Apr 1, 2020
1 parent eaf366e commit bc7db26
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion Build.cmd
Expand Up @@ -6,7 +6,6 @@ call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary
cd \downloads\zlib-%zlib_version%
nmake -f win32/Makefile.msc clean
nmake -f win32/Makefile.msc
dir
if exist zlib.lib copy zlib.lib \Apache24\lib\ /y
set lib=%lin%;\Apache24\lib
set include=%include%;\Apache24\include
Expand Down
6 changes: 6 additions & 0 deletions Install.cmd
Expand Up @@ -26,6 +26,12 @@ appveyor DownloadFile https://www.zlib.net/zlib-%zlib_version%.tar.gz
7z x -y zlib-%zlib_version%.tar.gz
7z x -y zlib-%zlib_version%.tar

echo Downloading https://github.com/libexpat/libexpat/releases/download/%expat_release%/expat-%expat_version%.tar.gz
appveyor DownloadFile https://github.com/libexpat/libexpat/releases/download/%expat_release%/expat-%expat_version%.tar.gz
7z x -y expat-%expat_version%.tar.gz
7z x -y expat-%expat_version%.tar
copy expat-%expat_version%\lib\*.h \Apache24\include /y > nul

cd \downloads
dir
copy zlib-%zlib_version%\*.h \Apache24\include > nul
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Expand Up @@ -19,6 +19,8 @@ environment:
svn_version: "1.10.6"
openssl_version: "1.1.1f"
zlib_version: "1.2.11"
expat_release: "R_2_2_9"
expat_version: "2.2.9"
sqlite_dist: "https://www.sqlite.org/2020/sqlite-amalgamation-3310100.zip"
sqlite_version: "3310100"
httpd_dist: "https://www.apachelounge.com/download/VS16/binaries/httpd-2.4.43-win64-VS16.zip"
Expand Down

0 comments on commit bc7db26

Please sign in to comment.