 | | From: | Anton Ertl | | Subject: | Objective C interface for Gforth (for MacOS X) available | | Date: | Sun, 16 Jan 2005 20:09:26 GMT |
|
|
 | Andreas Monitzer, a student of mine, has written an interface from Gforth to Objective-C and done a little demo of some GUI stuff with it. You can find it, completely undomented at http://www.complang.tuwien.ac.at/anton/lvas/stack-abgaben/monitzer.zip
- anton -- M. Anton Ertl http://www.complang.tuwien.ac.at/anton/home.html comp.lang.forth FAQs: http://www.complang.tuwien.ac.at/forth/faq/toc.html New standard: http://www.complang.tuwien.ac.at/forth/ansforth/forth200x.html
|
|
 | | From: | fefr at gmx.net | | Subject: | Re: Objective C interface for Gforth (for MacOS X) available | | Date: | 18 Jan 2005 11:00:02 -0800 |
|
|
 | Anton Ertl wrote: > Andreas Monitzer, a student of mine, has written an interface from > Gforth to Objective-C and done a little demo of some GUI stuff with > it. You can find it, completely undomented at > http://www.complang.tuwien.ac.at/anton/lvas/stack-abgaben/monitzer.zip >
great news! But unfortunately it doesn't run on my macintosh. Double clicking testapp.app-icon has no effect. If I try to start from the command line I get the following output:
Felix-Franzs-Computer:~/Downloads/testapp.app/Contents/MacOS felix$ ../testapp.sh
in file included from *the terminal*:0 in file included from objc-bridge.fs:1 /usr/local/share/gforth/0.6.2/fflib.fs:121: Undefined word ' av-int ' av-int-r ' >r argtype int ^^^^^^ Backtrace: $209CC4 throw $209CE8 (')
Do I need a more recent gforth-version?
felix
|
|
 | | From: | Anton Ertl | | Subject: | Re: Objective C interface for Gforth (for MacOS X) available | | Date: | Tue, 18 Jan 2005 19:08:34 GMT |
|
|
 | "fefr@gmx.net" writes: >Anton Ertl wrote: >> Andreas Monitzer, a student of mine, has written an interface from >> Gforth to Objective-C and done a little demo of some GUI stuff with >> it. You can find it, completely undomented at >> >http://www.complang.tuwien.ac.at/anton/lvas/stack-abgaben/monitzer.zip >> > >great news! But unfortunately it doesn't run on my macintosh. Double >clicking testapp.app-icon has no effect. If I try to start from the >command line I get the following output: > >Felix-Franzs-Computer:~/Downloads/testapp.app/Contents/MacOS felix$ >./testapp.sh > >in file included from *the terminal*:0 >in file included from objc-bridge.fs:1 >/usr/local/share/gforth/0.6.2/fflib.fs:121: Undefined word >' av-int ' av-int-r ' >r argtype int >^^^^^^ >Backtrace: >$209CC4 throw >$209CE8 (') > > >Do I need a more recent gforth-version?
No, Gforth-0.6.2 is the most recent one. But you need to install the ffcall libraries before building Gforth; fflib.fs uses the primitives coming from this library.
- anton -- M. Anton Ertl http://www.complang.tuwien.ac.at/anton/home.html comp.lang.forth FAQs: http://www.complang.tuwien.ac.at/forth/faq/toc.html New standard: http://www.complang.tuwien.ac.at/forth/ansforth/forth200x.html
|
|