[fpc-pascal] Compiling 3.1.1 trunk
Jim Lee
jlee54 at gmail.com
Sat Jun 23 06:24:24 CEST 2018
Hi, newbie to fpc (but not Pascal) here.
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?
Thanks,
-Jim
More information about the fpc-pascal
mailing list