-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compile error with 1.4.0 #10
Labels
Comments
Not sure if it helps, but here's the outoput when building for Oneiric: http://paste.ubuntu.com/1096917/ |
Can this be closed now? |
Is it fixed ? :) I didn't had problems building it on openSUSE, but it's a different tool chain. |
I can't test it because i used the mate-bg-crossfade_remove.patch for building. |
mate-settings-demeon_mate-bg-crossfade.patch file can not be accessed |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm really surprise how you can compile on debian or arch?
On fedora with no patches i get this error.
NOCONFIGURE=1 ./autogen.sh
configure
--disable-static
--with-nssdb
--enable-polkit
--enable-profiling
--enable-pulse
--disable-gstreamer
make
.
.
.
msd-background-manager.c: In function 'caja_is_running':
msd-background-manager.c:89:18: warning: variable 'retval' set but not used [-Wunused-but-set-variable]
msd-background-manager.c: In function 'draw_background':
msd-background-manager.c:218:5: error: unknown type name 'MateBGCrossfade'
msd-background-manager.c:220:5: warning: implicit declaration of function 'mate_bg_set_pixmap_as_root_with_crossfade' [-Wimplicit-function-declaration]
msd-background-manager.c:220:10: warning: assignment makes pointer from integer without a cast [enabled by default]
msd-background-manager.c: In function 'msd_background_manager_set_property':
msd-background-manager.c:522:25: warning: variable 'self' set but not used [-Wunused-but-set-variable]
msd-background-manager.c: In function 'msd_background_manager_get_property':
msd-background-manager.c:540:25: warning: variable 'self' set but not used [-Wunused-but-set-variable]
msd-background-manager.c: In function 'msd_background_manager_constructor':
msd-background-manager.c:558:30: warning: variable 'klass' set but not used [-Wunused-but-set-variable]
msd-background-manager.c: In function 'msd_background_manager_dispose':
msd-background-manager.c:571:25: warning: variable 'background_manager' set but not used [-Wunused-but-set-variable]
msd-background-manager.c: At top level:
msd-background-manager.c:237:2: warning: 'on_bg_changed' defined but not used [-Wunused-function]
msd-background-manager.c:244:2: warning: 'on_bg_transitioned' defined but not used [-Wunused-function]
make[3]: *** [test_background-msd-background-manager.o] Error 1
make[3]: *** Waiting for unfinished jobs....
Found cached translation database
msd-background-manager.c: In function 'caja_is_running':
msd-background-manager.c:89:18: warning: variable 'retval' set but not used [-Wunused-but-set-variable]
msd-background-manager.c: In function 'draw_background':
msd-background-manager.c:218:5: error: unknown type name 'MateBGCrossfade'
msd-background-manager.c:220:5: warning: implicit declaration of function 'mate_bg_set_pixmap_as_root_with_crossfade' [-Wimplicit-function-declaration]
msd-background-manager.c:220:10: warning: assignment makes pointer from integer without a cast [enabled by default]
msd-background-manager.c: In function 'msd_background_manager_set_property':
msd-background-manager.c:522:25: warning: variable 'self' set but not used [-Wunused-but-set-variable]
msd-background-manager.c: In function 'msd_background_manager_get_property':
msd-background-manager.c:540:25: warning: variable 'self' set but not used [-Wunused-but-set-variable]
msd-background-manager.c: In function 'msd_background_manager_constructor':
msd-background-manager.c:558:30: warning: variable 'klass' set but not used [-Wunused-but-set-variable]
msd-background-manager.c: In function 'msd_background_manager_dispose':
msd-background-manager.c:571:25: warning: variable 'background_manager' set but not used [-Wunused-but-set-variable]
msd-background-manager.c: At top level:
msd-background-manager.c:237:2: warning: 'on_bg_changed' defined but not used [-Wunused-function]
msd-background-manager.c:244:2: warning: 'on_bg_transitioned' defined but not used [-Wunused-function]
Merging translations into background.mate-settings-plugin.
make[3]: *** [libbackground_la-msd-background-manager.lo] Error 1
make[3]: Leaving directory
/home/rave/rpmbuild/BUILD/mate-settings-daemon-1.4.0/plugins/background' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory
/home/rave/rpmbuild/BUILD/mate-settings-daemon-1.4.0/plugins'make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/rave/rpmbuild/BUILD/mate-settings-daemon-1.4.0'
But anyway, with my mate-bg-crossfade_remove.patch everything works fine ;)
The text was updated successfully, but these errors were encountered: