http://www.dekorte.com/Software/C/Io/FAQ.html http://www.dekorte.com/Software/C/Io/help.html If anyone has suggestions for more FAQ questions, please send them...
Was poking around the net today and ran across this review of Io: http://pragprog.com/pragdave/Tech/Random/IO.rdoc,v I've seen Io mentioned on several blogs,...
Hey, that's a review by Dave of the Pragmatic Programmers, one of the two guys who single-handedly (double-handedly?) popularized Ruby in the West. Good person...
BTW, here's the results of trying to compile the latest IoDesktop under
Linux.... Not quite happening.
Also, I was wondering... would you consider making a...
... Ed, Looks like you're missing the command line tool "sed": "../libtool: /usr/bin/sed: No such file or directory" Cheers, Steve OSX freeware and shareware:...
... Markus, Thanks for the bug report and sorry for the difficulties. Can you figure out where the loop starts or email be the output of your configure run? ...
... Looks like changing the lines: SED="/usr/bin/sed" Xsed="/usr/bin/sed -e s/^X//" in IoDesktop/Movie/base/mpeg2dec to: SED="sed" Xsed="sed -e s/^X//" should...
... Yes, you're right. PLATFORM_xxx is never used in IoVM at all besides in the Makefile. So you could remove it from CFLAGS. But if you leave it there, we get...
... No need to hurry Steve, at least not for me. It seems there are only two or something testing Io on MinGW. And unfortunately I am more than busy with other...
... Oh, I see - sorry I didn't catch that before. I've commented the PLATFORM stuff out of the IoVM/base makefile. Cheers, Steve OSX freeware and shareware:...
I found out about Io only the other day. I tried to add "===" (as case-insensitive compare in Ruby) to String, and was surprised to find that String didn't...
... Looks this line: (cd $$i; make configure ); \ should be: if test -d $$i; then (cd $$i; make configure ); fi \ I've fixed it for the next release. Thanks...
After a bit of installing this and that (and ln -s ing many libs) I am down to this in the IoDesktop build: cc -o ioDesktop main.o IoDesktopInit.o -L....
Hey Jason! ... You might poke around in your /usr/include /usr/local/include and see where curses.h is hiding and add a -I<that path> to the CFLAGS of the ...
... It's true that a non-Object primitive's list of methods can't currently be modified. This could be easily changed but it would come at the cost of an extra...
On Wed, 5 Mar 2003 11:43:30 -0800, "Steve Dekorte" <steve@...> ... I get caught by this often. It makes it difficult (for me) to extend system classes...
Chris Double
chris.double@...
Mar 5, 2003 9:59 pm
527
http://www.dekorte.com/Software/C/Io/ Beta Release 2003 03 06 - fixes =============================== - changed launchPath to use current working directory if...
Anyone have suggestions on common methods that the primitives could use? That suggestion for an isEqualAnyCase method was a good one. Cheers, Steve OSX...
Thanks Steve! Trying the build on my debian machine right now. BTW, in the FAQ it says: "* Lua is a functional language, Io is a pure OO language" Is that...
Not getting a compile off the desktop on this one either for Linux --
though Server builds fine. I'm not sure I understand the problem
either, but FYI I'm...
Some strange behavior of 'Host' noted -- it seems to be returning reversed IP addresses! bash-2.05a$ ping www.google.com PING www.google.com (216.239.57.100):...