texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Texmacs-dev] Re: Texmacs-dev Digest, Vol 32, Issue 3


From: Stephan Mucha
Subject: [Texmacs-dev] Re: Texmacs-dev Digest, Vol 32, Issue 3
Date: Tue, 5 Jul 2005 11:10:59 +0200


>> 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:  address@hidden
___________________________________________________
 
  Universität Leipzig
  Institut für Massivbau und Baustofftechnologie
  Prof. Dr.-Ing. habil. Nguyen Viet Tue
  Marschnerstrasse 31
  04109 Leipzig
___________________________________________________





reply via email to

[Prev in Thread] Current Thread [Next in Thread]