You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I install mate from source code.My os is fedora14.When i compile mate-polkit package, i got this error
CC libpolkit_gtk_mate_1_la-polkitlockbutton.lo
polkitlockbutton.c: In function 'update_state':
polkitlockbutton.c:683:16: warning: 'text' may be used uninitialized in this function
polkitlockbutton.c:684:16: warning: 'tooltip' may be used uninitialized in this function
polkitlockbutton.c:685:12: warning: 'sensitive' may be used uninitialized in this function
CCLD libpolkit-gtk-mate-1.la
CC example-example.o
CCLD example
/usr/bin/g-ir-scanner -v
--namespace PolkitGtkMate
--strip-prefix=Polkit
--nsversion=1.0
--include=Gtk-2.0
--include=Polkit-1.0
--library=polkit-gtk-mate-1
--output PolkitGtkMate-1.0.gir
--pkg=polkit-gobject-1
--pkg=gtk+-2.0
--libtool=../libtool
-I..
-DPOLKIT_GTK_MATE_COMPILATION
./polkitgtkmate.h
./polkitgtkmatetypes.h
./polkitlockbutton.h \
I install mate from source code.My os is fedora14.When i compile mate-polkit package, i got this error
CC libpolkit_gtk_mate_1_la-polkitlockbutton.lo
polkitlockbutton.c: In function 'update_state':
polkitlockbutton.c:683:16: warning: 'text' may be used uninitialized in this function
polkitlockbutton.c:684:16: warning: 'tooltip' may be used uninitialized in this function
polkitlockbutton.c:685:12: warning: 'sensitive' may be used uninitialized in this function
CCLD libpolkit-gtk-mate-1.la
CC example-example.o
CCLD example
/usr/bin/g-ir-scanner -v
--namespace PolkitGtkMate
--strip-prefix=Polkit
--nsversion=1.0
--include=Gtk-2.0
--include=Polkit-1.0
--library=polkit-gtk-mate-1
--output PolkitGtkMate-1.0.gir
--pkg=polkit-gobject-1
--pkg=gtk+-2.0
--libtool=../libtool
-I..
-DPOLKIT_GTK_MATE_COMPILATION
./polkitgtkmate.h
./polkitgtkmatetypes.h
./polkitlockbutton.h \
Couldn't find include 'Polkit-1.0.gir' (search path: ['/usr/local/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0'])
make[2]: *** [PolkitGtkMate-1.0.gir] Error 1
make[2]: Leaving directory
/home/blackrose/Downloads/MATE/Mate-Desktop-Environment/mate-polkit/polkitgtkmate' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory
/home/blackrose/Downloads/MATE/Mate-Desktop-Environment/mate-polkit'make: *** [all] Error 2
How i resolve this problem? Thank you!
The text was updated successfully, but these errors were encountered: