Re: [Plplot-devel] AQTAdapter.h

2007-01-06 Thread Hazen Babcock
On Jan 6, 2007, at 11:56 AM, Hiroyasu Yasuda wrote: > Hi Hazen, > > Sorry, I forgot attached file. Please see the file. > > > > > The AQTAdapter.h on my OSX was installed by fink when I installed > Gnuplot automatically. I checked path of /Library/Frameworks/ > AquaTerm.framework, but that fo

Re: [Plplot-devel] AQTAdapter.h

2007-01-06 Thread Koen van der Drift
On Jan 6, 2007, at 9:32 AM, [EMAIL PROTECTED] wrote: > > On Jan 6, 2007, at 8:30 AM, Hiroyasu Yasuda wrote: > >> Hi, Werner: >> >> Thank you for helping. >> >> I ran make VERBOSE=1 and obtained output as attached file. Of course >> I changed ine 33 of plplot/drivers/aqt.c. >> >> My OSX has two AQ

Re: [Plplot-devel] AQTAdapter.h

2007-01-06 Thread Hiroyasu Yasuda
Hi Hazen, Sorry, I forgot attached file. Please see the file. {\rtf1\mac\ansicpg10001\cocoartf824\cocoasubrtf420 {\fonttbl\f0\fswiss\fcharset77 Helvetica;} {\colortbl;\red255\green255\blue255;} \paperw11900\paperh16840\margl1440\margr1440\vieww13000\viewh8980\viewkind0 \pard\tx566\tx1133\tx1700\

Re: [Plplot-devel] AQTAdapter.h

2007-01-06 Thread hbabcockos1
On Jan 6, 2007, at 8:30 AM, Hiroyasu Yasuda wrote: > Hi, Werner: > > Thank you for helping. > > I ran make VERBOSE=1 and obtained output as attached file. Of course > I changed ine 33 of plplot/drivers/aqt.c. > > My OSX has two AQTAdapter.h in /sw/include and /sw/include/aquaterm. > > ccmake is r

Re: [Plplot-devel] Timing of the next PLplot release

2007-01-06 Thread hbabcockos1
On Nov 28, 2006, at 9:37 PM, [EMAIL PROTECTED] wrote: > This e-mail is just to let everyone know that the plan is to release > PLplot 5.7.2 (?) in mid January. If you have the time, please > download and test 5.7.1, then let us know what doesn't work, what you > don't like, etc... To be more spe

Re: [Plplot-devel] AQTAdapter.h

2007-01-06 Thread Hiroyasu Yasuda
Hi, Werner: Thank you for helping. I ran make VERBOSE=1 and obtained output as attached file. Of course I changed ine 33 of plplot/drivers/aqt.c. My OSX has two AQTAdapter.h in /sw/include and /sw/include/aquaterm. ccmake is required path of AQTAdapter.h as AQT_FRAMEWORK. What should I set

Re: [Plplot-devel] AQTAdapter.h

2007-01-06 Thread Werner Smekal
Hi Hiro, I don't know objective c, but could you run make VERBOSE=1 and mail the full output regarding the aqt driver? One thing you can try is to change line 33 of plplot/drivers/aqt.c to #import since cmake looks for AquaTerm/AQTAdapter.h but aquaterm/AQTAdapter.h is included in aqt.c and

Re: [Plplot-devel] Building shared library on win32

2007-01-06 Thread Werner Smekal
Hi Jim, the problem here is, that the fortran 77 bindings are not ready for being compiled to a dll with Visual C++. You can read former posts about that (regarding "DLL hell"). It works though with MinGW (therefor I works for me), since MinGW exports all symbols. To explain the problem in sh