|
From: Petr M. <mi...@ph...> - 2005-11-07 17:05:47
|
> I am happy to provide an updated patch for the wxWidgets terminal, which goes, as
> usually, a little further !
It doesn't ./configure:
checking for cairo >= 0.4?0...
./configure: line 13471: syntax error near unexpected token `else'
./configure: line 13471: ` else'
Here is the snapshot:
if test $succeeded = yes; then
else
{ { echo "$as_me:$LINENO: error: Cairo can't be found. The wxWidgets
terminal need it. You can disable this terminal with --disable-wxwidgets."
There should be a command in between "then" and "else".
Ad cairo and pango: they also need package pixman.
All that is OK for the very fresh linuxes (i.e., I will have to upgrade my
SUSE 9.2 boxes), but what about other wx platforms (Mac, Win, OS/2)? Will it
be easy to install all of these dependencies? Cannot be all that done using
the base wxWidgets? From a brief look the cairo is like the wx library, but
it supports less platforms -- isn't this a duplicate?
---
PM
|