Hi, I'm trying to build Firebird 3 on Windows. I have downloaded version 3.0.6 source and installed Visual Studio 2010.
I'm following these instructions: https://www.firebirdsql.org/en/building-the-code/ make_icu.bat runs fine, but make_boot.bat fails: 1>------ Build started: Project: common, Configuration: Release x64 ------ 1>Build started 10/2/2020 12:03:30 PM. 1>InitializeBuildStatus: 1> Touching "..\..\..\temp\x64\Release\common\common.unsuccessfulbuild". 1>ClCompile: 1> keywords.cpp 1>..\..\..\src\common\keywords.cpp(34): fatal error C1083: Cannot open include file: 'gen/parse.h': No such file or directory 1> 1>Build FAILED. 1> 1>Time Elapsed 00:00:00.62 2>------ Build started: Project: gpre_boot, Configuration: Release x64 ------ 2>Build started 10/2/2020 12:03:30 PM. 2>InitializeBuildStatus: 2> Touching "..\..\..\temp\x64\Release\gpre_boot\gpre_boot.unsuccessfulbuild". 2>ClCompile: 2> All outputs are up-to-date. 2>ResourceCompile: 2> All outputs are up-to-date. 2>LINK : fatal error LNK1181: cannot open input file 'C:\Users\Felipe\Downloads\firebird-R3_0_6\temp\x64\Release\common\common.lib' 2> 2>Build FAILED. 2> 2>Time Elapsed 00:00:00.49 ========== Build: 0 succeeded, 2 failed, 1 up-to-date, 0 skipped ========== Any ideas? Thanks Firebird: Building the Code<https://www.firebirdsql.org/en/building-the-code/> Firebird SQL: The true open-source relational database www.firebirdsql.org
Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel