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 <AquaTerm/AQTAdapter.h>

since cmake looks for AquaTerm/AQTAdapter.h but aquaterm/AQTAdapter.h is 
included in aqt.c and MacOSX filesystem is also case dependent. This is 
just a guess but you can try.

HTH,
Werner

Hiroyasu Yasuda wrote:
> Dear all:
> 
> I'm trying to install PLplot to OSX10.4.8. My install procedure is  
> below according to http://www.miscdebris.net/plplot_wiki/index.php? 
> title=Mac_OSX:
> 
> 1) ccmake plplot-build
> 2) make
> 
> However, make stops on [ 46%] Building C object drivers/CMakeFiles/ 
> aqt.dir/aqt.o.
> 
> Error massage shows as below:
> 
> /Users/plplot-working-directory/plplot-build/drivers/aqt.c:33:32:  
> error: aquaterm/AQTAdapter.h: No such file or directory
> 
> There is AQTAdapter.h on my OSX naturally and AQTAdapter.h's path is  
> configured by ccmake.
> 
> Please tell me the solution of this problem.
> 
> Hiro
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Plplot-devel mailing list
> Plplot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/plplot-devel


-- 
Dipl. Ing. Werner Smekal
Institut fuer Allgemeine Physik
Technische Universitaet Wien
Wiedner Hauptstr 8-10
A-1040 Wien
Austria

email: [EMAIL PROTECTED]
web:   http://www.iap.tuwien.ac.at/~smekal
phone: +43-(0)1-58801-13463 (office)
        +43-(0)1-58801-13469 (laboratory)
fax:   +43-(0)1-58801-13499

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to