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 jsyna...@redhat.com 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 case, we’re in

Re: Build failures - compiling TeXmacs under guile 2.0.5

2012-05-30 Thread Ludovic Courtès
Hi, Jan Synacek jsyna...@redhat.com skribis: Texmacs complains when started: snip Backtrace: In unknown file: ?: 7 [boot-closure #t #catch-closure 420e600 ...] ?: 6 [catch-closure] ?: 5 [boot-closure #t #catch-closure 4b59180 #catch-closure 4b59160] ?: 4 [catch-closure]

Re: Build failures - compiling TeXmacs under guile 2.0.5

2012-05-29 Thread Jan Synacek
Hello, On 05/29/12 at 12:29am, Ludovic Courtès wrote: Hi, Jan Synacek jsyna...@redhat.com skribis: It's a macro: #define scm_scm2str gh_scm2newstr I added additional #define gh_scm2newstr(a, b) scm_str2string((a)) This one is incorrect. You’d want ‘scm_to_locale_string’

Re: Build failures - compiling TeXmacs under guile 2.0.5

2012-05-29 Thread Ludovic Courtès
Hi Jan, Jan Synacek jsyna...@redhat.com 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 language objcode mean? The scheme files are there. [1] http://www.fpaste.org/okRT/ It

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 jsyna...@redhat.com 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 language objcode mean? The scheme

Re: Build failures - compiling TeXmacs under guile 2.0.5

2012-05-29 Thread Ludovic Courtès
Hi! Jan Synacek jsyna...@redhat.com 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 case, we’re in trouble. I tried to copy all the .go files from installation to

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 jsyna...@redhat.com 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* scm_str2string(const char*)’ [...]

Re: Build failures - compiling TeXmacs under guile 2.0.5

2012-05-28 Thread Thien-Thi Nguyen
() Jan Synacek jsyna...@redhat.com () Mon, 28 May 2012 09:02:13 +0200 Can you please suggest a way (if there is a generic one) to fix these kinds of old-new api problems? Guile-SDL, Guile-PG, Guile-GDBM, Guile-WWW and other packages available from http://www.gnuvola.org/software/ use

Re: Build failures - compiling TeXmacs under guile 2.0.5

2012-05-28 Thread Ludovic Courtès
Hi, Jan Synacek jsyna...@redhat.com skribis: It's a macro: #define scm_scm2str gh_scm2newstr I added additional #define gh_scm2newstr(a, b) scm_str2string((a)) This one is incorrect. You’d want ‘scm_to_locale_string’ instead, which takes an ‘SCM’ and returns a ‘char *’ (which the caller

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 jsyna...@redhat.com 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/guile/2.0/libguile/gsubr.h:64:12: error:

Re: Build failures - compiling TeXmacs under guile 2.0.5

2012-04-16 Thread Ludovic Courtès
Hi Jan, Thanks for the report. Jan Synacek jsyna...@redhat.com 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/guile/2.0/libguile/gsubr.h:64:12: error: initializing argument 5 of ‘scm_unused_struct*

Build failures - compiling TeXmacs under guile 2.0.5

2012-03-22 Thread Jan Synacek
Hello list, 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/guile/2.0/libguile/gsubr.h:64:12: error: initializing argument 5 of ‘scm_unused_struct* scm_c_define_gsubr(const char*, int, int, int, scm_t_subr)’ [-fpermissive]