emacs-devel
[Top][All Lists]
Advanced

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

Compilation bug with the gsettings stuff


From: Lars Magne Ingebrigtsen
Subject: Compilation bug with the gsettings stuff
Date: Thu, 30 Jun 2011 16:42:53 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

After pulling bzr now, first ./configure would infloop because of a
missing "&& test", which I fixed.

But now compilation fails with:

xsettings.c:211: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
'*' token
xsettings.c: In function 'init_gsettings':
xsettings.c:791: error: 'gsettings_client' undeclared (first use in this 
function)
xsettings.c:791: error: (Each undeclared identifier is reported only once
xsettings.c:791: error: for each function it appears in.)
xsettings.c:791: warning: implicit declaration of function 'g_settings_new'
xsettings.c:803: warning: implicit declaration of function 
'g_settings_get_value'
xsettings.c:812: warning: implicit declaration of function 'g_settings_bind'
xsettings.c:813: error: 'G_SETTINGS_BIND_GET' undeclared (first use in this 
function)
xsettings.c: In function 'syms_of_xsettings':
xsettings.c:937: error: 'gsettings_client' undeclared (first use in this 
function)
make[1]: *** [xsettings.o] Error 1

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/



reply via email to

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