Which gtk libs have such as gtk_about_dialog_set_website(GtkAboutDialog) interface?
- From: xkdcc <xkdcc 163 com>
- To: gtk-list gnome org
- Subject: Which gtk libs have such as gtk_about_dialog_set_website(GtkAboutDialog) interface?
- Date: Tue, 30 Dec 2008 12:04:01 +0800 (CST)
I was compiling Xnee project on My Solaris 10 CDE.
But I get problem:
======================================================================
bash-3.00# make
cc -g -o gnee gnee-main.o gnee-support.o gnee-interface.o gnee-callbacks.o gnee-recordables.o gnee-gnee_xnee.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -L"../../libxnee"/ -L"../../libxnee"/.. -L"../../libxnee"/src -lxnee -lX11 -lXtst
Undefined first referenced
symbol in file
gtk_about_dialog_set_website gnee-interface.o
gtk_about_dialog_set_copyright gnee-interface.o
GTK_ABOUT_DIALOG gnee-interface.o
gtk_about_dialog_set_version gnee-interface.o
gtk_about_dialog_set_translator_credits gnee-interface.o
gtk_about_dialog_set_documenters gnee-interface.o
gtk_about_dialog_set_artists gnee-interface.o
gtk_about_dialog_set_authors gnee-interface.o
gtk_about_dialog_new gnee-interface.o
gtk_about_dialog_set_name gnee-interface.o
gtk_about_dialog_set_license gnee-interface.o
gtk_about_dialog_set_comments gnee-interface.o
ld: fatal: Symbol referencing errors. No output written to gnee
*** Error code 1
make: Fatal error: Command failed for target `gnee'
======================================================================
I'd like to use "nm" to check my gtk libs whether they have these undefined symbols. But I don't know to check which libs.
So anybody can help me out?
Thanks.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]