I got the latest lazarus and fpc snap. The message comes since the new directories are being introduces
e.g. win32 --> i386-win32


Marco van de Voort wrote:

the new directory structure has broken something!?

D:\Lazarus>make
process_begin: CreateProcess((null), ppc386.exe -iVSPTPSOTO, ...) failed.
process_begin: CreateProcess((null), ppc386.exe -iSP, ...) failed.
process_begin: CreateProcess((null), ppc386.exe -iTP, ...) failed.
process_begin: CreateProcess((null), ppc386.exe -iSO, ...) failed.
process_begin: CreateProcess((null), ppc386.exe -iTO, ...) failed.
makefile:154: *** The Makefile doesn't support target , please run
fpcmake first. Stop.
D:\Lazarus>


The lazarus Makefiles aren't updated. So there is something wrong in your
setup



Some possibilities:

- can't find fpc, ppc386 or so.
- some files (e.g. make) are not taken from the fpc dir, but from a cygwin or borland dir.
- you use older make versions then the ones distributed with fpc 1.0.10


_______________________________________________
fpc-devel maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-devel





_______________________________________________ fpc-devel maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to