[fpc-pascal] Error compiling freepascal on Windows- make -C pasjpeg distclean

Sven Barth pascaldragon at googlemail.com
Thu Jan 20 14:08:03 CET 2011


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



More information about the fpc-pascal mailing list