Skip to content
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

Closed
raveit65 opened this issue Jul 17, 2012 · 5 comments
Closed

compile error with 1.4.0 #10

raveit65 opened this issue Jul 17, 2012 · 5 comments

Comments

@raveit65
Copy link
Member

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 ;)

@szesch
Copy link
Contributor

szesch commented Jul 17, 2012

Not sure if it helps, but here's the outoput when building for Oneiric: http://paste.ubuntu.com/1096917/

@szesch
Copy link
Contributor

szesch commented Oct 16, 2012

Can this be closed now?

@ghost
Copy link

ghost commented Oct 17, 2012

Is it fixed ? :) I didn't had problems building it on openSUSE, but it's a different tool chain.

@raveit65
Copy link
Member Author

I can't test it because i used the mate-bg-crossfade_remove.patch for building.
Anyway i wiil close it.

@namso-01
Copy link

mate-settings-demeon_mate-bg-crossfade.patch file can not be accessed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants