[Nautilus-list] cvs, nautilus-gtkhtml



I can't get the CVS version of nautilus to compile:

checking for GNOME - version >= 1.2.8... yes
checking for additional GNOME modules...  vfs xml bonobo bonobox
bonobox_print idl gnomeui gtk gdk_pixbuf gnomecanvaspixbuf*** eel
library is not installed
configure: error: *** GNOME 1.2.8 or better is required.

... but I seem to have a good enough version of gnome:

[rothwell gromit nautilus]$ gnome-config --version
gnome-libs 1.2.13

... so I just installed the 1.03 candidate, and tried to compile
nautilus-gtkhtml:

main.c:48: too many arguments to function `nautilus_view_standard_main'
make[2]: *** [main.o] Error 1

This is the line:

	return nautilus_view_standard_main ("nautilus-gtkhtml-view",
					    VERSION,
					    PACKAGE,
					    GNOMELOCALEDIR,
					    argc,
					    argv,
					    FACTORY_IID, VIEW_IID,
					    nautilus_view_create_from_get_type_function,
					    NULL,
					    nautilus_gtkhtml_content_view_get_type);


In /usr/include/libnautilus/nautilus-view-standard-main.h :

int nautilus_view_standard_main        (const char
*executable_name,
					const char                 *version,
					int                         argc,
					char                      **argv,
					const char                 *factory_iid,
					const char                 *view_iid,
					NautilusViewCreateFunction  create_function,
					void                       *user_data);

... is 1.03 not the same as the CVS version? If anyone has experience
getting the Nautilus-GtkHTML component working, let me know how. :)

Thanks,

Michael






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]