texmacs-dev
[Top][All Lists]
Advanced

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

Re: [Texmacs-dev] Compilation of maple_filter on MacOSX


From: Joris van der Hoeven
Subject: Re: [Texmacs-dev] Compilation of maple_filter on MacOSX
Date: Thu, 27 Feb 2003 11:04:26 +0100 (MET)

Hi,

>       This is a message for Martin Costabel about the compilation about the 
> maple 
> filter. 
> 
>       The error encountered seems to be caused by 
> #include <string.h>... #include <string> which are specific (but basic) to 
> c++.  Are these libraries (with the header files) relative to c++  present on 
> your system? They should be present in a package like gcc-c++...
> 
>       Anyway this  interface with maple works only if the inline command 
> maple 
> maple -l l is also correctly working, which suppose maple to use specific 
> obsolete C libraries (maple for unix/linux is not often updated). 
> 
>       For example, It works with mandrake 7.2, but not with posterior 
> versions of 
> Mandrake. I intend to rebuild soon an other interface to get rid of all these 
> complications.
> 
>       Tell me if you if it helps you or not, I will look for myself if is 
> there is 
> anything else,

Thanks for the detailed reply. I think that, as a general rule,
it would be good to take the C filters by Andrey Grozin as a model
for writing the interfaces with extern systems. Even though this
may necessitate to write a few routines for string substitutions
yourself, his approach has the advantage of being very portable,
because it only relies on standard ansi C without special libraries.

As to the improvement of the maple interface, I think that we would
all be delighted to have something which works everywhere,
and for all versions of maple... Did you get any news from
the Maple developers of how to replace the output routines?

Best wishes, Joris





reply via email to

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