Hi, Luca, Are the error message boxes showing during Eiffel Studio installation or when you starting/running Eiffel Studio (which is already installed)?...
12218
luca paganotti
luca.paganotti
Jul 1, 2008 7:51 am
Hi Larry, thanks for your reply. I'm not able to install and then launch EiffelStudio, the messageboxes display at the end of the new files copy step. I take...
12219
Iliyan Gochev
ilian_gochev
Jul 1, 2008 8:20 am
Thank you, I think I fixed those issues, but now I got new one: the linking breaks with the following error message: wmt_support.lib(wmt_support.obj) : error...
12220
Finnian
finnianr
Jul 1, 2008 9:42 am
I would suggest using Excel as a psuedo RDBMS via SQL/ODBC. I have used this technique with Java and see no reason why it shouldn't work with Eiffel. Not sure...
12221
Ian Joyner
i.joyner@...
Jul 1, 2008 12:24 pm
I think it's a permissions problem. I can get the basic project to build in my administrator usercode (the first one set up when OS X is installed). However, I...
12222
Jann Röder
roederja@...
Jul 1, 2008 1:09 pm
Well honestly the problems you are describing don't seem to be mac related. I've seen ES behave really strangely when there was a permissions issue with the...
12223
Ian Joyner
i.joyner@...
Jul 1, 2008 1:32 pm
Very strange in that case. I have delete EIFGENs many times. I launch ES through X11 both 'estudio39; and 'sudo estudio'. Do you mean I shouldn't do it in X11? ...
12224
Peter Gummer
peter_gummer
Jul 1, 2008 1:35 pm
... I don't run it under root and it works fine. I do run it under an admin account, however. ... No, you build it yourself on your own machine, when you type...
12225
Peter Gummer
peter_gummer
Jul 1, 2008 1:39 pm
... You normally launch it by double-clicking the EiffelStudio icon: /Applications/MacPorts/Eiffel62/EiffelStudio.app - Peter Gummer...
12226
Ian Joyner
i.joyner@...
Jul 1, 2008 1:58 pm
... That's what works for me. ... No I built it under the admin usercode....
12227
Ian Joyner
i.joyner@...
Jul 1, 2008 1:59 pm
... OK, trying that I get: 1/07/08 11:57:03 PM com.apple.launchd[183] ([0x0-0xf40f4].EiffelStudio[2376]) Stray process with PGID equal to this dead job: PID...
12228
Peter Gummer
peter_gummer
Jul 1, 2008 2:04 pm
... I do have uxterm. Which version of Mac OS X are you running? How did you install X11? - Peter Gummer...
12229
Jann Röder
roederja@...
Jul 1, 2008 3:14 pm
To clear some things up: 1. ES is always installed with root rights. You ran _sudo_ port install, remember. So it doesn't matter under which username you...
12230
Emmanuel Stapf [ES]
manus_eiffel
Jul 1, 2008 5:14 pm
... Those requires the C code provided by the Matisse binding to be updated to the new EiffelStudio 6.2 headers. The macro RTAS_OPT can be safely replaced by...
12231
Emmanuel Stapf [ES]
manus_eiffel
Jul 1, 2008 5:15 pm
... This is the difference between manually wrapping C/C++ code versus a code generator. The code generator has to generate everything since it cannot know the...
12232
Emmanuel Stapf [ES]
manus_eiffel
Jul 1, 2008 5:21 pm
I've seen this in the past. It is a problem with the installation of the .NET framework. Have a look at the following URLs: - http://tinyurl.com/2rj93p -...
12233
luca paganotti
luca.paganotti
Jul 1, 2008 6:11 pm
Hi Manu, your hint solves the problem, EiffelStudio installed and running. Thanks Luca On Tue, Jul 1, 2008 at 7:20 PM, Emmanuel Stapf [ES] <manus@...> ...
12234
Ian Joyner
i.joyner@...
Jul 2, 2008 4:39 am
OK, it's me. I found a uxterm on a backup drive in the corresponding / usr/X11R6/bin folder. Copying seemed to work under admin usercode to double click ES....
12235
Chris Saunders
saunders7777
Jul 2, 2008 7:38 am
I was working on a Vision2 application without problems until I tried to finalize it. I got this error message from the C compiler (Visual Studio 2008): ...
12236
Iliyan Gochev
ilian_gochev
Jul 2, 2008 9:41 am
Hi Manu, I've replaced the RTAS_OPT macro and now I only have to fix the C codes using References(). Below are the two C functions that make use of ...
12237
Greg C
gmc444
Jul 2, 2008 10:58 pm
I disagree. It's possible to extract a list of objects defined in a COM interface, and it should be possible to direct a code generator to only wrap specific...
12238
Emmanuel Stapf [ES]
manus_eiffel
Jul 2, 2008 11:06 pm
I was refering not only to the EiffelCOM Wizard but also to EWG which has the same problem. Of course your solution works in the case of EWG, but it is a lot...
12239
Ian Joyner
i.joyner@...
Jul 3, 2008 3:25 am
I still can't double click ES in my usercode, although it is working in a fresh usercode. I have even rebooted the machine (almost forgotten how OS X is so...
12240
Finnian
finnianr
Jul 3, 2008 12:21 pm
I have provided the following code as an example/model for anyone who would like to hand craft their own COM C++ 'lite' interface to something which can be...
12241
Finnian
finnianr
Jul 3, 2008 12:36 pm
http://www.eiffel-loop.com/examples/Windows link COM example.zip...
12242
Peter Gummer
peter_gummer
Jul 3, 2008 2:41 pm
... That sounds like you probably have "export DISPLAY=:0.0" in your .bashrc or somewhere, Ian. The X11 guys changed how this works. I think I recall a lot of...
12243
Emmanuel Stapf [ES]
manus_eiffel
Jul 3, 2008 6:28 pm
I would simply do. #include "eif_internal.h" EIF_REFERENCE eif_array_area (EIF_OBJECT obj) { return (eif_attribute (eif_access (obj), "area", EIF_REFERENCE,...
12244
Ian Joyner
i.joyner@...
Jul 4, 2008 2:21 am
... C'est la! Now where did I get that from? Looked like it was included in the setup of MacPorts. In fact yes, it is on this page linked from EiffelOnMac: ...
12245
Peter Gummer
peter_gummer
Jul 4, 2008 2:28 am
... I saw that on the EiffelStudio roadmap as something they are planning to do soon. Maybe 6.4? - Peter Gummer...
12246
Ian Joyner
i.joyner@...
Jul 4, 2008 4:35 am
OK, I have updated the wiki at http://dev.eiffel.com/EiffelOnMac. You might like to cast your expert eyes over this. Hopefully this will help others have a...