<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 06/23/2018 02:18 PM, Sven Barth via
      fpc-pascal wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAFMUeB_3yW_p4N8n=DdpBAxYWQFKZhpRoowDX_MmDQo48hQrpg@mail.gmail.com">
      <div dir="auto">
        <div class="gmail_quote" dir="auto">
          <div dir="ltr">Jim Lee <<a href="mailto:jlee54@gmail.com"
              moz-do-not-send="true">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"
              moz-do-not-send="true">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>
    </blockquote>
    <div dir="auto"><br>
      Thanks, Sven.  I did just that last night successfully.  Thanks
      for clearing up the purpose of the fpcbuild repository.<br>
      <br>
      -Jim<br>
      <br>
    </div>
  </body>
</html>