<div dir="auto"><div class="gmail_quote" dir="auto"><div dir="ltr">Jim Lee <<a href="mailto:jlee54@gmail.com">jlee54@gmail.com</a>> schrieb am Sa., 23. Juni 2018, 17:34:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi, newbie to fpc (but not Pascal) here.<br>
<br>
I'm trying to compile the fpc trunk from svn on linux. I managed to <br>
find the buildfaq, but I'm running into problems.<br>
<br>
I've done this:<br>
<br>
$ svn checkout <a href="http://svn.freepascal.org/svn/fpcbuild" rel="noreferrer noreferrer" target="_blank">http://svn.freepascal.org/svn/fpcbuild</a> fpcbuild<br>
<br>
$ cd fpcbuild/trunk/fpcsrc/compiler<br>
<br>
$ make cycle # (no errors, leaves me with a ppcx64 executable)<br>
<br>
$ cd ../..<br>
<br>
$ make all<br></blockquote></div><div dir="auto"><br></div><div dir="auto">You only need the fpc/trunk checkout. The fpcbuild repository is for release building. </div><div dir="auto">In the trunk checkout top level directory do a "make clean all". That should do it. </div><div dir="auto"><br></div><div dir="auto">After that you can do an install with the INSTALL_PREFIX set to where you want the whole installation (binaries plus compiled units) to go to. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div class="gmail_quote" dir="auto"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"></blockquote></div></div>