Hi All,

I've been following up on my intention to look at modifying
the documentation, and I've checked out the sources as
suggested by Graham Percival.  I now find that, after running
configure and satisfying its dependencies by simply installing
the required packages under Kubuntu 7.10, I have an error
when running 'make all'.

...
make[1]: Entering directory `/home/graeme/mozart/mozart/share'
dirs="bin lib tools elisp test demo examples"; \
       for i in $dirs; do \
         if (cd $i && make all); \
         then true; \
         else exit 1; \
         fi; \
       done
make[2]: Entering directory `/home/graeme/mozart/mozart/share/bin'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/graeme/mozart/mozart/share/bin'
make[2]: Entering directory `/home/graeme/mozart/mozart/share/lib'
/home/graeme/mozart/mozart/share/lib/ozc -z 9 -DSITE_PROPERTY -l Base=/home/graeme/mozart/mozart/share/lib/Base.ozf -b /home/graeme/mozart/mozart/share/lib/ -c sp/Error.oz -o Error.ozf
make[2]: /home/graeme/mozart/mozart/share/lib/ozc: Command not found
make[2]: *** [Error.ozf] Error 127
make[2]: Leaving directory `/home/graeme/mozart/mozart/share/lib'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home/graeme/mozart/mozart/share'
make: *** [all] Error 1
[EMAIL PROTECTED]:~/mozart/mozart$


Does anybody know about this 'ozc' command that can't be found?

Are there any other gotchas in the build?


Regards, Non.

_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to