Difference between revisions of "User:Dfurrer"
(→Latest news) |
|||
Line 11: | Line 11: | ||
==Latest news== | ==Latest news== | ||
− | '''03.04:''' With some help of | + | '''06.04:''' We now have a graphical version of ES 5.7 running on OS X (both ppc and intel). The problem was with the fintconfig libraray: The 2.3.2 version seems to crash where the 2.2.3 works fine. There are still a few problems with fonts sizes though.. |
+ | |||
+ | '''03.04:''' With some help of Jann I managed to compile EiffelStudio on my intel-mac. The compiler seems to work but when I try to start in graphical mode I now get the same error (segfault in a pango call) we have seen on the ppc-mac before. | ||
'''30.04:''' A new built F_Code from a fresh checkout is available at http://n.ethz.ch/student/dfurrer/files/F_code.tar.gz . The GUI seems to work calling "ec -from_bench". | '''30.04:''' A new built F_Code from a fresh checkout is available at http://n.ethz.ch/student/dfurrer/files/F_code.tar.gz . The GUI seems to work calling "ec -from_bench". |
Revision as of 04:56, 6 May 2006
I'm currently working on the mac port of EiffelStudio.
Contact
Mail: dfurrer AT student DOT ethz DOT ch Jabber: assimil8or@jabber.org ICQ: 84535375 Skype: assimil8or
Latest news
06.04: We now have a graphical version of ES 5.7 running on OS X (both ppc and intel). The problem was with the fintconfig libraray: The 2.3.2 version seems to crash where the 2.2.3 works fine. There are still a few problems with fonts sizes though..
03.04: With some help of Jann I managed to compile EiffelStudio on my intel-mac. The compiler seems to work but when I try to start in graphical mode I now get the same error (segfault in a pango call) we have seen on the ppc-mac before.
30.04: A new built F_Code from a fresh checkout is available at http://n.ethz.ch/student/dfurrer/files/F_code.tar.gz . The GUI seems to work calling "ec -from_bench".
24.04: I've uploaded the F_code on my ethz webspace. You can get it here: --removed-- . It compiles sucessfully under linux, I couldn't get the GUI to start though.
23.04: I'm trying to compile the code on my Ubuntu Linux installation using gcc3.3 and gtk2.8.17 - the same versions that are available on the mac (gtk2 through darwin ports).