GNOME Bugzilla – Bug 695565
Build error: implicit declaration of function ‘totem_session_try_restore’
Last modified: 2013-03-11 10:19:16 UTC
The build error: CC totem-totem.o totem.c: In function ‘app_init’: totem.c:158:3: error: implicit declaration of function ‘totem_session_try_restore’ [-Werror=implicit-function-declaration] totem.c:158:3: warning: nested extern declaration of ‘totem_session_try_restore’ [-Wnested-externs] I'll attach a patch soon.
Created attachment 238522 [details] [review] Fix build of totem.c The error was: Undefined symbol: totem_session_try_restore()
commit bb4eda787819fa08efe3ca559d6ead0e466c5cae Author: Sébastien Wilmet <swilmet@gnome.org> Date: Sun Mar 10 14:44:02 2013 +0100 main: Fix build of totem.c The error was: Undefined symbol: totem_session_try_restore() https://bugzilla.gnome.org/show_bug.cgi?id=695565