pycousin / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
GNU General Public License v2.0
0 stars 0 forks source link

Can't configure if is used "--without-gconf" #353

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
configure exit with error, when i use: ./configure --prefix=/usr
--disable-schemas-install --without-gconf  --enable-panscan || return 1

What is the expected output? What do you see instead?

which: no pulseaudio in
(/bin:/usr/bin:/sbin:/usr/sbin:/usr/bin/perlbin/site:/usr/bin/perlbin/vendor:/us
r/bin/perlbin/core)
configure: Checking for flat audio support
./configure: line 10255: pulseaudio: command not found
./configure: line 10256: test: -gt: unary operator expected
which: no gnome-power-manager in
(/bin:/usr/bin:/sbin:/usr/sbin:/usr/bin/perlbin/site:/usr/bin/perlbin/vendor:/us
r/bin/perlbin/core)
configure: Checking for gnome-power-manager support
./configure: line 10300: gnome-power-manager: command not found
./configure: line 10301: test: -ge: unary operator expected
./configure: line 10308: test: -lt: unary operator expected
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
configure: error: conditional "GCONF_SCHEMAS_INSTALL" was never defined.
Usually this means the macro was only invoked conditionally.

What version of the product are you using? On what operating system?

SVN r1635

Please provide any additional information below.
I not use gconf, i have not gconf installed.

Thanks.

Original issue reported on code.google.com by alois.ne...@gmail.com on 5 Feb 2010 at 9:07

GoogleCodeExporter commented 8 years ago
Please test r1636 and you should no longer need the --disable-schemas-install 
when
you disable gconf

Original comment by kdeko...@gmail.com on 5 Feb 2010 at 9:44

GoogleCodeExporter commented 8 years ago
r1636 - yes, it is fixed. Thank you!

Original comment by alois.ne...@gmail.com on 5 Feb 2010 at 9:49