Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

iolanguage · Io

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 9626 - 9655 of 13333   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
9626 Kon Lovett
noonofday Send Email
Dec 1, 2006
11:54 pm
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: ...
9627 Kon Lovett
noonofday Send Email
Dec 1, 2006
11:57 pm
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...
9628 Kon Lovett
noonofday Send Email
Dec 2, 2006
1:13 am
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...
9629 Kon Lovett
noonofday Send Email
Dec 2, 2006
2:22 am
Hi, To have libstdc++.dylib found for SoundTouch I added: if(platform == "darwin", appendLibSearchPath("/usr/lib/gcc/powerpc- apple-darwin8/4.0.1")) to...
9630 Kon Lovett
noonofday Send Email
Dec 2, 2006
2:35 am
Hi, When all addons build: Io/Makefile 86c86 < cat errors ... Best Wishes, Kon...
9631 Trevor Fancher
trevor.fancher Send Email
Dec 2, 2006
3:14 am
... Baptiste Heymann and I fixed the GLFW building issues today. The patches are in the public repo. ... Trevor Fancher...
9632 Trevor Fancher
trevor.fancher Send Email
Dec 2, 2006
3:53 am
... 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. ...
9633 Erik Garrison
geebusmcfeebus Send Email
Dec 2, 2006
5:25 am
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...
9634 Steve Dekorte
stevedekorte Send Email
Dec 2, 2006
5:39 pm
... Thanks, I've added your change. Btw, darcs is also handy for submitting fixes. Cheers, - Steve...
9635 Bart Botma
bart_botma Send Email
Dec 3, 2006
4:27 pm
I got an error: Exception: Message does not respond to 'setAttached&#39; ... Message setAttached A4_Exception.io 11 A := Object clone do( f :=...
9636 Steve Dekorte
stevedekorte Send Email
Dec 3, 2006
5:53 pm
... Hi Bart, Messages no longer have attached messages. Now they only have "next" Messages and end-of-lines (";") are explicit Messages. - Steve...
9637 Quag
quagath Send Email
Dec 3, 2006
6:50 pm
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...
9638 Bart Botma
bart_botma Send Email
Dec 3, 2006
8:05 pm
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...
9639 Steve Dekorte
stevedekorte Send Email
Dec 4, 2006
12:58 am
... Io is BSD licensed, so there shouldn't be any license issues. - Steve...
9640 Quag
quagath Send Email
Dec 4, 2006
2:40 am
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...
9641 Morgan Aldridge
makkintosshu@... Send Email
Dec 4, 2006
12:58 pm
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...
9642 Morgan Aldridge
makkintosshu@... Send Email
Dec 4, 2006
1:23 pm
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...
9643 Morgan Aldridge
makkintosshu@... Send Email
Dec 4, 2006
1:26 pm
... Strike that part of this bug report, it was too early in the morning. The rest holds true, though. Morgan Aldridge -- morgant@... ...
9644 Bart Botma
bart_botma Send Email
Dec 4, 2006
7:36 pm
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...
9645 Quag
quagath Send Email
Dec 5, 2006
10:49 pm
Interesting use of Io. I haven't seen it used for configuration like that before. Thanks, Jonathan....
9646 Bart Botma
bart_botma Send Email
Dec 6, 2006
9:21 pm
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). ...
9647 Quentin Mathé
qmathe Send Email
Dec 6, 2006
9:54 pm
... 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...
9648 Marc 'BlackJack&#...
marrin666 Send Email
Dec 7, 2006
9:31 am
... 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...
9649 Baptiste Heyman
baptisteheyman Send Email
Dec 7, 2006
3:23 pm
... 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...
9650 Bart Botma
bart_botma Send Email
Dec 7, 2006
6:10 pm
Hi Marc, ... But there is a difference (maybe I should have said "shared"). Take this example: # # slot x is assigned a "non-object&quot; value (not shared) # A1 :=...
9651 Steve Dekorte
stevedekorte Send Email
Dec 7, 2006
7:52 pm
... You can implement your own init method in your object it initialize it how you like (such as cloning some of the parent slots): ...
9652 Bart Botma
bart_botma Send Email
Dec 7, 2006
9:26 pm
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 ...
9653 Marc 'BlackJack&#...
marrin666 Send Email
Dec 7, 2006
10:02 pm
... 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`...
9654 Jon Kleiser
jon_kleiser Send Email
Dec 8, 2006
8:55 am
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 ... ;-) ...
9655 Baptiste Heyman
baptisteheyman Send Email
Dec 8, 2006
10:11 am
... 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...
Messages 9626 - 9655 of 13333   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help