On Thu, Nov 01, 2007 at 10:39:57AM -0200, Jorge Peixoto de Morais Neto wrote: > On Thu, 1 Nov 2007 12:10:37 +0100 > strk <[EMAIL PROTECTED]> wrote: > > > On Thu, Nov 01, 2007 at 08:48:09AM -0200, Jorge Peixoto de Morais Neto > > wrote: > > > I am trying to compile gnash 0.8.1 from source. It does not build > > > because it complains that the KDE development package is missing. > > > > > > ERROR: No KDE development package installed! > > > Reconfigure with --disable-kparts and/or > > > omit 'kde' from the guis listed with --enable-gui=... > > > or install the KDE development environment from > > > http://kde.org > > > or .deb users: apt-get install kdelibs-dev > > > or .rpm users: yum install <something-else>. > > > > > > Then, > > > if I try using the option --disable-kparts or --disable-klash, the > > > option is ignored. > > > > You need to explicitly disable kde gui (--enable-gui=kde). > > Please file a bug report to either fix the error message or > > disable kde gui by default if not found (since you didn't explicitly > > request it). > > > > --strk; > > The error message is wrong, because it says that --disable-kparts is a > possible solution, when it is not.
The "and/or" is bogues, should be "and" (not or). Also, it should be noted that the default (in absence of --enable-gui) is the same as --enable-gui=kde,gtk. _______________________________________________ Gnash mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash
