From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6071f84396b8f5aa X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.46.193 with SMTP id x1mr14105019pbm.7.1319177040634; Thu, 20 Oct 2011 23:04:00 -0700 (PDT) Path: d5ni38488pbc.0!nntp.google.com!news2.google.com!news4.google.com!feeder.news-service.com!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Writing PDF files Date: Fri, 21 Oct 2011 07:03:58 +0100 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="2525"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19foXuQc0AMjNJQ/UcuZhMGtlJz7ZSy6x0=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (darwin) Cancel-Lock: sha1:D/mz13sg3lc8JwJ3qIMqEWoWDG0= sha1:7mf7Zegtte02I6yz4q3b8bt0m7A= Xref: news2.google.com comp.lang.ada:14120 Content-Type: text/plain; charset=us-ascii Date: 2011-10-21T07:03:58+01:00 List-Id: Bill Findlay writes: > On 18/10/2011 09:17, in article m2ehyasoh9.fsf@pushface.org, "Simon Wright" > wrote: > >> I see no one has suggested plplot. >> >> I'm looking at it with Jerry from the POV of debugging on Mac OS X, and >> just built the first example; the plotting options as installed here are >> >> < 1> xwin X-Window (Xlib) >> < 2> tk Tcl/TK Window >> < 3> ps PostScript File (monochrome) >> < 4> psc PostScript File (color) >> < 5> xfig Fig file >> < 6> null Null device >> < 7> tkwin New tk driver >> < 8> mem User-supplied memory device >> < 9> aqt AquaTerm (Mac OS X) >> <10> svg Scalable Vector Graphics (SVG 1.1) >> >> and at first glance 1, 9 and 10 certainly work, 2 and 7 don't >> AFAICT. Note 9! >> >> On the other hand, I don't know whether plplot works on Windows .. > > Thanks for that info, Simon. I'll investigate ASAP. One thing I forgot to mention is that, if the plplot cmake process detects that you have AquaTerm installed, it will include it in the library; the code called in requires a compiler that understands Objective C (gcc -ObjC), which none of the Ada-capable compilers I have do. Of course, one could be built. My work-round was to build plplot without the Ada binding, using Apple's gcc, and make a separate libplplotada.a.