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

Yahoo! Groups Tips

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

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2756 - 2785 of 10708   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2756
Hi everyone... I got the following problems while building IoDestkop (release 2003 11 23) on Linux Mandrake 9.1 : - libportaudio not found - it was in...
bdesth
Offline Send Email
Dec 2, 2003
12:33 am
2757
Hi again I had to correct the 'install' target in the IoDesktop and IoServer dirs makefiles. The rule was like : cp ../ioXXX /usr/local/bin instead of cp ioXXX...
bdesth
Offline Send Email
Dec 2, 2003
1:48 am
2758
Writing an Io object that adds Multicast DNS Service Discovery Protocol (Rendezvous) support, and to make development easier I'm using DynLib. I found a bug...
Austin K. Kurahone
akurahone
Offline Send Email
Dec 2, 2003
4:11 pm
2759
... Thanks for the bug report - I've added a fix. ... That sounds ok. Can you send me a patch? -- Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Dec 2, 2003
11:59 pm
2760
... Hi Bruno, Thanks for the bug report and suggested fix. At various points people have sent me the follow "working" link options for linux: 1. -lXi -lXmu...
Steve Dekorte
stevedekorte
Offline Send Email
Dec 3, 2003
12:04 am
2761
... *sighs* gotta love how different distributions throw the same file in different places. Something like "-L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -lGL...
Austin K. Kurahone
akurahone
Offline Send Email
Dec 3, 2003
12:41 am
2762
On Tue, 2 Dec 2003 16:04:26 -0800, "Steve Dekorte" <steve@...> ... Some options: 1) Have make compile a little test application trying each of the four...
Chris Double
doublecnz
Offline Send Email
Dec 3, 2003
1:18 am
2763
Hi Bruno, ... Thanks for the bug report - I've added your fix. ... -- Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Dec 3, 2003
9:29 am
2764
I've added an Io add-on for the Lightning just-in-time compiler. It's pretty crude at the moment and only support basic math, branch and stack operations....
Steve Dekorte
stevedekorte
Offline Send Email
Dec 3, 2003
10:07 am
2765
Does io have a builtin search path for file loading methods? If it does not, has someone already started work on such a thing? If not, what kind(s) of...
Stefan Schmiedl
dtsttcpw
Offline Send Email
Dec 6, 2003
7:26 pm
2766
Io> a = "d00bed00beed00" fromBase(16) ==> 4294967295.000000 Io> a asBase(16) <pre> Stack trace on current coroutine ... ExceptionId: Io.Object.doesNotRespond ...
Stefan Schmiedl
dtsttcpw
Offline Send Email
Dec 6, 2003
8:27 pm
2767
... There is no asBase method - manual is out of date. It should be "toBase". When you run across problems like this, you can easily find the list of methods...
Steve Dekorte
stevedekorte
Offline Send Email
Dec 6, 2003
11:36 pm
2768
... No. ... There is the autoloader example here: http://www.iolanguage.com/SampleCode.html ... I'm not sure. At the moment, I like the autoloader route. But...
Steve Dekorte
stevedekorte
Offline Send Email
Dec 6, 2003
11:41 pm
2769
... Dang. I tried toBase ... but only with a Number as receiver. s. -- Stefan Schmiedl ...
Stefan Schmiedl
dtsttcpw
Offline Send Email
Dec 7, 2003
2:02 am
2770
Release 2003 12 23 - AudioMixer, Micro, fixes ============================================== - added AudioMixer proto - added Micro addon (uses GNU Lightning...
Steve Dekorte
stevedekorte
Offline Send Email
Dec 8, 2003
12:17 am
2771
Hallo! ... I tried to compile this on a freshly updated debian/sid, but something with Micro seems to go wrong: make[3]: Entering directory...
Daniel Wunsch
the.gray@...
Send Email
Dec 8, 2003
1:44 am
2772
... Sound like Lightning didn't configure. Did you run configure before building? If so, can you go into IoServer/Micro and do a "make configure" and make sure...
Steve Dekorte
stevedekorte
Offline Send Email
Dec 8, 2003
2:02 am
2773
Hello, ... In this version, Future isReady() always returns Nil. % ./io IoVM version 20031207 Io> f = @version Io> f isReady ==> Nil Io> f value // wait until...
Takanori Ishikawa
takanori_is1978
Offline Send Email
Dec 8, 2003
3:32 am
2774
Hi, In a earlier post I wrote about hacking up Io Dynlib module that adds MDNS Service Discovery Protocol (Rendezvous) functionality. I've uploaded the first...
Kentaro A. Kurahone
akurahone
Offline Send Email
Dec 8, 2003
8:48 am
2775
... Very cool! Does the MDNSD lib do any blocking? -- Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Dec 8, 2003
9:08 am
2776
... Thanks for the bug report. I've added a fix and will try to push it out tomorrow. If you would like it sooner, just let me know and I'll email you the fix....
Steve Dekorte
stevedekorte
Offline Send Email
Dec 8, 2003
9:16 am
2777
On Mon, 8 Dec 2003 01:08:15 -0800 ... Nope. I've isolated the main event loop and use nonblocking poll() and yield the IoState scheduler in strategic...
Kentaro A. Kurahone
akurahone
Offline Send Email
Dec 8, 2003
9:31 am
2778
... Excellent. :-) ... After you get that version out, would you mind if I added it to IoServer? -- Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Dec 8, 2003
9:50 am
2779
On Mon, 8 Dec 2003 01:50:13 -0800 ... Not at all. After all the only reason why I'm using Dynlib right now is so I can bang on the code there/it cuts the...
Kentaro A. Kurahone
akurahone
Offline Send Email
Dec 8, 2003
9:54 am
2780
I tried writing macro by modification of message-tree (just a exercise). When passing Nil argument to Message.setAttachedMessage() raises an exception Io>...
Takanori Ishikawa
takanori_is1978
Offline Send Email
Dec 8, 2003
11:58 am
2781
... That's a bug - thanks. I've added a fix and will include it in tomorrow's release. Cheers, -- Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Dec 8, 2003
12:07 pm
2782
I've noticed that the function glutSolidTeapot is not included in the file /IoDesktop/ OpenGL/IoGLUTfunc.h. Can that be easily fixed? I've been experimenting a...
Jon Kleiser
jon_kleiser
Offline Send Email
Dec 8, 2003
3:26 pm
2783
... like ... I have the same problem. I tried this idea and got the following output: $ make configure cd base/lightning; make make[1]: Entering directory...
patrickgremo
Offline Send Email
Dec 8, 2003
8:21 pm
2784
I'm using Io on Win32. I can build IoVM with MinGW and the up arrow works for retrieving history. I can only get IoServer to compile under Cygwin but the arrow...
patrickgremo
Offline Send Email
Dec 8, 2003
9:09 pm
2785
... before ... I tried downloading and compileing lightning-1.1.1, compileing it and copying the lightning directory to "right" spot under ...Micro/base and it...
patrickgremo
Offline Send Email
Dec 8, 2003
9:13 pm
Messages 2756 - 2785 of 10708   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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