David López wrote:

when i try to feed buffer from last script show above, a exeption arise
and this it is:

%************************* expansion error **********************
%**
%** illegal use of nesting marker
%**
%** in file
"/home/deibyd/documentos/tesis/documento/programas/mozart-oz/news/[EMAIL 
PROTECTED]",
line 2, column 0
%** ------------------ rejected (1 error)

You cannot compile a functor from the OPI (Emacs). You have to use the command ozc. If your functor is in file Foo.oz, compile it with

        ozc -x Foo.oz

which produces an executable functor Foo (or Foo.exe).

The whole story of functor is explained in the Application Programming Tutorial (http://www.mozart-oz.org/documentation/apptut/index.html).

Cheers,
raph

_________________________________________________________________________________
mozart-users mailing list                               
mozart-users@ps.uni-sb.de
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to