Subject: mailing-list for TeXmacs Users
List archive
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?
- Re: texmacs 1.0.1.10 and gs, one more thing, Joris van der Hoeven, 05/01/2003
- Re: texmacs 1.0.1.10 and gs, one more thing, Martin Costabel, 05/01/2003
- Re: texmacs 1.0.1.10 and gs, one more thing, Ralf Treinen, 05/01/2003
- Mac OSX 10.2 and keyboard mapping, John Hernlund, 05/01/2003
- Re: Mac OSX 10.2 and keyboard mapping, Michèle Garoche, 05/02/2003
- Re: Mac OSX 10.2 and keyboard mapping, BICHOLUCA, 05/02/2003
- Re: texmacs 1.0.1.10 and gs, one more thing, Martin Costabel, 05/01/2003
Archive powered by MHonArc 2.6.19.