Petter Reinholdtsen wrote:

> [Godmar Back]
> > Hi, the snapshot does not build for me:
>
>   make[2]: *** No rule to make target `../../arch/libarch.la', needed by
>   `opstack_test'.  Stop.
>
> Ah, I know what goes wrong.  I changed the order in which arch/ and
> lib/ is built, to generate lib/libjni/include/jnitypes.h before arch/
> is compiled, but forgot that lib/libruntime/ depends on a compiled
> arch/ for the test programs.
>
> The correct solution would be to move jnitypes.h into arch/, as it is
> platform dependant, but that will have to wait.
>
> I'll undo the change in the topdir Makefile.am before making the
> release.

I was under the impression that jnitypes.h was built by the configure
script.  Is this not the case?

xtoph

Reply via email to