Awn

Problems compiling at FreeBSD

Asked by Enlightened

./autogen.sh: OK
next, make:
awn-applet-manager.c: In function `awn_applet_manager_class_init':
awn-applet-manager.c:461: error: `dbus_glib_awn_applet_manager_object_info' undeclared (first use in this function)
awn-applet-manager.c:461: error: (Each undeclared identifier is reported only once
awn-applet-manager.c:461: error: for each function it appears in.)
awn-applet-manager.c: At top level:
awn-applet-manager.c:358: warning: 'awn_applet_manager_delete_applet' defined but not used

Question information

Language:
English Edit question
Status:
Solved
For:
Awn Edit question
Assignee:
No assignee Edit question
Solved by:
Enlightened
Solved:
Last query:
Last reply:
Revision history for this message
Enlightened (e-recolon) said :
#1

Problem solved, just updated dbus-gnome & dbus

Revision history for this message
axeexcess (axeexcess) said :
#2

Hey, I've been trying to compile awn with the same error but I believe I have the latest dbus-glib/dbus versions in the ports tree. Any previous or other steps I should make?

Thanks.

Revision history for this message
axeexcess (axeexcess) said :
#3

Nevermind, solved it but only to bump into the libwnck error.

Revision history for this message
Mark Lee (malept) said :
#4

Could you please open another question and describe what this "libwnck error" is?

Revision history for this message
axeexcess (axeexcess) said :
#5

It's the same thing someone described here:

https://bugs.launchpad.net/awn/+bug/161028

namely,

Wnck-ERROR **: file class-group.c: line 430 (set_icon): assertion failed: (icon && mini_icon)
aborting...

Revision history for this message
Mark Lee (malept) said :
#6

Could you please comment in that bug with a backtrace, as described in one of the comments?

Revision history for this message
dev (donvodka) said :
#7

I know this appears like "SOLVED" but it's not for me, I',m trying to build awn from source in OpenSolaris Nevada (Community Edition), but I still get this error:
awn-applet-manager.c: In function `awn_applet_manager_class_init':
awn-applet-manager.c:461: error: `dbus_glib_awn_applet_manager_object_info' undeclared (first use in this function)
awn-applet-manager.c:461: error: (Each undeclared identifier is reported only once
awn-applet-manager.c:461: error: for each function it appears in.)
awn-applet-manager.c: At top level:
awn-applet-manager.c:358: warning: 'awn_applet_manager_delete_applet' defined but not used

Is there anything I can do to solve this? thaks in advance

Revision history for this message
Andrew Starr-Bochicchio (andrewsomething) said :
#8

What are the versions of glib, dbus-gnome & dbus in OpenSolaris Nevada?