Visto il fallimento di Prozilla e relativa gui, sono passato ad Aria ma anche qui solo croci...
Non esistendo un pacchetto rpm specifico per Ret Hat 9, ho deciso per la compilazione dei sorgenti; passata indenne la fase del configure ho ricevuto diversi errori:
make all-recursive
make[1]: Entering directory `/home/user/src/aria-1.0.0'
Making all in resources
make[2]: Entering directory `/home/user/src/aria-1.0.0/resources'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/user/src/aria-1.0.0/resources'
Making all in intl
make[2]: Entering directory `/home/user/src/aria-1.0.0/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/user/src/aria-1.0.0/intl'
Making all in src
make[2]: Entering directory `/home/user/src/aria-1.0.0/src'
Making all in pixmaps
make[3]: Entering directory `/home/user/src/aria-1.0.0/src/pixmaps'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/user/src/aria-1.0.0/src/pixmaps'
make[3]: Entering directory `/home/user/src/aria-1.0.0/src'
g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c main.cc
In file included from /usr/include/openssl/ssl.h:179,
from main.cc:39:
/usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
In file included from /usr/include/openssl/ssl.h:179,
from main.cc:39:
/usr/include/openssl/kssl.h:132: 'krb5_enctype' is used as a type, but is not
defined as a type.
/usr/include/openssl/kssl.h:134: parse error before `*' token
/usr/include/openssl/kssl.h:147: parse error before `*' token
/usr/include/openssl/kssl.h:151: parse error before `*' token
/usr/include/openssl/kssl.h:153: parse error before `*' token
/usr/include/openssl/kssl.h:155: parse error before `*' token
/usr/include/openssl/kssl.h:157: parse error before `*' token
/usr/include/openssl/kssl.h:159: `krb5_context' was not declared in this scope
/usr/include/openssl/kssl.h:159: parse error before `,' token
/usr/include/openssl/kssl.h:160: `krb5_context' was not declared in this scope
/usr/include/openssl/kssl.h:160: parse error before `,' token
/usr/include/openssl/kssl.h:163: `krb5_timestamp' was not declared in this
scope
/usr/include/openssl/kssl.h:163: parse error before `,' token
/usr/include/openssl/kssl.h:165: parse error before `*' token
/usr/include/openssl/kssl.h:167: `krb5_enctype' was not declared in this scope
/usr/include/openssl/kssl.h:167: parse error before `,' token
In file included from /usr/include/c++/3.2.2/backward/pair.h:59,
from ItemList.h:34,
from main.cc:46:
/usr/include/c++/3.2.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <sstream> instead of the deprecated header <strstream.h>. To disable this warning use -Wno-deprecated.
make[3]: *** [main.o] Error 1
make[3]: Leaving directory `/home/user/src/aria-1.0.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/user/src/aria-1.0.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/user/src/aria-1.0.0'
make: *** [all-recursive-am] Error 2
Si puossono risolvere i problemi ricevuti? Sembrerebbe che richieda un aggiornamento di gcc e/o gtk+, ma apt-get mi dice che sono già aggiornati all'ultima release.
......

Rispondi quotando