No subject
Ralf Scheidhauer
scheidhr at dfki.de
Wed Jan 27 14:48:47 CET 1999
>> I cannot get Mozart to compile on Irix 6.5. I use egcs-2.92.27
>> compiler and mozart-1.0.0.012599.
>> This is the error messages.
>>
>> g++ -I/usr/include -I/usr/freeware/include -I/usr/freeware -I/usr/lib32 -DHAVE_CONFIG_H -I. -I/usr/freeware/misc/mozart/platform/emulator -fno-exceptions -fno-rtti -O3 -fstrict-aliasing -c -o gc.o gc.cc
>> In file included from site.hh:37,
>> from gname.hh:34,
>> from gc.cc:59:
>> marshaler.hh:38: warning: keyword 'export' not implemented and will be ignored
>> marshaler.hh:38: parse error before `)'
>> make: *** [gc.o] Error 1
Obviously your version of egcs uses "export" as a keyword, so we have
to do some renamings in the source code.
As a quick workaround could you please try to build the emulator with
make CXX='g++ -Dexport=ozexport'
and let me know how far you get this way?
Regards
Ralf
-
Please send submissions to users at mozart-oz.org
and administriva mail to users-request at mozart-oz.org.
The Mozart Oz web site is at http://www.mozart-oz.org/.
More information about the mozart-users
mailing list