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...
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...
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...
... 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...
... *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...
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...
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....
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...
Io> a = "d00bed00beed00" fromBase(16) ==> 4294967295.000000 Io> a asBase(16) <pre> Stack trace on current coroutine ... ExceptionId: Io.Object.doesNotRespond ...
... 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...
... 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...
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@...
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...
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...
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...
... 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....
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...
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...
I tried writing macro by modification of message-tree (just a exercise). When passing Nil argument to Message.setAttachedMessage() raises an exception Io>...
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...
... 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...
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...
... 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...