Subject how to build firebird
Author drpico2001
hi;

i try to build the firebird under win2k using the following:
- visual c++ 6.0 pro
- borland free compiler 5.5
- unix tools for windows
- firebuild 1.03 running
- environment variable INTERBASE=C:\Program Files\Firebird
- path=%INTERBASE%\bin;...
- environment variable ISC_USER=SYSDBA
- environment variable ISC_PASSWORD=masterkey
- using gsec i add the builder user and password
- i set warning.level as 3

C:\interbase>FB_Build_Win32_Build_DBs c:\interbase
it is ok

but trying build firebird as:
C:\interbase>FB_Build_Win32 c:\interbase
I/O error for file "C:\INTERBASE\MSGS\MSG.GDB"
-Error while trying to open file
-The system can not find the file specified.
(E) codes_tmp.e:36: couldn't access databse DB = 'c:/interbase/msgs/msg.gdb'
1 error, no warnings


how can i solve this?

TIA