Bug#648933: Orphaning emile

2012-01-01 Thread Thorsten Glaser
I’m working on this, via git/collab-maint/emile. My hacking time for today is up, though, so it will take a bit longer. Just FYI. I’ve also got someone who will test the result. bye, //mirabilos -- “Having a smoking section in a restaurant is like having a peeing section in a swimming

Bug#648933: Orphaning emile

2011-12-18 Thread Thorsten Glaser
Laurent Vivier dixit: >Tested with a floppy disk on a mac mystic and a LCIII: works fine. OK, cool. I will update the Debian package then. bye, //mirabilos -- "Using Lynx is like wearing a really good pair of shades: cuts out the glare and harmful UV (ultra-vanity), and you feel so-o-o COO

Bug#648933: Orphaning emile

2011-12-18 Thread Laurent Vivier
Tested with a floppy disk on a mac mystic and a LCIII: works fine. If someone can provide me an installation CD iso of the current release, I can try to make a bootable one. Regards, Laurent Le vendredi 16 décembre 2011 à 05:29 +0100, Laurent Vivier a écrit : > Le mercredi 14 décembre 2011 à 10:

Bug#648933: Orphaning emile

2011-12-15 Thread Laurent Vivier
Le mercredi 14 décembre 2011 à 10:44 +1100, Finn Thain a écrit : > On Tue, 13 Dec 2011, Thorsten Glaser wrote: > > > Hi, > > > > I can try to update the package and build it with gcc-4.4 (which is our > > current standard although people would love to switch to gcc-4.6), if > > that works. > >

Bug#648933: Orphaning emile

2011-12-14 Thread Finn Thain
On Thu, 15 Dec 2011, Laurent Vivier wrote: > Where can I find a [...] cross-compiler ? Thorsten has provided some debs here http://wiki.debian.org/M68k/Gcc Finn -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@list

Bug#648933: Orphaning emile

2011-12-14 Thread Finn Thain
On Wed, 14 Dec 2011, Andreas Schwab wrote: > > This now dereferences too much. > Oops. Thanks for spotting that. I'll leave it to Laurent to fix. Finn -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian

Bug#648933: Orphaning emile

2011-12-14 Thread Laurent Vivier
Hi, Le mercredi 14 décembre 2011 à 10:44 +1100, Finn Thain a écrit : > On Tue, 13 Dec 2011, Thorsten Glaser wrote: > > > Hi, > > > > I can try to update the package and build it with gcc-4.4 (which is our > > current standard although people would love to switch to gcc-4.6), if > > that works.

Bug#648933: Orphaning emile

2011-12-13 Thread Thorsten Glaser
Finn Thain dixit: >It fails to build with "error: dereferencing type-punned pointer will >break strict-aliasing rules". An untested patch follows. Mh. If it’s just these, I think no big deal. I also got an offer to test, and in the meantime we were switched to gcc-4.6 but I’ll just try (in my va

Bug#648933: Orphaning emile

2011-12-13 Thread Andreas Schwab
Finn Thain writes: > @@ -21,7 +22,9 @@ OSErr SerGetBuf(short refNum, long *count) > > res = PBStatusSync((ParmBlkPtr)¶m); > > - *count = *(long*)param.csParam; > + p = (((unsigned)param.csParam[0] & 0x) << 16) + > + (((unsigned)param.csParam[1] & 0x) << 0);

Bug#648933: Orphaning emile

2011-12-13 Thread Finn Thain
On Tue, 13 Dec 2011, Thorsten Glaser wrote: > Hi, > > I can try to update the package and build it with gcc-4.4 (which is our > current standard although people would love to switch to gcc-4.6), if > that works. I was able to built it (without docs, I didn't have the tools) from the gitoriou

Bug#648933: Orphaning emile

2011-12-13 Thread Thorsten Glaser
Hi, I can try to update the package and build it with gcc-4.4 (which is our current standard although people would love to switch to gcc-4.6), if that works. However, I cannot test the resulting binaries. Laurent or Finn, I’d need your help with that then. Preferably before uploading, of course ;

Bug#648933: Orphaning emile

2011-12-09 Thread Laurent Vivier
EMILE sources are now hosted on gitorious: https://www.gitorious.org/emile Since commit bc40d969f it can be compiled with gcc-4: https://www.gitorious.org/emile/mainline/commit/5d2fe2dbb2daa7b5d4b2f3b1ddf9ccbbc40d969f commit 5d2fe2dbb2daa7b5d4b2f3b1ddf9ccbbc40d969f Author: Laurent Vivier Date: