Re: Incorrect guile pkg-config --libs and --cflags

2013-04-15 Thread Jan Synacek
On 04/15/2013 03:45 PM, Daniel Hartwig wrote: > On 15 April 2013 19:58, Daniel Hartwig wrote: >> or peculiar to the linker, libguile on your system, other? > > I see that this is related to the linker in fedora, which debian seems > also in the process of supporting. Indirect linkage like this i

Incorrect guile pkg-config --libs and --cflags

2013-04-15 Thread Jan Synacek
1] (the bug mentions guile-1.8, but it's the same with the latest stable guile). Cheers, -- Jan Synacek Software Engineer, Red Hat [1] https://bugzilla.redhat.com/show_bug.cgi?id=951781

Re: Guile 2.0.6 - some tests fail

2012-10-16 Thread Jan Synacek
Hello Ludovic, On 10/16/2012 04:28 PM, Ludovic Courtès wrote: > Hi Jan, > > Jan Synacek skribis: > >> Running ftw.test >> ERROR: ftw.test: file-system-fold: test-suite - arguments: ((match-error >> "match" "no matching pattern")) >&

Re: Guile 2.0.6 - some tests fail

2012-10-15 Thread Jan Synacek
; FAIL: ftw.test: scandir: no select >>> FAIL: ports.test: %file-port-name-canonicalization: absolute >>> canonicalization from ice-9 > > Can you try the following patch, then run “./check-guile ftw.test > ports.test”, and send the output? > > TIA, > Ludo’. >

Re: Guile 2.0.6 - some tests fail

2012-10-15 Thread Jan Synacek
Hello Mark, sorry for the mess. I had to use a webmail interface instead of my usual client and I'm not sure what happened.. -- Jan Synacek Software Engineer, BaseOS team Brno, Red Hat On 10/11/2012 02:43 PM, Mark H Weaver wrote: > Hi Jan, > > FYI, your email had "Cont

Re: Guile 2.0.6 - some tests fail

2012-10-11 Thread Jan Synacek
diff --git a/test-suite/tests/ftw.test b/test-suite/tests/ftw.test index 33537d0..a3be1a7 100644 --- a/test-suite/tests/ftw.test +++ b/test-suite/tests/ftw.test @@ -189,7 +189,7 @@ (up (lambda (n s r) (cons `(up ,n) r))) (skip (lambda (n s r) (cons `(skip ,n) r)))

Re: Guile 2.0.6 - some tests fail

2012-10-07 Thread Jan Synacek
On 10/06/2012 12:55 PM, Mark H Weaver wrote: > Jan Synacek writes: >> when I run 'make check', some guile tests fail and I'm not sure why [1, 2]. >> >> [1] http://jsynacek.fedorapeople.org/guile/check-guile.log >> [2] http://jsynacek.fedorapeople.o

Guile 2.0.6 - some tests fail

2012-10-04 Thread Jan Synacek
Hello list, when I run 'make check', some guile tests fail and I'm not sure why [1, 2]. [1] http://jsynacek.fedorapeople.org/guile/check-guile.log [2] http://jsynacek.fedorapeople.org/guile/check-guile-fails.log (only FAILs) Cheers, -- Jan Synacek Software Engineer, BaseOS team Brno, Red Hat

Re: Build failures - compiling TeXmacs under guile 2.0.5

2012-05-30 Thread Jan Synacek
Hello! On 05/29/12 at 03:54pm, Ludovic Courtès wrote: > Hi! > > Jan Synacek skribis: > > > Hm, this is weird. So TeXmacs seems to bundle the same eval.scm as guile has > > (among others)? > > You mean TeXmacs ships a file called ice-9/eval.scm? If that is the

Re: Build failures - compiling TeXmacs under guile 2.0.5

2012-05-29 Thread Jan Synacek
On 05/29/12 at 10:50am, Ludovic Courtès wrote: > Hi Jan, > > Jan Synacek skribis: > > > Unfortunately, it doesn't run well. Its window is blank after start. I > > captured > > a log [1]. Can you please take a look at it? What does "ERROR: no such &g

Re: Build failures - compiling TeXmacs under guile 2.0.5

2012-05-28 Thread Jan Synacek
Hello, On 05/29/12 at 12:29am, Ludovic Courtès wrote: > Hi, > > Jan Synacek skribis: > > > It's a macro: > > > > #define scm_scm2str gh_scm2newstr > > > > I added additional > > > > #define gh_scm2newstr(a, b) scm_str2string((a)) &g

Re: Build failures - compiling TeXmacs under guile 2.0.5

2012-05-28 Thread Jan Synacek
On 05/25/12 at 05:51pm, Ludovic Courtès wrote: > Hi! > > Jan Synacek skribis: > > > Guile/Glue/glue.cpp:233:31: error: cannot convert ‘SCM {aka > > scm_unused_struct*}’ to ‘const char*’ for argument ‘1’ to > > ‘scm_unused_struct* &

Re: Build failures - compiling TeXmacs under guile 2.0.5

2012-05-24 Thread Jan Synacek
On 04/16/12 at 11:41pm, Ludovic Courtès wrote: > Hi Jan, > > Thanks for the report. > > Jan Synacek skribis: > > > I'm trying to build TeXmacs 1.0.7 with guile 2.0.5 and I'm getting tons of > > errors like these: > > > > usr/include/gui

Build failures - compiling TeXmacs under guile 2.0.5

2012-03-22 Thread Jan Synacek
to fix this? If yes, can you please point me to the right direction? Thanks in advance. Regards, -- Jan Synacek BaseOS team Brno