octave-maintainers
[Top][All Lists]
Advanced

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

Print warnings


From: Richard Campbell
Subject: Print warnings
Date: Sat, 12 Feb 2011 21:36:54 -0500

I have gnuplot (compiled from source) and a 64-bit build of Octave 3.4.0 on OSX 
10.6.6, using Jarno's blaswrap.c. GNU sed and flex compiled from source with 
--prefix=/usr/. No ghostscript, and running configure with --disable-docs.

octave:1> peaks
octave:2> title('Test')
octave:3> xlabel('test')
warning: ft_render: unable to load appropriate font
warning: ft_render: unable to load appropriate font
warning: ft_render: unable to load appropriate font
warning: ft_render: unable to load appropriate font
warning: ft_render: unable to load appropriate font
warning: ft_render: unable to load appropriate font
warning: ft_render: unable to load appropriate font
warning: ft_render: unable to load appropriate font
warning: ft_render: unable to load appropriate font
warning: ft_render: unable to load appropriate font
warning: ft_render: unable to load appropriate font
warning: ft_render: unable to load appropriate font
warning: ft_render: unable to load appropriate font
warning: ft_render: unable to load appropriate font
octave:4> print('-depsc','temp.eps')
warning: print.m: ghostscript not found in PATH
warning: print.m: Ghostscript binary is not available
warning: print.m: epstool binary is not available
warning: print.m: fig2dev binary is not available
warning: print.m: pstoedit binary is not available
warning: ft_render: unable to load appropriate font
warning: ft_render: unable to load appropriate font

A temp.eps file is successfully produced - the font appears to be some form of 
Courier. When I run the same code on the same machine in the old Octave 3.2.3 
.app bundle, it looks more like Helvetica.

Any ideas as to what is causing these warnings, and how to make them go away? 
As Ben mentioned, ghostscript is required to print to formats other than .eps, 
but I'm getting warnings even when I print to .eps.

Campbell

reply via email to

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