Dennis Ruffer | 21 Apr 00:19
Picon

Re: Hi Jack Looking for advice ( again ) on GForth 99sheeva

On Mon, Apr 20, 2009 at 4:00 PM, Jack Woehr <jax@...> wrote:
> AGSCalabrese wrote:
>>
>> Hi Jack
>>
>> Now I have shifted to the SheevaPlug as a potential platform for image
>> manipulation.
>> I want to marry OpenCV, GForth, and Python on the SheevaPlug.
>> Since the SheevaPlug as Gbit Ethernet, I envision using a Mac, Win machine
>> or Linux Machine ( RealBasic GUI )as one way to tether to the headless
>> SheevaPlug.
>>
>> SheevaPlug     Marvell ( Intel ) CPU 1.2 Ghz , 512M RAM , 512M flash , USB
>> 2.0 , SDIO , UART  $99 pack of cigarettes
>>
>> http://www.marvell.com/products/embedded_processors/developer/kirkwood/sheevaplug.jsp
>>
>> OpenCV
>> OpenCV (Open Source Computer Vision) is a library of programming functions
>> mainly aimed at real time computer vision.
>> http://opencv.willowgarage.com/wiki/
>>
>> What would you charge to give me advice on bringing up GForth on the
>> SheevaPlug ?
>> How practical would it be to marry GForth with OpenCV and Python ?
>
> In theory I'm supposed to be working on GForth on the IntellaSys part but
> really I am very out of touch with GForth
> porting. The fellow I know who is a GForth porting daemon is Dennis Ruffer,
> to whom I am CC'ing this reply!
(Continue reading)

Dennis Ruffer | 1 Mar 16:45
Picon

Yet another cygwin setup

I decided it was time to own my own computer again, so I'm setting up
cygwin again, and getting the following error:

config.status: executing stamp-h commands
Running: make
GFORTH="./preforth -p ".:~+:."" ./gfgen
make: *** [engine/prim.i] Error 1
make: *** Deleting file `engine/prim.i'

While I'm scratching my head, maybe someone can give me a clue. ;)

DaR
Dennis Ruffer | 17 Feb 03:57
Picon

mach_task_self

Bernd or whoever else might know OSX and gforth,

How do I get the mach_task_self constant that is passed into IOServiceOpen?

DaR
Per Andersson | 16 Feb 23:02
Favicon

gforth + GUI

Hello everybody

I would like to know what graphical interface is recommmended for gforth
apps?

Best regards

Per Andersson

Senior developer
Artifex Software

--

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com
Joel Reymont | 19 Jan 13:50
Picon
Gravatar

keeping code and data in the same segment

I heard that gforth is 2x faster than swiftforth on Mac OSX because sf  
keeps code and data in the same segment. This, apparently, results in  
a flush of the instruction cache whenever data gets written.

Since gforth is just as self-modifying as sf, how does gforth work  
around this issue?

Does gforth keep code and data separate?

	Thanks, Joel

---
http://twitter.com/wagerlabs
druffer | 10 Jan 01:33
Picon
Favicon

Re: Building on [another] cygwin

I'm trying to move my work over to yet another PC and I'm getting a failure I haven't seen before:

make checkone check-nofast ENGINE="./gforth --no-dynamic" >/dev/null 2>&1
make checkone check-nofast ENGINE="./gforth-itc" >/dev/null 2>&1
make checkone check-nofast ENGINE="./gforth-ditc" >/dev/null 2>&1
make checkone ENGINE="./gforth-fast --no-dynamic" >/dev/null 2>&1
make: *** [check] Error 2

Have I forgotten something (again)?

DaR
Joel Reymont | 8 Jan 18:21
Picon
Gravatar

length of a c-style string

Is there a word in GForth that would give me the length of a C style  
string so that I could use it with TYPE?

	Thanks, Joel

---
http://twitter.com/wagerlabs
Joel Reymont | 7 Jan 19:36
Picon
Gravatar

clearing the interactive gforth buffer in emacs

How do I clear the interactive buffer where gforth runs in emacs?

	Thanks, Joel

---
http://twitter.com/wagerlabs
academic | 4 Jan 17:03

Out of office

Thank you for writing. I will be at the AHA conference January 2-5, and will respond to your message when I
return to the office on Tuesday, January 6. 

If this is urgent, please contact the main desk at 212-629-8802 or newpress@...

Thanks,
Lusiné
Josh Grams | 4 Jan 17:02

libtool --tag=CC

Just had someone on #forth who was having trouble with libtool getting
confused when building gforth under Gentoo Linux.  The error was "unable
to infer tagged configuration; specify a tag with --tag." Adding
--tag=CC along with --mode=compile and --mode=link in libcc.fs fixed it.
From the libcc manual and various online discussions, it sounds like
this is a good idea anyway.

--Josh
academic | 3 Jan 19:15

Out of office

Thanks for writing. I will l be out of the office until Tuesday, January 6. If this is urgent, please contact
the main desk at 212-629-8802 or newpress@...

Please note that The New Press offices are closed for the holidays until January 2. 

Happy holidays!
Lusiné

Gmane