- various build fixes and a dll loading fix for non-osx machines
- fix for fractional second events such as timers and timeouts
- a C implementation of interpolate (by trevor with help from jer)
- small fix for List auto compaction
A new tarball release is up: http://www.iolanguage.com/downloads/ includes: - various build fixes and a dll loading fix for non-osx machines - fix for...
... Just to give people a heads-up on this point. There is a slight change in behaviour. Instead of using #io{...} to interpolate your code, you now use...
Hi Inash, Right now I'm running Mac OS X 10.4.7 on a G5 PPC Mac. At home (where I get the same results) I'm running the same OS on a G4 PPC Mac. Let me know if...
Hi Jon. Unfortunately I use Linux. If you were using Debian, Ubuntu or it's derivatives, I may be able to help. But good luck. ... -- Inash Zubair Leptone...
I downloaded this release on my PPC Mac (OSX 10.4.7), did the "make" and "sudo make install". 1) When I start Io by just typing "io", I get "Io 20060526". ;-) ...
... I don't think so. If I did, it must have been some while ago. Is it required? If it is, I think I need some more instructions. I've only read the...
... MacPorts (aka DarwinPorts) isn't explicitly required, but it's a convenient way to install all the necessary libs Io's addons depends on. You can build a...
... Is MacPorts/DarwinPorts supposed to be the answer to all those dependsOnLib() lines? I just installed Io-2006-09-29 and DarwinPorts-1.3.2. When I start io...
... This may be the answer to the question I posted a couple of minutes ago in another thread. Beside installing libpng, libgif, etc., what do I have to do so...
... First a few things: Io automatically searches /opt/local which is where darwinports/macports install stuff to, so you don't have to worry about any of...
... OK, that's good to know. I didn't see that in the error or the Makefile. ... Ah, that's one of those things I *should* have known, but didn't. Thanks for...
... Probably issues with freetype not being installed. That said, I'm not entirely sure without seeing a build log (from make clean all, to failure). -- Jeremy...
That freetype thing got me. I never got it working. Of course I haven't tried the latest IO sources, my build is still from July, which has suited me just ...