Hello, When I pick a library from the left-hand side menu on http://eiffel.com/libraries/, for example EiffelThread, EiffelWeb or Eiffel2Java, and then click...
16741
Jocelyn Fiat [ES]
jfiat@...
Apr 1, 2010 12:30 pm
It seems to be obsolete links please have a look at http://docs.eiffel.com/book/solutions/solutions http://docs.eiffel.com/book/solutions/eiffelthread ...
16742
Joachim Baran
joachim.baran@...
Apr 1, 2010 7:22 pm
Hello, Is there an elegant way to support multiple data stores within a single Eiffel program? Right now, I will write something along the lines of: ...
16743
Joachim Baran
joachim.baran@...
Apr 1, 2010 7:30 pm
Hello, again, ... Oh my.. Ingres /= PostgreSQL. I imagine I will have to use the ODBC driver for PostgreSQL then as well. Joachim -- B.1079 Michael Smith...
16744
Guus Leeuw
guusleeuw
Apr 1, 2010 9:25 pm
Joachim, aha... A colleague of mine would say: It depends :) If you are trying to achieve loading data from one, and storing that data in another engine (or...
16745
Guus Leeuw
guusleeuw
Apr 1, 2010 9:26 pm
Please see http://eiffelstudio.origo.ethz.ch/node/385 for the details. Patches are there also. Regards, Guus [Non-text portions of this message have been...
16746
Guus Leeuw
guusleeuw
Apr 1, 2010 9:37 pm
Right, I've gone and done the thing and announced MySQL binding available on http://eiffelstudio.origo.ethz.ch/node/385 The patches are there too. Have fun. ...
16747
Joachim Baran
joachim.baran@...
Apr 1, 2010 9:40 pm
Hello, ... Good point. Thanks, Joachim -- B.1079 Michael Smith Building Faculty of Life Sciences The University of Manchester Oxford Road Manchester M13 9PT ...
16748
David Le Bansais
dlebansais
Apr 1, 2010 9:45 pm
... I believe you can't inherit from both GENERIC[G] and GENERIC[H]. I'm not sure if that's a theoretical or implementation issue though. Regards, David Le...
... The ECMA standard disallows such use of inheritance because it is quite complicated to get right from the user point of view as you end up having to ...
16751
Guus Leeuw
guusleeuw
Apr 1, 2010 10:14 pm
I stand corrected. ________________________________ From: Emmanuel Stapf [ES] <manus@...> To: eiffel_software@yahoogroups.com Sent: Thu, April 1, 2010...
16752
Mark Bolstad
render_dude
Apr 2, 2010 4:16 am
You need the mac development environment. Get it from here: http://developer.apple.com/technologies/xcode.html You'll need to register as a developer (it's...
16753
Jann Röder
roederja@...
Apr 2, 2010 4:16 am
You need to install XCode. See here: http://trac.macports.org/wiki/InstallingMacPorts...
16754
Colin LeMahieu
colinlema
Apr 2, 2010 4:17 am
Most of the stuff at the command line level is going to be the same as any *NIX environment. It looks like it can't find the `make' utility. Make is the main...
16755
Marco Piccioni
marcopiccioni65
Apr 2, 2010 4:18 am
Hi Jimmy, I assume you have installed macports properly. If you are not sure, you can double-check the necessary steps here: ...
16756
Joachim Baran
joachim.baran@...
Apr 2, 2010 10:47 am
Hi, I still have some troubles with Eiffel's database interface. Whilst it does not make sense for ODBC, I wonder how I can set the port of the database to...
16757
Emmanuel Stapf [ES]
manus_eiffel
Apr 2, 2010 3:10 pm
I dont' know about Unix, but on Windows when you configure an ODBC database you can specify some details on the ODBC database. Hopefully this can also be done...
16758
Joachim Baran
joachim.baran@...
Apr 2, 2010 3:18 pm
... Do you mean the configuration of the ODBC source? I can have various destinations in my '/etc/odbc.ini' which I can use to link-out to various databases on...
16759
Jimmy Johnson
boxer41a
Apr 2, 2010 9:50 pm
Let me start by saying thanks to all who have helped with this. I have xcode and EiffelStudio seems to be working. I'm having trouble finding the .profile...
16760
Jimmy Johnson
boxer41a
Apr 2, 2010 10:00 pm
How do most people set up their eiffel source directories? I have a directory where I keep all my source files and a directory in which I tell Eiffel to put...
16761
rfo@...
roger.osmond
Apr 2, 2010 11:03 pm
Hi Jimmy For all non-trivial projects, I do as you do, with a separate build area. By convention, I have a $PROJECTS directory. Under that I put my projects...
16762
Jimmy Johnson
boxer41a
Apr 3, 2010 12:17 am
Good to hear I'm not off my rocker. I guess I just wonder why Eiffel Studio doesn't do something like that automatically. I would like to see this sort of...
16763
Peter Gummer
peter_gummer
Apr 3, 2010 1:48 am
... I imagine that the reason is, how would EiffelStudio know where you wanted you "build" directory to be? As it is, it's trivially easy to specify where you...
16764
Jimmy Johnson
boxer41a
Apr 3, 2010 2:36 am
good point...
16765
Guus Leeuw jr.
leeuwguus
Apr 3, 2010 7:23 am
... [mailto:eiffel_software@yahoogroups.com] On Behalf Of Joachim Baran ... database you ... be done on ... Due to the main interface not allowing this, it has...
16766
Guus Leeuw jr.
leeuwguus
Apr 3, 2010 8:12 am
Hello, Attached is a patch against E66 to include Unix *only* syslog capabilities to the process/classic/unix cluster. process*.ecf does not need changes, as...
16767
Guus Leeuw
guusleeuw
Apr 3, 2010 8:32 am
here it is, then ________________________________ From: Guus Leeuw jr. <guus.leeuw@...> To: eiffel_software@yahoogroups.com Sent: Sat, April 3, 2010...
16768
Guus Leeuw jr.
leeuwguus
Apr 3, 2010 8:36 am
Wow. I take it, sending attachments is not possible on Yahoo groups??? I'll send the patch to Manu, and hopefully for you, it'll make it into SVN. From:...
16769
Joachim Baran
joachim.baran@...
Apr 5, 2010 5:32 pm
Hi, Unfortunately, despite my ongoing efforts to use Eiffel for implementing on upcoming project, I have now decided not to use it. While this is pretty...