gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [sr #108015] Configuring with --enable-gui=fb and not --e


From: Shoop da Whoop
Subject: [Gnash-commit] [sr #108015] Configuring with --enable-gui=fb and not --enable-device=rawfb results in build errors
Date: Tue, 10 Apr 2012 02:54:12 +0000
User-agent: Mozilla/5.0

Follow-up Comment #2, sr #108015 (project gnash):

Configured with: --disable-cygnal --disable-docbook --disable-plugins
--disable-testsuite --enable-device=x11 --enable-fps-debug
--enable-gui=fb,dump,gtk,qt4 --enable-media=gst,ffmpeg
--enable-renderer=agg,cairo,opengl --program-suffix=-1 --without-gconf

or pretty close to that.  I think it's caused by the combination of
--enable-gui= including fb and --enable-device= not including rawfb.

If --enable-device isn't set at all, the configure script keeps the values set
earlier in response to the gui argument: build_rawfb_device=yes and
device_list="RawFB".  But if --enable-device is set, the code clears those
before processing the argument:

# Check whether --enable-device was given.
if test "${enable_device+set}" = set; then :
  enableval=$enable_device; enableval=`echo ${enableval} | tr ' 54' ' ' `
  build_egl_device=no
  build_rawfb_device=no
  device_list=""
(etc)

and only goes by the argument to --enable-device.

./configure --enable-gui=fb --enable-device=x11 --without-gconf
was sufficient to cause the build error to occur again (--without-gconf only
because I don't have the dependency installed.)

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/support/?108015>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]