[fpc-pascal] Compiling 3.1.1 trunk
Jonas Maebe
jonas at freepascal.org
Sat Jun 23 17:46:54 CEST 2018
On 23/06/18 06:24, Jim Lee wrote:
> I'm trying to compile the fpc trunk from svn on linux. I managed to
> find the buildfaq, but I'm running into problems.
>
> I've done this:
>
> $ svn checkout http://svn.freepascal.org/svn/fpcbuild fpcbuild
>
> $ cd fpcbuild/trunk/fpcsrc/compiler
>
> $ make cycle # (no errors, leaves me with a ppcx64 executable)
>
> $ cd ../..
>
> $ make all
>
> [output truncated]
>
> make[3]: Entering directory
> '/home/jlee/src/Pascal/fpcbuild/trunk/fpcsrc/packages'
> make[3]: *** No rule to make target 'fpmake.pp', needed by 'fpmake'. Stop.
> make[3]: Leaving directory
> '/home/jlee/src/Pascal/fpcbuild/trunk/fpcsrc/packages'
> make[2]: *** [Makefile:2651: packages_smart] Error 2
> make[2]: Leaving directory '/home/jlee/src/Pascal/fpcbuild/trunk/fpcsrc'
> make[1]: *** [Makefile:2806: build-stamp.x86_64-linux] Error 2
> make[1]: Leaving directory '/home/jlee/src/Pascal/fpcbuild/trunk/fpcsrc'
> make: *** [Makefile:2278: fpcsrc/build-stamp.x86_64-linux] Error 2
>
> What am I missing?
Do you have a complete installation of FPC 3.0.4?
Jonas
More information about the fpc-pascal
mailing list