Re: Installing Euphoria Under Linux

new topic     » goto parent     » topic index » view thread      » older message » newer message

Urzumph writes:
> And on that note, I am having difficulty with Euphoria under linux. No 
> matter what I try and do, exu (or pdexu for that matter) starts 
> executing (as seen by it's existance in the taskbar), However, even 
> for very simple programs (puts(1,"Worked\n")) it always has the 
> Eggtimer thing (sand moving from top to bottom, you know what I mean) 
> and then it just exits, without doing ANYTHING.

Try instead:
     puts(1, "Worked\n")
     if getc(0) then
     end if

Or try running exu from a plain text-mode console.

If you are running exu in a console window within
a GUI environment, it might create a new window
and then close it so fast that you don't see the output.
On some versions of Linux/FreeBSD exu will prompt
with "Press Enter" at the end, but it might not work
like that on all systems. Your program may need to
prompt for input so you can see the output before
the window closes. exw is much the same.

Also, be careful not to type "ex". On my system,
there's an editor called "ex".

And check for any ex.err that may have been created.

Regards,
    Rob Craig
    Rapid Deployment Software
    http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu