>> During compilation of CVS version on Debian I got the following error: >> >> In file included from Guile/Glue/glue_all.cpp:1: >> Guile/Glue/glue.cpp: In function `string scm_to_string(scm_unused_struct*)': >> Guile/Glue/glue.cpp:172: error: invalid conversion from `int*' to `size_t*' >> Guile/Glue/glue.cpp: In function `string scm_to_symbol(scm_unused_struct*)': >> Guile/Glue/glue.cpp:200: error: invalid conversion from `int*' to `size_t*' >> make[1]: *** [Objects/glue_all.o] Fehler 1 >> make[1]: Leaving directory `/home/stephanm/tm/src/src' >> make: *** [TEXMACS] Fehler 2
> What if you replace > string r (_r, len_r); > by > string r (_r, (int) len_r); > Does that solve the problem? Unfortunately not (same error message). Do I use the correct compiler version? gcc -v yields: gcc-Version 3.3.5 (Debian 1:3.3.5-13) Stephan ___________________________________________________ Dipl.-Ing. Stephan Mucha Tel.: 0341/97-33806 Fax: 0341/97-33809 e-mail: [EMAIL PROTECTED] ___________________________________________________ Universität Leipzig Institut für Massivbau und Baustofftechnologie Prof. Dr.-Ing. habil. Nguyen Viet Tue Marschnerstrasse 31 04109 Leipzig ___________________________________________________ _______________________________________________ Texmacs-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/texmacs-dev
