Hi, I have pg in /Library/PostgreSQL8 (symlink from /usr/local/pgsql) so the current "Io/addons/Postgres/build.io" will not find it. Added the following: ...
Hi, - PortAudio Since I have V19 w/ all the API incompatibilities no surprise here. Be nice though if a method of determining the pa version at compile time...
Hi, Needed to add: if(platform == "darwin", dependsOnFramework("AGL")) to the GLFW build.io. Also, anyone have problems using the default build of glfw on...
Hi, To have libstdc++.dylib found for SoundTouch I added: if(platform == "darwin", appendLibSearchPath("/usr/lib/gcc/powerpc- apple-darwin8/4.0.1")) to...
... I was actually complaining about that today, but was too lazy to make a patch. I added the change to my public repo. Should be in the main repo shortly. ...
I can build the DBI addon, but when I attempt to run the samples included in addons/DBI/samples/, I get: Exception: *** IoDBI error during dbi_initialize I've...
Hi Bart, After the next/attached change, there was a bug in delegateTo. The delegateTo bug has been fixed in a later patch. If you don't want to pull the fix...
Thanks, this solved the problem. Strange however that my darcs get or pull does not (yet) contain the fix you mentioned. Remark: Maybe in the future I should...
Hi Bart, ... Maybe the patch hasn't made it into Steve's repo yet. It will the next time he pulls. ... What program did you put up on sourceforge with Io in...
Steve, Thanks much for the update. I was still running a previous release that didn't have the SystemCall add-on (and the docs on the site at the time didn't...
Morgan Aldridge
makkintosshu@...
Dec 4, 2006 12:58 pm
9642
When building Io-2006-11-14 on Mac OS X 10.4.8 (client) on an Intel Mac (Core Duo, not Core 2 Duo) I ran across the following errors when running 'sudo make...
Morgan Aldridge
makkintosshu@...
Dec 4, 2006 1:23 pm
9643
... Strike that part of this bug report, it was too early in the morning. The rest holds true, though. Morgan Aldridge -- morgant@... ...
Morgan Aldridge
makkintosshu@...
Dec 4, 2006 1:26 pm
9644
Hi Jonathan, I wrote an iptables script generator in Io called SIFT-IO version 2. SIFT is an acronym for Scriptable Iptables Firewall Tool. It is probably not...
Sorry if this has been discussed before. I could not find a posting about it ... (not with some famous search engine nor with the yahoogroups search engine). ...
... Sorry to be late, I haven't read the list lately. This is nice, thanks :-) Perhaps letting the developer chooses what he prefers would be better in some...
... This has nothing to do with differential inheritance but dynamic vs. static typed languages. The class hierarchy in Python or Ruby is also quite flat. In...
... No there is no objcValue slot, remember that the Io->Objc autoconversion is still on, so you don't need to worry when passing Io objects to Objective-C...
Hi Marc, ... But there is a difference (maybe I should have said "shared"). Take this example: # # slot x is assigned a "non-object" value (not shared) # A1 :=...
Hi Marc, ... That actually works much better. For some reason I thought I tested that once but found out that it didn't work as expected (maybe I tried to ...
... 1 is an object and it is shared by all `A1` clones. ... Here you *rebind* the `x` in the cloned object to a *new* object. ... Here you *don't* rebind `x`...
The new online docs at <http://www.iolanguage.com/docs/reference/> really works like a dream. Very nice! Now we only have to fill in the missing parts ... ;-) ...
... it you ... better ... In fact now that I look at it with a fresh mind, ioValue should not exist either, since ioValue == cString for NSString and ioValue...