Skip to content

Instantly share code, notes, and snippets.

@mariuz
Created June 11, 2009 10:11
Show Gist options
  • Save mariuz/127823 to your computer and use it in GitHub Desktop.
Save mariuz/127823 to your computer and use it in GitHub Desktop.
Setting SDK environment relative to C:\Program Files\Microsoft SDKs\Windows\v6.1
.
Targeting Windows Server 2008 x86 DEBUG
C:\Firebird-2.5.0.23247-Beta1\builds\win32>run_all.bat
The specified configuration type is missing. The tools for the
configuration might not be installed.
Setting Environment Variables thus...
vs_ver=msvc8
vs_ver_express=1
platform=x64
msvc_version=8
db_path=C:/Firebird-2.5.0.23247-Beta1
root_path=C:\Firebird-2.5.0.23247-Beta1
server_name=localhost
(End of setenvvar.bat)
Cleaning temporary directories...
Cleaning gen...
Cleaning INTL...
Cleaning install and build files...
Completed executing clean_all
The specified configuration type is missing. The tools for the
configuration might not be installed.
Setting Environment Variables thus...
vs_ver=msvc8
vs_ver_express=1
platform=x64
msvc_version=8
db_path=C:/Firebird-2.5.0.23247-Beta1
root_path=C:\Firebird-2.5.0.23247-Beta1
server_name=localhost
(End of setenvvar.bat)
Executed set_build_target.bat
Building ICU x64\release for x64
An error occurred while running make_icu.bat -
build failed - see make_icu_x64.log for details
C:\Firebird-2.5.0.23247-Beta1\builds\win32>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment