[Objcryst-foxx] Re: Problems compiling FOX on Win98 - Fox source available !
Brought to you by:
vincefn
From: Vincent Favre-N. <fa...@es...> - 2002-01-25 08:08:24
|
Hi, > C:\dev\fox>make > MAKE Version 5.2 Copyright (c) 1987, 2000 Borland > cd src/ObjCryst/wxCryst > MAKE -f bc32.mak all > MAKE Version 5.2 Copyright (c) 1987, 2000 Borland > MAKE -f bc32.mak lib > MAKE Version 5.2 Copyright (c) 1987, 2000 Borland > bcc32 -c sgglobal.c > Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland > sgglobal.c: > Error E2209 sgglobal.c 7: Unable to open include file 'stdio.h' > Error E2209 sgglobal.c 8: Unable to open include file 'stdlib.h' > Error E2209 sgglobal.c 9: Unable to open include file 'string.h' My mistake... I did the configuration a too long time ago... The bcc32.cfg and ilink32.cfg must go in the Borland\BCC55\BIN directory (and not Borland\Bcc55)... (I had a copy in \Borland, one in \Borland\Bcc55 and one in Borland\BCC55\BIN !!) Vincent |