I've had some problems finalizing eGTK programs with ISE 4.5 compiler on RH 6.2. Has anyone else have these problems? I get compile error in the C code. ...
Richie
richieb@...
Jun 23, 2001 1:39 pm
1200
... What's the error? -- Oliver Elphick Oliver.Elphick@... Isle of Wight...
Oliver Elphick
olly@...
Jun 26, 2001 9:19 pm
1201
... Extracting ./Makefile (with variable substitutions) cd C1 ; if [ ! -f finished ] ; then /bin/sh Makefile.SH ; make ; fi Extracting ./Makefile (with...
Richie Bielak
richieb@...
Jun 27, 2001 12:12 am
1202
... It looks as though ISE have done their own memory-management calls and given them the same name as libc's calls, which seems like a bad idea to me. I...
Oliver Elphick
olly@...
Jun 27, 2001 3:11 pm
1203
... I'm afraid I don't use Windows, so I'm not sure how to solve this problem. I'm forwarding this message to the eGTK list, perhaps someone else can help. ......
Richie Bielak
richieb@...
Jul 24, 2001 1:35 am
1204
It was me that wrote the README_W32 file but this is some time ago. Looking at the errors it seems that a lib is missing but it is hard to tell since I cannot...
sven.ehrke@...
Jul 24, 2001 2:51 pm
1205
eif_gtk.lib was generated succusfully. Still, I can not find the missing lib. I have noticed some differences: 1) you used gtk+ version 20000215. I use gtk+...
yhakman@...
Jul 26, 2001 8:37 am
1206
... it's a typo. ... You might be right. The easiest way is to try to proof this. If you're still interested send me your email to sven.ehrke@... and I'll...
sven.ehrke@...
Jul 26, 2001 12:34 pm
1207
Richie, I started porting GOTE to SmallEiffel yesterday. It seems not very hard to do. But I've no ISE installed, I can't test it with ISE. I've some problems...
chengchangwu@...
Aug 3, 2001 4:44 am
1208
... I hope that the CVS version of Gobo (no plan for official release yet) will be able to provide such facilities before the end of the month. -- Eric Bezault...
Eric Bezault
ericb@...
Aug 3, 2001 5:08 am
1209
... I'll be happy to test it with ISE. ... Perhaps ePosix is the easiest solution at this point. ...richie -- "It is a good day to code."...
Richie Bielak
richieb@...
Aug 4, 2001 1:41 am
1210
From: "Richie Bielak" <richieb@...>
>
> I'll be happy to test it with ISE.
>
After three days hard work now I've a working SmallEiffel gote running...
Cheng-Chang Wu
chengchangwu@...
Aug 4, 2001 2:57 pm
1211
... Right that's the issue. GOTE should be change to generate code for ISE or SmallEiffel, perhaps depending on a command line argument. ... Cool. We can adapt...
Richie Bielak
richieb@...
Aug 4, 2001 6:49 pm
1212
... Actually it was faster than I thought and the classes are already available from the Gobo CVS repository on SourceForge. For details, see my message at: ...
Eric Bezault
ericb@...
Aug 6, 2001 11:28 pm
1213
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the eiffel-gtk-discuss group. File :...
eiffel-gtk-discuss@ya...
Aug 11, 2001 1:25 pm
1214
Richie, I've uploaded my SmallEiffel port of gote. I didn't test it against ISE. See INSTALL to know how to install it. Many thanks to Sam O'Connor, Richie...
chengchangwu@...
Aug 11, 2001 1:34 pm
1215
... sam@... (; regards, Andreas...
Andreas Leitner
nozone@...
Aug 11, 2001 5:32 pm
1216
Hi, I make a list of the comparison of eGTK, VEGTK I have read on the web. I don't know whether they are still true or not. eGTK Number of widgets: - not...
chengchangwu@...
Aug 14, 2001 5:06 pm
1217
... Sorry for jumping in, but in a discussion I had with Sam he mentioned that the new 1.4 version of GTK (or better the lib where the object stuff now ...
Andreas Leitner
nozone@...
Aug 14, 2001 5:44 pm
1218
chengchangwu@... wrote: ... I thought we were fairly complete. Which are missing? ... Where possible, I made separate classes in lib/gtk/external; at...
Oliver Elphick
olly@...
Aug 14, 2001 7:21 pm
1219
Oliver, ... I have copied the comparison for a web site, I know egtk has improved itself since then. ... Compatiblity is always an issue :( The new eGTK should...
Cheng-Chang Wu
chengchangwu@...
Aug 15, 2001 2:15 am
1220
... Andreas, Thanks for this information. I've extracted the newest version of gtk and begin studying this. I think the keypoint is the new version of gobject....
chengchangwu@...
Aug 15, 2001 6:24 am
1221
Hi, Perhaps another approach to combining Eiffel and GTK is to use libglade (http://developer.gnome.org/doc/API/libglade/libglade.html). Libglade interprets...
Richie Bielak
richieb@...
Aug 16, 2001 7:59 pm
1222
Hi Richie, Can we then develop new widget classes? ... __________________________________________________ Do You Yahoo!? Make international calls for as low as...
Cheng-Chang Wu
chengchangwu@...
Aug 16, 2001 11:59 pm
1223
... With libglade we shouldn't need widget classes, just the callbacks. But I haven't looked deeply into this. ...richie -- "It is a good day to code."...
Richie Bielak
richieb@...
Aug 17, 2001 12:10 am
1224
... Surely we would still need to interact with widgets for which we would need eiffel objects to wrap them. There are still cases where you want dynamic...
Dan Elphick
dre00r@...
Aug 17, 2001 11:56 am
1225
I'm starting to work on eiffel bindings for the new GTK 2.0 API. I've examined the introspection facilities of GObject. I don't think they fulfill our needs. I...
... Great! This sounds like a great idea. Which compiler are you using ISE 5? Or just SmallEiffel? Do you have write access to CVS? If not Oliver should...