Opened 20 years ago
Closed 18 years ago
#3142 closed defect (fixed)
BUG: 'pdf' terminal doesn't work.
Reported by: | ben.lings@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
When using the 'pdf' terminal, no output is produced. Steps to reproduce:
In gnuplot: set term pdf set out 'test.pdf' plot sin(x) exit
This creates a 0 byte file.
Possibly relevant: From 'port -d build gnuplot':
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../term -I../term -DBINDIR=\"/opt/local/bin\" -DX11_DRIVER_DIR=\"/opt/local/libexec/gnuplot/4.0\" -DCONTACT=\"gnuplot- bugs@…\" -DHELPFILE=\"/opt/local/share/gnuplot/4.0/gnuplot.gih\" -I/opt/local/ include -no-cpp-precomp -I/usr/X11R6/include -I/opt/local/include -I/opt/local/include -g -O2 -ObjC -MT term.o -MD -MP -MF ".deps/term.Tpo" \
-c -o term.o
test -f 'term.c' || echo './'
term.c; \
then mv ".deps/term.Tpo" ".deps/term.Po"; \ else rm -f ".deps/term.Tpo"; exit 1; \ fi In file included from term.h:351,
from term.c:1005:
../term/pdf.trm: In function `PDF_init': ../term/pdf.trm:346: warning: passing arg 2 of `PDF_open_file' from incompatible pointer type
This is with gnuplot 4.0.0_0
Change History (3)
comment:1 Changed 19 years ago by rshaw@…
Owner: | changed from rshaw@… to darwinports-bugs@… |
---|
comment:2 Changed 19 years ago by mww@…
Summary: | 'pdf' terminal doesn't work. → BUG: 'pdf' terminal doesn't work. |
---|
comment:3 Changed 18 years ago by pguyot (Paul Guyot)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed. Thanks.
No longer maintaining these ports.