Hello,
On Wed, Jun 29, 2011 at 23:14, Daniel Diaz<address@hidden> wrote:
gprolog 1.4.0 has just been released (see www.gprolog.org).
Thank you for this new release of GNU Prolog.
Today I tried building it on a sparc Solaris 10 machine, but failed:
in BipsPl, while compiling unify.pl, gplc tries to run pl2wam, which
is only compiled later (and needs the bips anyway). So it looks to me
like I am missing one step in bootstrapping; the machine does not have
gprolog installed before I try to compile. Here are the last few lines
of output I get:
gplc -c foreign.wam
gplc -c pl_error.wam
gplc -c utils.wam
gplc -W --no-redef-error unify.pl
error trying to execute pl2wam: No such file or directory
compilation failed
gmake[1]: *** [unify.wam] Error 1
gmake[1]: Leaving directory `/home/nicolas/dev/gprolog-1.4.0/src/BipsPl'
gmake: *** [all] Error 1
Could you please advise on how to resolve this issue, please?
Thank you in advance.