1. RE: Namespacing Wishlist (was <null>)

G'day all

No, I don't program in Linux at all ;) I used that example as a 
(hopefully, one of these days) Euphoria solution to the Linux gui / 
graphicslibs "standards" problem.

Actually, now that I've re-read my own post, the solution to the example 
is really "conditional includes", eg:

if equal(whatlib, "KDE")
  include kdewrap.eu as lib
elsif equal(whatlib, "GNOME")
  include gnomewrap.eu as lib
elsif equal(whatlib, "MOTIF")
  include motifwrap.eu as lib
elsif equal(whatlib, "XWIN")
  include xwindowswrap.eu as lib
else
  telluser("Oops! No library")
  abort(0)
end if

Still, that's another "wishlist" thing, isn't it?

Regards
Tony


sephiroth _ wrote:
> and one more thing. you used gcc to compile Euphoria for x86 linux 
> right? maybe if you got hold of a mac(or a mac emulator and an illegal 
> mac ROM ;) and a mac linux distro, you could compile it for 68k and PPC 
> macintoshes. i mean, surely a company no matter how small can afford 20 
> to 50 $US...unless it's one of those little garage things :)
> 
>

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu