|
From: Mojca M. <moj...@gm...> - 2011-07-23 18:06:40
|
2011/7/23 Hans-Bernhard Bröker wrote:
> On 23.07.2011 15:26, Mojca Miklavec wrote:
>>
>> The situation of GUI support on Mac is as follows:
>> - x11 is horrible (not because of x11 itself, but because of system
>> integration of X11 in mac)
>
> The way it looks, Aquaterm feels much the same. It's system integration
> that sucks there.
AquaTerm may lack some features like mousing events, but the terminal
still works perfectly fine.
>> Can someone *PLEASE* fix at least AquaTerm. if nobody cares about qt and
>> wxt?
>
> I think we have established quite convincingly that you're looking in the
> wrong place for people who might be able to do that. Fixing this needs
> expertise that quite apparently nobody on this mailing list has. We may be
> able to help with the autoconf internals, but that's about it.
I'm asking *exactly* about the autoconf help. I can tell you exactly
how gcc call has to be made and I can tell you exactly how ./conigure
script needs to look like, but:
- I cannot make any commits to repository
- I don't know how to write input for ./prepare script (for autotools)
> That whole -framwork concept is an Apple-ism that exists nowhere else.
Well, yes. But you could say the same for windows. (I'm sorry for a
bit of sarcasm and a not-exactly-true-statement - but the whole
autotools horror also only exists on gnu platforms :) :) :)
> That,
> and the fact that Apple is the only platform this appears to ever break on,
> means it'll take an Apple specialist to find out what exactly goes wrong,
Apple specialists will be able to tell you how to fix xcode projects
or how to fix the command line that compiles gnuplot. Apple
specialists won't be able to tell you how to work with autotools.
The *only* thing that needs to be fixed is to replace
-laquaterm
with
-framework AquaTerm
in LDFLAGS in any given call (both to test for existence of aquaterm
and to actually build it).
> and possibly fix it. You tried to find such specialists here a couple of
> times now, and came up empty. I think you need to concentrate your search
> elsewhere.
Matlab?
Mojca
|