Hi ,
I am trying to build Mozart from CVS with site-property and stdlib.
I updated bashrc file so that there is no oz path when trying "which oz"
or "echo $OZHOME"
I used the following command to configure :
../mozart/configure --prefix=/local/CVS/mozart-install
--enable-site-property --with-stdlib=/local/CVS/mozart-stdlib/
then
make bootstrap
and finally
make install
but i got the following error related to ozmake
Any idea How i can overcome this error?
Metwally
the error message is:
/local/CVS/mozart-install/bin/ozengine ./ozmake.ozf --install
--prefix=/local/CVS/mozart-install --nosavedb; \
fi)
%***************** Error: distributed programming ***************
%**
%** Version mismatch during loading of pickle
%**
%** File:
'/local/CVS/mozart-stdlib/ozmake.ozf'
%** Expected: '3#3'
%** Got: '3#2'
%** Pickle version 3#2 corresponds to Oz version: '1.2.0'
%** In statement: {<P/2 URL.load> '/'#[108 111 99 97 108]#'/'#[67 86
83]#'/'#(109|111|122|97|114|116|45|115|116|100|,,,|,,,)#'/'#[111 122 109
97 107 101 46 111 122 102] _}
%**
%** Call Stack:
%** procedure 'Meth_load' in file
"/local/CVS/mozart/share/lib/init/Resolve.oz", line 61, column 3, PC =
135931464
%** procedure 'Do_Method' in file
"/local/CVS/mozart/share/lib/init/Resolve.oz", line 87, column 3, PC =
135932356
%**--------------------------------------------------------------
make: *** [installstd] Error 1
-
Please send submissions to users@mozart-oz.org
and administriva mail to users-request@mozart-oz.org.
The Mozart Oz web site is at http://www.mozart-oz.org/.
Please send bug reports to bugs@mozart-oz.org.