Re: [Chicken-hackers] [PATCH] fix Mac OS X build

2014-01-28 Thread richo
into flames because it'll bring up a dialogue if there's a windowserver attached and then block forever. richo -- richo || Today's excuse: Terrorists crashed an airplane into the server room, have to remove /bin/laden. (rm -rf /bin/laden) http://blog.psych0tik.net pgpcK7i4NbmiK.pgp Description: PGP

Re: [Chicken-hackers] [PATCH] fix Mac OS X build

2014-01-28 Thread richo
such a case, but the most obvious possibility is releases of OSX before mavericks where a user just grabbed Xcode.app from someone else without actually invoking the installer. Felix, what release of OSX are you on? -- richo pgpk32toAQLKX.pgp Description: PGP signature

[Chicken-hackers] Test suite barfs about types.db

2013-02-03 Thread richo
script could be cleaned up to avoid duplicating copying types.db, which I'll also tackle tonight, but I need the test suite working before I can do much productive. Can anyone shed light on what's going on? -- richo || Today's excuse: HTTPD Error 666 : BOFH was here http://blog.psych0tik.net

Re: [Chicken-hackers] [PATCH] posix: Add optional atomic? argument to create-directory

2013-02-03 Thread richo
On 04/02/13 11:17 +1100, Richo Healey wrote: The atomic flag skips the check for directory existance, making it appropriate for dotlocks etc. This also begins unifying some of the duplicated code from posixwin and posixunix to a central interface in posix-common which calls out to helpers