User:Spooky

I'm a student at ETH Zürich and I'm working on the Vision2 Cocoa/Carbon port.

Mail : roederja AT student DOT ethz DOT ch
Jabber : spooky@amessage.de
ICQ : 29794099
Skype : spooky23

I've created a binary package for MacOS X PowerPC

This is a little script I use to build a fresh EiffelStudio binary. I do SVN updates by hand.

#!/bin/bash

cd $EIFFEL_SRC/C
make clobber
./quick_configure

cd $EIFFEL_SRC/library/event/Clib
finish_freezing -library
cd $EIFFEL_SRC/library/net/Clib
finish_freezing -library
cd $EIFFEL_SRC/library/vision2/Clib
finish_freezing -library
cd $EIFFEL_SRC/library/vision2/implementation/gtk/Clib
finish_freezing -library

cd $EIFFEL_SRC/Eiffel/Ace
ec -config ec.acex -target bench -finalize -c_compile