After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 695565 - Build error: implicit declaration of function ‘totem_session_try_restore’
Build error: implicit declaration of function ‘totem_session_try_restore’
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
3.6.x
Other Linux
: Normal major
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-03-10 13:49 UTC by Sébastien Wilmet
Modified: 2013-03-11 10:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix build of totem.c (693 bytes, patch)
2013-03-10 13:50 UTC, Sébastien Wilmet
none Details | Review

Description Sébastien Wilmet 2013-03-10 13:49:21 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.
Comment 1 Sébastien Wilmet 2013-03-10 13:50:03 UTC
Created attachment 238522 [details] [review]
Fix build of totem.c

The error was:
Undefined symbol: totem_session_try_restore()
Comment 2 Bastien Nocera 2013-03-11 10:19:16 UTC
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