lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


  Hi,

  This occurs when you have an old system. IUP needs a recent GTK version to
work, so for old systems the default is Motif (GTK version < 2.10).

  The packages named "Linux26" and "Linux26_64" are such cases.

  For newer systems the packages "Linux26g4" and "Linux26g4_64" the default
is GTK.

  Recently we had some distribution problems with the pre-compiled binaries
because of changes in the glib library. In these cases you will have to
build the binaries from sources.

Best,
scuri

> -----Original Message-----
> From: lua-l-bounces@lists.lua.org [mailto:lua-l-bounces@lists.lua.org]
> On Behalf Of aditya siram
> Sent: quarta-feira, 8 de dezembro de 2010 20:26
> To: Lua mailing list
> Subject: Running IUP examples with GTK
> 
> Hi all,
> I recently installed IUP along with the 'im' and 'cd' libraries on my
> Linux box. However when I run the examples they show up using the
> Motif toolkit when I have GTK available on my system. How do I get it
> to run it with GTK?
> 
> thanks!
> -deech