|
From: Claudio V. C. <cv...@us...> - 2009-09-17 04:08:02
|
> -----Original Message----- > From: Darko Seronic [mailto:ser...@so...] > Sent: Miércoles, 16 de Septiembre de 2009 8:39 .... > 5. Execute D:\Firebird2\builds\win32\make_icu -> OK > 6. Execute D:\Firebird2\builds\win32\make_boot -> OK Are you sure that make_boot really worked? Did you review the log files that make_boot creates? There are several of them. > 7. Execute D:\Firebird2\builds\win32\make_all -> FAILED! > > In make_all_Win32.log there are these entries: > 25>c1xx : fatal error C1083: Cannot open source file: > '..\..\..\gen\Win32\dudley\extract.cpp': No such file or directory This means that the preprocessing didn't happen correctly. Preprocessing is part of make_boot but can be run directly, too. C. |