|
From: Mojca M. <moj...@gm...> - 2011-01-12 13:27:45
|
On Wed, Jan 12, 2011 at 12:32, Mojca Miklavec wrote:
>
>> Anyway the 32bit version worked last time I compiled gnuplot and I
>> haven't touching anything, so I suppose that something changed into
>> gnuplot cvs code.
>
> That is possible, but I can hardly help. All I can say is that it
> doesn't work for me.
I have now tried to use
CFLAGS="-arch i386" LDFLAGS="-arch i386" CXXFLAGS="-arch i386"
./configure --disable-wxwidgets
Before I installed AquaTerm framework I got
aqua terminal (MacOS X): yes
but then no aqua terminal was built in. After installing the framework
the terminal is present.
Mojca
PS: there are some warning reported, but well ... it still works.
In file included from term.h:168,
from term.c:1396:
../term/aquaterm.trm: In function ‘AQUA_convert_using_encoding’:
../term/aquaterm.trm:331: warning: ‘stringWithCString:’ is deprecated
(declared at /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:386)
../term/aquaterm.trm: In function ‘AQUA_boxfill’:
../term/aquaterm.trm:586: warning: ‘AQTAdapter’ may not respond to
‘-setColorRed:green:blue:alpha:’
../term/aquaterm.trm:586: warning: (Messages without a matching method signature
../term/aquaterm.trm:586: warning: will be assumed to return ‘id’ and accept
../term/aquaterm.trm:586: warning: ‘...’ as arguments.)
../term/aquaterm.trm: In function ‘AQUA_filled_polygon’:
../term/aquaterm.trm:683: warning: ‘AQTAdapter’ may not respond to
‘-setColorRed:green:blue:alpha:’
In file included from term.h:349,
from term.c:1396:
|