Re: problem with Euphoria to C translator on Mac OS 10
- Posted by tiger05 Jul 07, 2009
- 996 views
I can't get the ecu command to work for any program I try to translate. When I run it on some programs, I get a segmentation fault and on others, I get a bus error. Even a simple program like the code below gives a bus error.
puts(1,"Testing Euphoria\n") print(1,9*2) puts(1,"\n")