octave-maintainers
[Top][All Lists]
Advanced

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

Re: [cygwin] Compile success, except for doc


From: Daniel J Sebald
Subject: Re: [cygwin] Compile success, except for doc
Date: Sun, 01 Dec 2013 09:39:15 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

On 12/01/2013 03:36 AM, Daniel J Sebald wrote:
On 12/01/2013 03:12 AM, Daniel J Sebald wrote:
On 12/01/2013 03:02 AM, Daniel J Sebald wrote:
On 12/01/2013 02:47 AM, CdeMills wrote:
No issue here (Fedora 19, x86-64 machine); the plot result is a sine
with
blue line on a white background.

Regards

Pascal

OK, are any of you building outside of the octave/. root directory?

That's not it... I think I found the issue. Sorry,

Dan

Could I convince anyone to change Makefile entries of this sort:

plot.eps: plotimages.m
$(top_builddir)/run-octave -f -q -H -p $(srcdir) --eval "plotimages
('plot', 'eps');"

to the following?

plot.eps: plotimages.m
$(top_builddir)/run-octave --no-gui --no-gui-libs -f -q -H -p $(srcdir)
--eval "plotimages ('plot', 'eps');"

Please? :-)

An alternative would be for Octave to recognize that the GUI doesn't launch properly and then fall back on the CLI version rather than exit with an error code.

Dan


reply via email to

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