Search the web
Sign In
New User? Sign Up
iolanguage · Io
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

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

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