|
From: Flapane <int...@gm...> - 2011-01-03 19:14:15
|
Hi, OSX 10.4 PPC, gnuplot grabbed from cvs, latest automake 1.11 from fink: ./configure -with-x=no --without-tutorial CFLAGS=-DDEFAULTTERM=\"aqua\" --with-readline=gnu From CONFIG.LOG (http://pastebin.com/184ikbCS): ------ configure:20045: result: gnuplot will be compiled with the following terminals: configure:20263: result: aqua terminal (MacOS X): yes [...] ------- However, after the compilation ends and I try to run the executable, I get: ----- Unknown or ambiguous terminal name 'aqua' Terminal type set to 'unknown' --------- Aquaterm is not present in SET TERM list. I've used the script located at http://www.gnuplot.info/development/sample_osx_installation.html I wrote a couple of years ago. Last time I ran the script (some months ago), aquaterm support worked flawlessy. I've uploaded the binary file at flapane.com/upload/gnuplot_cvs Regards, Flavio -- Flavio www.flapane.com |
|
From: Flapane <int...@gm...> - 2011-01-12 09:59:44
|
Il 03/01/2011 20:14, Flapane ha scritto: > Hi, > OSX 10.4 PPC, gnuplot grabbed from cvs, latest automake 1.11 from fink: > ./configure -with-x=no --without-tutorial CFLAGS=-DDEFAULTTERM=\"aqua\" > --with-readline=gnu > So nobody found Aquaterm support to be broken? |
|
From: Mojca M. <moj...@gm...> - 2011-01-12 11:06:23
|
On Wed, Jan 12, 2011 at 11:00, Flapane <int...@gm...> wrote: > Il 03/01/2011 20:14, Flapane ha scritto: >> Hi, >> OSX 10.4 PPC, gnuplot grabbed from cvs, latest automake 1.11 from fink: >> ./configure -with-x=no --without-tutorial CFLAGS=-DDEFAULTTERM=\"aqua\" >> --with-readline=gnu >> > > So nobody found Aquaterm support to be broken? I'm not able to use it either, but I'm working on a 64-bit system (Snow Leopard) where AquaTerm is broken almost by definition (http://sourceforge.net/projects/aquaterm/ doesn't provide 64-bit version of AquaTerm). I have a 64-bit version in MacPorts, but that means that I would have to modify my system in order to make it work anyway ... Mojca |
|
From: Flapane <int...@gm...> - 2011-01-12 11:13:36
|
Il 12/01/2011 12:06, Mojca Miklavec ha scritto: > I'm not able to use it either, but I'm working on a 64-bit system > (Snow Leopard) where AquaTerm is broken almost by definition > (http://sourceforge.net/projects/aquaterm/ doesn't provide 64-bit > version of AquaTerm). > > I have a 64-bit version in MacPorts, but that means that I would have > to modify my system in order to make it work anyway ... > Have you ever tried to contact the author? 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. |
|
From: Mojca M. <moj...@gm...> - 2011-01-12 11:33:03
|
On Wed, Jan 12, 2011 at 12:14, Flapane wrote: > Il 12/01/2011 12:06, Mojca Miklavec ha scritto: >> I'm not able to use it either, but I'm working on a 64-bit system >> (Snow Leopard) where AquaTerm is broken almost by definition >> (http://sourceforge.net/projects/aquaterm/ doesn't provide 64-bit >> version of AquaTerm). >> >> I have a 64-bit version in MacPorts, but that means that I would have >> to modify my system in order to make it work anyway ... > > Have you ever tried to contact the author? Hello, The author was not interested in any further development of AquaTerm any more (that is the last thing that I remember). The last update has been done in 2006. However maybe he would be willing to upload a 64-bit version of current application if we kindly ask him. He already said that if somebody would be willing to develop the routines for mouse interactions (or any other updates), he would gladly accept the code, but had no time or interest to do it himself. I'm CC-ing him, but I'm not sure if the e-mail is still valid. The link to Mac binaries on http://gnuplot.info/download.html is broken for example. > 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. Mojca |
|
From: Flapane <int...@gm...> - 2011-01-12 12:43:48
|
Il 12/01/2011 12:32, Mojca Miklavec ha scritto: > >> 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. > > Mojca > Thanks anyway, Flavio -- Flavio www.flapane.com |
|
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:
|
|
From: Flapane <int...@gm...> - 2011-01-12 13:59:44
|
Il 12/01/2011 14:27, Mojca Miklavec ha scritto: > 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. > The framework is still present here. I'll try to recompile it in the next hours, maybe something changed in the cvs version. |