texmacs-dev
[Top][All Lists]
Advanced

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

[Texmacs-dev] Compile not working with guile


From: Henri Lesourd
Subject: [Texmacs-dev] Compile not working with guile
Date: Fri, 17 Aug 2007 21:26:01 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030821

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).





reply via email to

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