mailing-list for TeXmacs Users

Text archives Help


[TeXmacs] Multiline plugin


Chronological Thread 
  • From: "Adrian S." <address@hidden>
  • To: address@hidden
  • Subject: [TeXmacs] Multiline plugin
  • Date: Tue, 26 Apr 2011 13:28:34 -0600
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=xWHfRHbiS9SQNA2AxbDCBo/KA7c9fF/3sSOe5N6Hu34iioPtmNdGj3wn/7y+cnvljA h/cB73x9v0VIa5LrW3bBOP5S96B7HuGAxhj7HCx/c+7eUJ8eAy7hBhJwJWHkxXGHR6FR NuL0RNTX8vnLVzwGZFLt0ywhYOnvHdRhLO+uI=

I tried to compile the multiline plugin without success.   I modified it as follows, and it now compiles:

The file is in TeXmacs/examples/plugins/multiline/src

I changed

#include <stdio.h>
#include <iostream.h>

#define DATA_BEGIN   ((char) 2)



into 

#include <stdio.h>
#include <iostream>
#include <cstring>
using namespace std;

#define DATA_BEGIN   ((char) 2)

It now compiles, but I have not checked if if works as expected.  I was puzzzled as to whether is <sdtio> needed, but I really do not know much about c++.

What I really want is to have the SAGE and the Python plugins work as they should, but it is necesary to have this plugin working before.

Peace.
-Adrián.


  • [TeXmacs] Multiline plugin, Adrian S., 04/26/2011

Archive powered by MHonArc 2.6.19.

Top of page