The extra function definition in tasklist.h is protected using the following ifdef:
,---- | #ifdef WNCK_I_KNOW_THIS_IS_NOT_UPSTREAM | void wnck_tasklist_set_orientation(WnckTasklist *tasklist, | GtkOrientation orient); | #endif `---- Adding CFLAGS += -DWNCK_I_KNOW_THIS_IS_NOT_UPSTREAM instead of suppressing the warning / error also fixes the compile error. Cheers, -Hilko -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

