Re: Auto Update for WEE?
- Posted by K_D_R Feb 04, 2015
- 1661 views
I haven't seen the GTK include file -"ui_gtk.e" right?
Hi Ken,
The GTK version is almost in a usable state. Some dialogs are missing: Find/Replace, View Subs, View Error; Run doesn't work, external file modifications aren't realized.
But if you want to test it, just run updater.ex with Linux eui and it should grab the platform dependent files. If you're running a 64-bit Linux, you'll probably have 64-bit GTK libraries only, so to be compatible you'll need 64-bit Euphoria and a recently compiled one at that. If you haven't compiled Euphoria yourself, it sounds like a new 4.1.0 beta is coming soon.
OK, your right this is the error message I get after running updater.ex with eui:
home/kenneth/euphoria/include/std/error.e:52 in procedure crash() You need a newer 64-bit Euphoria with callback bug fix ... called from /home/kenneth/Programs/old_progs/euprogs/wee/wee-0.16/wee-0.16/ui_gtk.e:28 in function check_callback_func() ^^^ call-back from external source ... called from /home/kenneth/Programs/old_progs/euprogs/wee/wee-0.16/wee-0.16/ui_gtk.e:34 --> See ex.err
So, I hope 4.1.0 beta comes out soon!
I'm very, very impressed with your updater.ex, Pete!
Regards, Ken