Am 20.01.2011 11:13, schrieb Frank Church:

I am trying to compile Freepascal 2.5.1 on Windows and I get the error


make -C pasjpeg distclean

make:*** pasjpeg: No such file or directory. Stop


the version is 16795M

Has that directory been removed?

Are you inside the "packages" directory when you execute that command? If you're inside the FPC source directory instead you must use

make -C packages/pasjpeg distclean

or on Windows

make -C packages\pasjpeg distclean

instead.

Regards,
Sven
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to