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\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
\f0\fs24 \cf0 /usr/bin/gcc -Daqt_EXPORTS -fPIC -I/PLW/build001/include -I/PLW -I/PLW/include -DHAVE_CONFIG_H -ObjC -o drivers/CMakeFiles/aqt.dir/aqt.o -c /PLW/build001/drivers/aqt.c\
/PLW/build001/drivers/aqt.c:33:32: error: aquaterm/AQTAdapter.h: No such file or directory\
/PLW/build001/drivers/aqt.c: In function \'d4plD_init_aqt\'d5:\
/PLW/build001/drivers/aqt.c:235: error: \'d4AQTAdapter\'d5 undeclared (first use in this function)\
/PLW/build001/drivers/aqt.c:235: error: (Each undeclared identifier is reported only once\
/PLW/build001/drivers/aqt.c:235: error: for each function it appears in.)\
/PLW/build001/drivers/aqt.c:237: warning: no \'d4-setBackgroundColorRed:green:blue:\'d5 method found\
/PLW/build001/drivers/aqt.c:237: warning: (Messages without a matching method signature\
/PLW/build001/drivers/aqt.c:237: warning: will be assumed to return \'d4id\'d5 and accept\
/PLW/build001/drivers/aqt.c:237: warning: \'d4...\'d5 as arguments.)\
/PLW/build001/drivers/aqt.c: In function \'d4plD_bop_aqt\'d5:\
/PLW/build001/drivers/aqt.c:294: warning: no \'d4-openPlotWithIndex:\'d5 method found\
/PLW/build001/drivers/aqt.c:295: warning: no \'d4-setPlotSize:\'d5 method found\
/PLW/build001/drivers/aqt.c:296: warning: no \'d4-setLinewidth:\'d5 method found\
/PLW/build001/drivers/aqt.c:299: warning: no \'d4-setColorRed:green:blue:\'d5 method found\
/PLW/build001/drivers/aqt.c: In function \'d4plD_line_aqt\'d5:\
/PLW/build001/drivers/aqt.c:312: warning: no \'d4-moveToPoint:\'d5 method found\
/PLW/build001/drivers/aqt.c:313: warning: no \'d4-addLineToPoint:\'d5 method found\
/PLW/build001/drivers/aqt.c: In function \'d4plD_eop_aqt\'d5:\
/PLW/build001/drivers/aqt.c:341: warning: no \'d4-renderPlot\'d5 method found\
/PLW/build001/drivers/aqt.c: In function \'d4plD_tidy_aqt\'d5:\
/PLW/build001/drivers/aqt.c:352: warning: no \'d4-closePlot\'d5 method found\
/PLW/build001/drivers/aqt.c: In function \'d4plD_state_aqt\'d5:\
/PLW/build001/drivers/aqt.c:368: warning: no \'d4-setLinewidth:\'d5 method found\
/PLW/build001/drivers/aqt.c:374: warning: no \'d4-setBackgroundColorRed:green:blue:\'d5 method found\
/PLW/build001/drivers/aqt.c:379: warning: no \'d4-setColorRed:green:blue:\'d5 method found\
/PLW/build001/drivers/aqt.c: In function \'d4plD_esc_aqt\'d5:\
/PLW/build001/drivers/aqt.c:422: warning: no \'d4-moveToVertexPoint:\'d5 method found\
/PLW/build001/drivers/aqt.c:425: warning: no \'d4-addEdgeToVertexPoint:\'d5 method found\
/PLW/build001/drivers/aqt.c:435: warning: no \'d4-renderPlot\'d5 method found\
/PLW/build001/drivers/aqt.c: In function \'d4get_cursor\'d5:\
/PLW/build001/drivers/aqt.c:458: warning: no \'d4-waitNextEvent\'d5 method found\
/PLW/build001/drivers/aqt.c: In function \'d4proc_str\'d5:\
/PLW/build001/drivers/aqt.c:523: error: \'d4AQTAlignLeft\'d5 undeclared (first use in this function)\
/PLW/build001/drivers/aqt.c:525: error: \'d4AQTAlignRight\'d5 undeclared (first use in this function)\
/PLW/build001/drivers/aqt.c:527: error: \'d4AQTAlignCenter\'d5 undeclared (first use in this function)\
/PLW/build001/drivers/aqt.c:534: error: \'d4AQTAlignTop\'d5 undeclared (first use in this function)\
/PLW/build001/drivers/aqt.c:536: error: \'d4AQTAlignMiddle\'d5 undeclared (first use in this function)\
/PLW/build001/drivers/aqt.c:548: warning: no \'d4-setColorRed:green:blue:\'d5 method found\
/PLW/build001/drivers/aqt.c:555: warning: no \'d4-addLabel:atPoint:angle:shearAngle:align:\'d5 method found\
/PLW/build001/drivers/aqt.c:560: warning: no \'d4-addLabel:atPoint:angle:align:\'d5 method found\
make[2]: *** [drivers/CMakeFiles/aqt.dir/aqt.o] Error 1\
make[1]: *** [drivers/CMakeFiles/aqt.dir/all] Error 2\
make: *** [all] Error 2\
}
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 folder is empty.
What do you have in /Library/Frameworks/AquaTerm.framework? Should I
re-install Aquaterm for installing PLplot?
Hiro
On 2007/01/06, at 9:32, [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 AQTAdapter.h in /sw/include and /sw/include/aquaterm.
ccmake is required path of AQTAdapter.h as AQT_FRAMEWORK. What should
I set this ?
Hiro
Hi Hiro,
There was no file attached?
On my OS-X machine I have:
AQT_FRAMEWORK /Library/Frameworks/
AquaTerm.framework/Headers/AQTAdapter.h
I installed Aquaterm myself rather using the fink version. I'm not
sure whether anyone has tried to use the cmake build system with
fink aquaterm.
Have you tried this yet Koen?
-Hazen
-------------------------------------------------------------------------
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