RE: new to euphoria

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

irv at take.maxleft.com wrote:
> 
> Ron W wrote:
> 
> > > 
> > I tried last night to use your gtk lib.  As you've noted there 
> > seems to be a trick I'm unaware of.  
> > 
> > this is the ex.err file
> 
> >  /usr/euphoria/include/gtk/main.e:
> >     gdk = 134819288
> >     gtk = 134832088
> >     eugtk = 0
>

A follow-up:

I note that you have euphoria installed in /usr, rather than 
in a user's home directory. (/home/ron for example)
That's ok, but you'll have to change the call in main.e from:

   eugtk = open_dll(libpath & "eugtk.so")

to something that can find the file, for example:
   eugtk = open_dll("/usr/euphoria/include/eught.so")

I prefer to keep all the Euphoria stuff in my own home directory.
It doesn't take up much room, and I can change things without 
suddenly crashing other user's programs.

Regards,
Irv

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

Search



Quick Links

User menu

Not signed in.

Misc Menu