mailing-list for TeXmacs Users

Text archives Help


[TeXmacs] Re: Mathematica_Plugin


Chronological Thread 
  • From: Youjun Hu <address@hidden>
  • To: address@hidden
  • Subject: [TeXmacs] Re: Mathematica_Plugin
  • Date: Mon, 14 Feb 2011 07:32:46 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=mhn0XgQTFHvqLy6zvh2ux3xxQWkIIv0BslWbUKDuR/oMaDz718NCQr+WfZfHQEH4wG P+EsqJwOOyd1Rx7mPSNh43FonedzRojaypd5ko7Jua98U5NeZ2AKf3/CjAVjb8+K0nGi 2w/3mmUH6CYQu9mSDpreuxUNUnwJTkKDYlFsk=

After modified the compiler option from "-lML" to "-lML32i3", the
makefile can comile the .c file to generate "tm_mathematica.bin".
However the plugin still does not work, Texmacs output "Dead" in the
Mathematic session. Any suggestions?

$(TEXMACS_HOME_PATH)/bin/tm_mathematica.bin: src.lazy/tm_mathematica.c
gcc -o $(TEXMACS_HOME_PATH)/bin/tm_mathematica.bin
src.lazy/tm_mathematica.c $(MATHLINK_PATH)/mathlink.h -I
$(MATHLINK_PATH) -L $(MATHLINK_PATH) -lML32i3 -lm -lpthread -lrt

On Mon, Feb 14, 2011 at 7:13 AM, Youjun Hu <address@hidden> wrote:
> Hi, all
> I tried making Mathematica Plugin work for Texmacs (1.0.7.9 version)
> on my computer.
> Until now I did not succeed.
> I have modified  the file "libexec/TeXmacs/bin/tm_mathematica" to
> include the path to the Mathematica (v.7 for linux)
> The Makefile.lazy still can not compile the .c file correctly.
> I used to using Texmacs 1.0.6 and never made the Mathematic Plugin work.
> Today I compile the latest version of Texmacs, It is said the plugin
> was imporved in this version of Texmacs.
> However it still does not work on my computer.
> Doses anybody know this and is willing to spend some time to tell me how?
>



Archive powered by MHonArc 2.6.19.

Top of page