<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 2013-04-26 22:53, Jonas Maebe wrote:<br>
    </div>
    <blockquote
      cite="mid:3FF757F2-E4C6-4774-902C-9D3F7979DD72@elis.ugent.be"
      type="cite"><br>
      <div>
        <div>On 26 Apr 2013, at 22:37, Torsten Bonde Christiansen wrote:</div>
        <br class="Apple-interchange-newline">
        <blockquote type="cite"><span class="Apple-style-span"
            style="border-collapse: separate; font-family: Monaco;
            font-style: normal; font-variant: normal; font-weight:
            normal; letter-spacing: normal; line-height: normal;
            orphans: 2; text-align: -webkit-auto; text-indent: 0px;
            text-transform: none; white-space: normal; widows: 2;
            word-spacing: 0px; -webkit-border-horizontal-spacing: 0px;
            -webkit-border-vertical-spacing: 0px;
            -webkit-text-decorations-in-effect: none;
            -webkit-text-size-adjust: auto; -webkit-text-stroke-width:
            0px; font-size: medium; ">I'm trying to follow this guide:<span
              class="Apple-converted-space"> </span><a
              moz-do-not-send="true"
              href="http://wiki.freepascal.org/FPC_JVM/Building">http://wiki.freepascal.org/FPC_JVM/Building</a><br>
            <br>
            But when i reach the point where i do the actual compilation
            fail<br>
            with the following output:<br>
            <br>
            torsten@epidata:~/FreePascal/fpc-trunk$ make all
            crossinstall CROSSOPT="-O2 -g" CPU_TARGET=jvm
            OS_TARGET=android INSTALL_PREFIX=~/fpc<br>
          </span></blockquote>
        <div><br>
        </div>
        <div>This command does not match what is written on the wiki
          page you refer to above.</div>
      </div>
    </blockquote>
    True, but i thought that the order of defines and make targets
    didn't matte? The only other part i left out was the FPCMAKE, but
    since <br>
    the fpcmake i created i now located where the old one used to be I
    do not think that should matter either?<br>
    <blockquote
      cite="mid:3FF757F2-E4C6-4774-902C-9D3F7979DD72@elis.ugent.be"
      type="cite">
      <div><br>
        <blockquote type="cite"><span class="Apple-style-span"
            style="border-collapse: separate; font-family: Monaco;
            font-style: normal; font-variant: normal; font-weight:
            normal; letter-spacing: normal; line-height: normal;
            orphans: 2; text-align: -webkit-auto; text-indent: 0px;
            text-transform: none; white-space: normal; widows: 2;
            word-spacing: 0px; -webkit-border-horizontal-spacing: 0px;
            -webkit-border-vertical-spacing: 0px;
            -webkit-text-decorations-in-effect: none;
            -webkit-text-size-adjust: auto; -webkit-text-stroke-width:
            0px; font-size: medium; ">make: -iVSPTPSOTO: Command not
            found<br>
          </span></blockquote>
        <div><br>
        </div>
        <div>This means that no fpc binary can be found in the path.
          This error is unrelated to building the JVM compiler
          specifically, it will happen regardless of what kind of
          compiler you try to build. Did you perform a standard
          installation of FPC 2.6.2 and is its installation directory in
          your path? <br>
        </div>
      </div>
    </blockquote>
    I build fpc from scratch with my own settings, but all is installed
    into ~/fpc/...<br>
    My path contains ~/fpc/bin in which i symlink to the different
    compilers and crosscompilers.<br>
    <blockquote
      cite="mid:3FF757F2-E4C6-4774-902C-9D3F7979DD72@elis.ugent.be"
      type="cite">
      <div>
        <div><br>
        </div>
        <div>Additionally, the merge of the 8086 branch broke several
          things in the compiler (but that's unrelated to the error you
          get above), so you may encounter other errors once you fix
          your configuration. For now, I would recommend sticking to
          r24323 of trunk (regardless of which platform you use).</div>
        <div><br>
        </div>
      </div>
    </blockquote>
    I "downgraded" to r24323, but still the same issue, even when
    reordering the defines and make targets. The actual error from make
    seem to be this  though:<br>
    <br>
    make[3]: Entering directory
    `/home/torsten/FreePascal/fpc-trunk/compiler'<br>
    make -C  clean  <=== "clean" is not a director, perhaps it is a
    target?<br>
    make: Entering an unknown directory<br>
    make: *** clean: No such file or directory.  Stop.<br>
    make: Leaving an unknown directory<br>
    <br>
    <br>
    Regards,<br>
    Torsten.<br>
  </body>
</html>