On Feb 8, 2008, at 4:03 AM, Werner Smekal wrote: > Hi, > > I think the last changes to the aquaterm driver lead to issues on my > mac os x computer. When I choose the aqt driver, the programm drops > out with the message: > > 2008-02-08 09:56:47.112 x01c[17118:10b] *** -[AQTAdapter > setColorRed:green:blue:alpha:]: unrecognized selector sent to instance > 0x10fae0 > 2008-02-08 09:56:47.120 x01c[17118:10b] *** Terminating app due to > uncaught exception 'NSInvalidArgumentException', reason: '*** - > [AQTAdapter setColorRed:green:blue:alpha:]: unrecognized selector sent > to instance 0x10fae0' > 2008-02-08 09:56:47.121 x01c[17118:10b] Stack: ( > 2516709995, > 2503655579, > 2516739178, > 2516732524, > 2516732722, > 148214, > 441424, > 459536, > 12929, > 12738 > ) > Trace/BPT trap > > During the compilation of the aqt driver some warnings are issued: > > [ 28%] Building C object drivers/CMakeFiles/aqt.dir/aqt.o > /Users/smekal/Development/plplot/drivers/aqt.c: In function > ‘plD_bop_aqt’: > /Users/smekal/Development/plplot/drivers/aqt.c:300: warning: no ‘- > setColorRed:green:blue:alpha:’ method found > /Users/smekal/Development/plplot/drivers/aqt.c:300: warning: (Messages > without a matching method signature > /Users/smekal/Development/plplot/drivers/aqt.c:300: warning: will be > assumed to return ‘id’ and accept > /Users/smekal/Development/plplot/drivers/aqt.c:300: warning: ‘...’ as > arguments.) > /Users/smekal/Development/plplot/drivers/aqt.c: In function > ‘plD_state_aqt’: > /Users/smekal/Development/plplot/drivers/aqt.c:376: warning: no ‘- > setBackgroundColorRed:green:blue:alpha:’ method found > /Users/smekal/Development/plplot/drivers/aqt.c:382: warning: no ‘- > setColorRed:green:blue:alpha:’ method found > /Users/smekal/Development/plplot/drivers/aqt.c: In function > ‘get_cursor’: > /Users/smekal/Development/plplot/drivers/aqt.c:463: warning: ‘cString’ > is deprecated (declared at /System/Library/Frameworks/ > Foundation.framework/Headers/NSString.h:345) > /Users/smekal/Development/plplot/drivers/aqt.c: In function > ‘proc_str’: > /Users/smekal/Development/plplot/drivers/aqt.c:547: warning: no ‘- > setColorRed:green:blue:alpha:’ method found
It looks like your version of AquaTerm does not support alpha values. I changed the driver to probe AquaTerm first to see if it supports alpha values before trying to use them. Can you check it now (v8228)? -Hazen ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel