Using g++ :
[[
g++ (GCC) 4.1.2 20061115 (prerelease) (SUSE Linux)
]]
, I get the following error :
[[
Guile/Glue/glue.cpp: In function â:
Guile/Glue/glue.cpp:170: error: â was declared â and later â
/usr/include/libguile/numbers.h:476: error: previous declaration of â
]]
It looks very much like a bug in the compiler, because of the "â". But
there is really a problem with :
[[
static
double scm_to_double (SCM i) { ... }
]]
, this declaration conflicts with the one in :
[[
/usr/include/libguile/numbers.h
]]
(this is why it was declared static in the 1st place, I suppose...).
Anyway, whatever I do, either it doesn't compile, or either it
crashes (whether I link against the scm_to_double() in the guile
libs, or against the one in TeXmacs files).
_______________________________________________
Texmacs-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/texmacs-dev