octave-maintainers
[Top][All Lists]
Advanced

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

Re: wait_for_file ??


From: Michael D Godfrey
Subject: Re: wait_for_file ??
Date: Fri, 03 Sep 2010 17:01:23 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100806 Fedora/3.1.2-1.fc13 Thunderbird/3.1.2

Important correction to my claim about fopen():

The claim that fid = fopen (offsetfile, "r"); failed after
the fclose was due to a typo.  It works.  This shows
something important:

The file used in __ghostscript__.m, offsetfile, is known within
the function __ghostscript__.m immediately after it has been
closed.   And it is known within the function __wait_for_file__.
But, the eps file opts.source is not known.

Now the question is:  why is the opts.source file not generated
before __wait_for_file__(opts.source) is called?

Sorry for the confusion.  The patch to gl2ps-renderer.cc is still
needed.  I will generate it soon.

Michael



reply via email to

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