From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "objc" Newsgroups: gmane.lisp.guile.user Subject: Guile and MSWindows Date: Tue, 29 Jan 2013 15:12:51 -0000 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0010_01CDFE33.1C1A1130" X-Trace: ger.gmane.org 1359472395 1312 80.91.229.3 (29 Jan 2013 15:13:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Jan 2013 15:13:15 +0000 (UTC) To: Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Jan 29 16:13:34 2013 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U0CsN-0004Ft-QV for guile-user@m.gmane.org; Tue, 29 Jan 2013 16:13:32 +0100 Original-Received: from localhost ([::1]:41940 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0Cs5-00032g-OU for guile-user@m.gmane.org; Tue, 29 Jan 2013 10:13:13 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:42496) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0Crz-00031l-Ag for guile-user@gnu.org; Tue, 29 Jan 2013 10:13:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0Crt-0001uZ-Hh for guile-user@gnu.org; Tue, 29 Jan 2013 10:13:07 -0500 Original-Received: from snt0-omc4-s13.snt0.hotmail.com ([65.55.90.216]:7615) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0Crt-0001tZ-8q for guile-user@gnu.org; Tue, 29 Jan 2013 10:13:01 -0500 Original-Received: from SNT127-DS19 ([65.55.90.201]) by snt0-omc4-s13.snt0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 29 Jan 2013 07:12:59 -0800 X-EIP: [zdO8XX2hAo5ApnF2R+dhM2HDNeAhO0qw] X-Originating-Email: [objcjohn@hotmail.com] X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 14.0.8117.416 X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8117.416 X-OriginalArrivalTime: 29 Jan 2013 15:12:59.0756 (UTC) FILETIME=[20046AC0:01CDFE33] X-detected-operating-system: by eggs.gnu.org: Windows XP X-Received-From: 65.55.90.216 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:9926 Archived-At: This is a multi-part message in MIME format. ------=_NextPart_000_0010_01CDFE33.1C1A1130 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable 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 enter it in Ludo=92s birthday = potluck. I just built guile-2.0.7.18-03a2f Testing... not too bad ?? john@emachines6260 = /cygdrive/c/wxWidgets-2.9.3/samples/guile-2.0.7.18-03a2f/test-suite $ guile-test john@emachines6260 = /cygdrive/c/wxWidgets-2.9.3/samples/guile-2.0.7.18-03a2f/test-suite $ cat guile.log | grep PASS | wc -l 1274 john@emachines6260 = /cygdrive/c/wxWidgets-2.9.3/samples/guile-2.0.7.18-03a2f/test-suite $ cat guile.log | grep UNSUP | wc -l 9 john@emachines6260 = /cygdrive/c/wxWidgets-2.9.3/samples/guile-2.0.7.18-03a2f/test-suite $ cat guile.log | grep FAIL | wc -l 16 john@emachines6260 = /cygdrive/c/wxWidgets-2.9.3/samples/guile-2.0.7.18-03a2f/test-suite $ cat guile.log | grep ERR | wc -l 16 john@emachines6260 = /cygdrive/c/wxWidgets-2.9.3/samples/guile-2.0.7.18-03a2f/test-suite $ cat guile.log | grep FAIL FAIL: tests/alist.test: sloppy-assq not FAIL: tests/alist.test: sloppy-assv not FAIL: tests/alist.test: assv not FAIL: tests/alist.test: assq-ref not FAIL: tests/alist.test: assv-ref not FAIL: tests/common-list.test: delete-if-not!: non-empty list, remove = some FAIL: tests/coverage.test: line-execution-counts: once FAIL: tests/coverage.test: line-execution-counts: several times FAIL: tests/coverage.test: line-execution-counts: some FAIL: tests/coverage.test: line-execution-counts: one proc hit, one proc = unused FAIL: tests/coverage.test: line-execution-counts: case-lambda FAIL: tests/coverage.test: line-execution-counts: all code on one line FAIL: tests/coverage.test: instrumented-source-files: source files are = listed as expected XFAIL: tests/eval.test: map: documented? XFAIL: tests/eval.test: define set procedure-name: procedure-with-setter FAIL: tests/fluids.test: fluids are GC'd $ cat guile.log | grep ERR ERROR: tests/bytevectors.test: 2.9 Operations on Strings: string->utf16 = - arguments: ((system-error "string->utf16" "failed to convert string: = ~A" ("hello, world") (-1))) ERROR: tests/bytevectors.test: 2.9 Operations on Strings: string->utf16 = [little] - arguments: ((system-error "string->utf16" "failed to convert = string: ~A" ("hello, world") (-1))) ERROR: tests/bytevectors.test: 2.9 Operations on Strings: utf16->string = - arguments: ((system-error "utf16->string" "failed to convert to = string: ~A" (#vu8(0 104 0 101 0 108 0 108 0 111 0 44 0 32 0 119 0 111 0 114 0 108 0 100)) (-1))) ERROR: tests/bytevectors.test: 2.9 Operations on Strings: utf16->string = [little] - arguments: ((system-error "utf16->string" "failed to convert = to string: ~A" (#vu8(104 0 101 0 108 0 108 0 111 0 44 0 32 0 119 0 111 0 114 0 108 0 100 0)) (-1))) ERROR: tests/bytevectors.test: 2.9 Operations on Strings: utf32->string = - arguments: ((system-error "utf32->string" "failed to convert to = string: ~A" (#vu8(0 0 0 104 0 0 0 101 0 0 0 108 0 0 0 108 0 0 0 111 0 0 0 44 0 0 0 32 0 0 0 119 0 0 0 111 0 0 0 = 114 0 0 0 108 0 0 0 100)) (-1))) ERROR: tests/bytevectors.test: 2.9 Operations on Strings: utf32->string = [little] - arguments: ((system-error "utf32->string" "failed to convert = to string: ~A" (#vu8(104 0 0 0 101 0 0 0 108 0 0 0 108 0 0 0 111 0 0 0 44 0 0 0 32 0 0 0 119 0 0 0 111 0 0 0 = 114 0 0 0 108 0 0 0 100 0 0 0)) (-1))) ERROR: tests/coverage.test: instrumented/executed-lines: instr =3D exec = - arguments: ((wrong-type-arg "car" "Wrong type argument in position ~A = (expecting ~A): ~S" (1 "pair" #f) (#f) )) ERROR: tests/coverage.test: instrumented/executed-lines: instr >=3D exec = - arguments: ((wrong-type-arg "car" "Wrong type argument in position ~A = (expecting ~A): ~S" (1 "pair" #f) (#f ))) ERROR: tests/coverage.test: procedure-execution-count: several times - = arguments: ((wrong-type-arg "=3D" "Wrong type argument in position ~A: = ~S" (1 #f) (#f))) ERROR: tests/coverage.test: procedure-execution-count: case-lambda - = arguments: ((wrong-type-arg "=3D" "Wrong type argument in position ~A: = ~S" (1 #f) (#f))) ERROR: tests/coverage.test: procedure-execution-count: applicable struct = - arguments: ((wrong-type-arg "=3D" "Wrong type argument in position ~A: = ~S" (1 #f) (#f))) ERROR: tests/coverage.test: procedure-execution-count: called from C - = arguments: ((misc-error "dynamic-pointer" "Symbol not found: ~a" = ("scm_call_2") #f)) ERROR: tests/coverage.test: procedure-execution-count: called from eval = - arguments: ((wrong-type-arg "=3D" "Wrong type argument in position ~A: = ~S" (1 #f) (#f))) ERROR: tests/foreign.test: make-pointer: equal? modulo finalizer - = arguments: ((misc-error "dynamic-pointer" "Symbol not found: ~a" = ("scm_is_pair") #f)) ERROR: tests/foreign.test: make-pointer: equal? modulo finalizer = (set-pointer-finalizer!) - arguments: ((misc-error "dynamic-pointer" = "Symbol not found: ~a" ("scm_is_pair") #f)) ERROR: tests/foreign.test: pointer<->string: bijection, utf-8 [latin1] - = arguments: ((decoding-error "scm_from_stringn" "input locale conversion = error" 138 #vu8(83 122 233 112 32 1 06 243 32 110 97 112 111 116 33))) comments welcome, JohnnyG It doesn't matter how beautiful your theory is, it doesn't matter how = smart you are. If it doesn't agree with experiment, it's wrong.=20 Richard P. Feynman=20 It doesn't matter how beautiful your program is, it doesn't matter how = smart you are. If it doesn't agree with guile-test, it's wrong.=20 ------=_NextPart_000_0010_01CDFE33.1C1A1130 Content-Type: text/html; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable
Hi Guiler's,
 
Are there any MSWindows guile users out = there=20 ?
 
I just built=20 guile-2.0.7.18-03a2f
Check out http://branch-twigg.webs.com/&= nbsp;for=20 what I done with it.
currently playing with BioSchematics - = L-System=20 Parser and Drawing tool by - Xavier Raynaud <x.raynaud@wanadoo.fr><= /DIV>
If I get it to do any useful work might = enter it in=20 Ludo=92s birthday=20 potluck.
I just built = guile-2.0.7.18-03a2f
 
Testing... not too bad ??
john@emachines6260=20 /cygdrive/c/wxWidgets-2.9.3/samples/guile-2.0.7.18-03a2f/test-suite
$=20 guile-test
 
john@emachines6260=20 /cygdrive/c/wxWidgets-2.9.3/samples/guile-2.0.7.18-03a2f/test-suite
$ = cat=20 guile.log | grep PASS | wc -l
1274
 
john@emachines6260=20 /cygdrive/c/wxWidgets-2.9.3/samples/guile-2.0.7.18-03a2f/test-suite
$ = cat=20 guile.log | grep UNSUP | wc -l
9
 
john@emachines6260=20 /cygdrive/c/wxWidgets-2.9.3/samples/guile-2.0.7.18-03a2f/test-suite
$ = cat=20 guile.log | grep FAIL | wc -l
16
 
john@emachines6260=20 /cygdrive/c/wxWidgets-2.9.3/samples/guile-2.0.7.18-03a2f/test-suite
$ = cat=20 guile.log | grep ERR | wc -l
16
 
john@emachines6260=20 /cygdrive/c/wxWidgets-2.9.3/samples/guile-2.0.7.18-03a2f/test-suite
$ = cat=20 guile.log | grep FAIL
FAIL: tests/alist.test: sloppy-assq = not
FAIL:=20 tests/alist.test: sloppy-assv not
FAIL: tests/alist.test: assv = not
FAIL:=20 tests/alist.test: assq-ref not
FAIL: tests/alist.test: assv-ref = not
FAIL:=20 tests/common-list.test: delete-if-not!: non-empty list, remove = some
FAIL:=20 tests/coverage.test: line-execution-counts: once
FAIL: = tests/coverage.test:=20 line-execution-counts: several times
FAIL: tests/coverage.test:=20 line-execution-counts: some
FAIL: tests/coverage.test: = line-execution-counts:=20 one proc hit, one proc unused
FAIL: tests/coverage.test:=20 line-execution-counts: case-lambda
FAIL: tests/coverage.test:=20 line-execution-counts: all code on one line
FAIL: = tests/coverage.test:=20 instrumented-source-files: source files are listed as expected
XFAIL: = tests/eval.test: map: documented?
XFAIL: tests/eval.test: define set=20 procedure-name: procedure-with-setter
FAIL: tests/fluids.test: fluids = are=20 GC'd
 
$ cat guile.log | grep ERR
ERROR:=20 tests/bytevectors.test: 2.9 Operations on Strings: string->utf16 - = arguments:=20 ((system-error "string->utf16" "failed to convert string: ~A" = ("hello,=20 world") (-1)))
ERROR: tests/bytevectors.test: 2.9 Operations on = Strings:=20 string->utf16 [little] - arguments: ((system-error "string->utf16" = "failed=20 to convert string: ~A" ("hello, world") (-1)))
ERROR: = tests/bytevectors.test:=20 2.9 Operations on Strings: utf16->string - arguments: ((system-error=20 "utf16->string" "failed to convert to string: ~A" (#vu8(0 104 0 101 0 = 108 0=20 108
0 111 0 44 0 32 0 119 0 111 0 114 0 108 0 100)) (-1)))
ERROR:=20 tests/bytevectors.test: 2.9 Operations on Strings: utf16->string = [little] -=20 arguments: ((system-error "utf16->string" "failed to convert to = string: ~A"=20 (#vu8(104 0 101 0 108
 0 108 0 111 0 44 0 32 0 119 0 111 0 114 0 = 108 0=20 100 0)) (-1)))
ERROR: tests/bytevectors.test: 2.9 Operations on = Strings:=20 utf32->string - arguments: ((system-error "utf32->string" "failed = to=20 convert to string: ~A" (#vu8(0 0 0 104 0 0 0 101 0 0
0 108 0 0 0 108 = 0 0 0=20 111 0 0 0 44 0 0 0 32 0 0 0 119 0 0 0 111 0 0 0 114 0 0 0 108 0 0 0 = 100))=20 (-1)))
ERROR: tests/bytevectors.test: 2.9 Operations on Strings:=20 utf32->string [little] - arguments: ((system-error "utf32->string" = "failed=20 to convert to string: ~A" (#vu8(104 0 0 0 101 0
 0 0 108 0 0 0 = 108 0 0 0=20 111 0 0 0 44 0 0 0 32 0 0 0 119 0 0 0 111 0 0 0 114 0 0 0 108 0 0 0 100 = 0 0 0))=20 (-1)))
ERROR: tests/coverage.test: instrumented/executed-lines: instr = =3D exec=20 - arguments: ((wrong-type-arg "car" "Wrong type argument in position ~A=20 (expecting ~A): ~S" (1 "pair" #f) (#f)
))
ERROR: = tests/coverage.test:=20 instrumented/executed-lines: instr >=3D exec - arguments: = ((wrong-type-arg=20 "car" "Wrong type argument in position ~A (expecting ~A): ~S" (1 "pair" = #f)=20 (#f
)))
ERROR: tests/coverage.test: procedure-execution-count: = several=20 times - arguments: ((wrong-type-arg "=3D" "Wrong type argument in = position ~A: ~S"=20 (1 #f) (#f)))
ERROR: tests/coverage.test: procedure-execution-count:=20 case-lambda - arguments: ((wrong-type-arg "=3D" "Wrong type argument in = position=20 ~A: ~S" (1 #f) (#f)))
ERROR: tests/coverage.test: = procedure-execution-count:=20 applicable struct - arguments: ((wrong-type-arg "=3D" "Wrong type = argument in=20 position ~A: ~S" (1 #f) (#f)))
ERROR: tests/coverage.test:=20 procedure-execution-count: called from C - arguments: ((misc-error=20 "dynamic-pointer" "Symbol not found: ~a" ("scm_call_2") #f))
ERROR:=20 tests/coverage.test: procedure-execution-count: called from eval - = arguments:=20 ((wrong-type-arg "=3D" "Wrong type argument in position ~A: ~S" (1 #f)=20 (#f)))
ERROR: tests/foreign.test: make-pointer: equal? modulo = finalizer -=20 arguments: ((misc-error "dynamic-pointer" "Symbol not found: ~a" = ("scm_is_pair")=20 #f))
ERROR: tests/foreign.test: make-pointer: equal? modulo finalizer = (set-pointer-finalizer!) - arguments: ((misc-error "dynamic-pointer" = "Symbol not=20 found: ~a" ("scm_is_pair") #f))
ERROR: tests/foreign.test:=20 pointer<->string: bijection, utf-8 [latin1] - arguments: = ((decoding-error=20 "scm_from_stringn" "input locale conversion error" 138 #vu8(83 122 233 = 112 32=20 1
06 243 32 110 97 112 111 116 33)))
 
 
comments welcome,
 
JohnnyG
 
It doesn't matter how beautiful your theory is, = it=20 doesn't matter how smart you are. If it doesn't agree with experiment, = it's=20 wrong.
Richard=20 P. Feynman=20 It=20 doesn't matter how beautiful your program is, it doesn't matter how = smart you=20 are. If it doesn't agree with guile-test, it's wrong.=20
------=_NextPart_000_0010_01CDFE33.1C1A1130--