console info

2010-05-07 Thread objc
Hi Sven, I'm messing around with MS Windows right now... One interesting way is "How to spawn console processes with redirected standard handles" sample code at : http://support.microsoft.com/kb/190351 and it is quite a general solution for many applications (such as using guile with window

Re: Guile and C++

2010-05-14 Thread objc
Dear Noah, there are no inherent problems with mixing Guile, C, C++, guile (MS windows, LINUX,GNUStep,X11) Depends on how you order your includes, which OS you use, version conflicts etc. Using scoping rules to the fullest you can pretty much mix it up as you like. obj.

Demo program guile(1.8.7) Win32(XP) C++ g++( 4.3.4) cygwin(1.7.7-1) UNICODE tortoise (integrated console)

2010-12-11 Thread objc
Any interest in any of the above keywords ? I wrote it, should I publish it ? Interested in knowing if people use MSwindows and guile much ? regards, objcjohn

guile 2.0.1 working on cygwin (probably 2.0.0 also)

2011-05-22 Thread objc
Hi Guilers, I've got guile 2.0.1 to work on cygwin with a nasty "test hack". in scm_to_stringn function: ret = mem_iconveh (jrgbuf, ilen, "ISO-8859-1" //?? , enc,//"ANSI_X3.4-1968" "ISO-8859-1" "UTF-8"

Re: Guile portability?

2011-09-22 Thread objc
Hi Paul, On the Microsoft Windows front, it builds if you use cygwin (for the POSIX) stuff. The README file with the guile distribution gives you info. on how to build it on different systems. John. -- From: "Paul Smith" Sent: Thursday, Septe

Re: Neat hacks for a birthday

2012-02-19 Thread objc
Hi, Here is a graphical interface to Guile based on the tortoise demo for Windows. http://www.branch-twigg.webs.com/ twigg,tar.7z (tarball) contains learn1_lib.cpp to build a DLL (C functions and scheme interface ) and twigg.exe to expose the windows handle (HWND). regards, John

Re: Mingw / Cygwin

2012-08-21 Thread objc
Hi Righard, All versions of Guile work well with Cygwin on Windows. See:- http://lists.gnu.org/archive/html/guile-sources/2011-09/msg0.html Regards, John. -- From: "Righard van Roy" Sent: Friday, August 17, 2012 9:32 PM To: Subject: Mingw

Guile and MSWindows

2013-01-29 Thread objc
Hi Guiler's, Are there any MSWindows guile users out there ? I just built guile-2.0.7.18-03a2f Check out http://branch-twigg.webs.com/ for what I done with it. currently playing with BioSchematics - L-System Parser and Drawing tool by - Xavier Raynaud If I get it to do any useful work might ent

Re: Guile and MSWindows

2013-02-01 Thread objc
: "Ludovic "Courtès"" Sent: Friday, February 01, 2013 5:13 PM To: "objc" Cc: Subject: Re: Guile and MSWindows Hi, "objc" skribis: I just built guile-2.0.7.18-03a2f Check out http://branch-twigg.webs.com/ for what I done with it. currently playing with Bi

Re: Guile and MSWindows

2013-02-02 Thread objc
available. regards, John Goodwin. > -- > From: "Ludovic "Courtès"" > Sent: Friday, February 01, 2013 5:13 PM > To: "objc" > Cc: > Subject: Re: Gui

Re: Guile and MSWindows

2013-02-05 Thread objc
(let-values (((instr exec) (instrumented/executed-lines data "foo.scm"))) (and (= 2 instr) (= 2 exec)) $1 = #t scheme@(guile-user)> --- Regards, John Goodwin

Re: guile 2.0.9 build on mingw

2013-05-20 Thread objc
Hi Eli, I've seen problems like this too. GENguile-procedures.texi Throw without catch before boot: You have to build guile.exe properly before guile-procedures.texi etc... works because guile.exe (guilec.exe) builds them. To get the build right, I change ports.c print.c and strings .c 92