mailing-list for TeXmacs Users

Text archives Help


Re: texmacs 1.0.1.10 and gs, one more thing


Chronological Thread 
  • From: Joris van der Hoeven <address@hidden>
  • To: <address@hidden>
  • Cc: Kostas Oikonomou <address@hidden>
  • Subject: Re: texmacs 1.0.1.10 and gs, one more thing
  • Date: Thu, 1 May 2003 10:37:04 +0200 (CEST)


Hi,

Kostas Oikonomou did some experimentation concerning the bug
with ghostscript 8.00, but he seems to be on hollidays now :^)
So if you have a problem with ghostscript 8.00 and know how
to compile TeXmacs, then maybe you can follow the suggestions
below and let me know if the problem disappears.

Thanks, Joris

> > I forgot to mention that a small test program works fine with gs 8.00:
> >
> > #include <iostream>
> > #include <string>
> >
> > using namespace std;
> >
> > int main()
> > {
> > string temp_name, command;
> > temp_name = "/home/ko/exper/tm_gnu1.ps";
> > command = "gs -q -sDEVICE=x11 -dNOPROMPT -dBATCH -dSAFER " + temp_name;
> > cout << command << "\n";
> > system (command.c_str());
> > cout << "Done calling gs...\n";
> > // system ("rm -f " * temp_name);
> > }
>
> Thank you for this very useful feedback.
> Can you please try to modify the lines
>
> system ("gs -q -sDEVICE=x11 -dNOPAUSE -dSAFER " *
> temp_name * " -c quit");
>
> into
>
> system ("gs -q -sDEVICE=x11 -dNOPROMPT -dBATCH -dSAFER " *
> temp_name * " -c quit");
>
> or
>
> system ("gs -q -sDEVICE=x11 -dNOPROMPT -dBATCH -dSAFER " *
> temp_name);
>
> in src/Windows/X/x_drawable.cc and test TeXmacs
> after recompilation?




Archive powered by MHonArc 2.6.19.

Top of page