Re: Unable to find the GNOME_FILE_DOMAIN_APP_HELP domain



Hi Loban,
	I think you need to define PREFIX, SYSCONFDIR, DATADIR and LIBDIR for
the macro ... e.g.

        -DDATADIR=\""$(datadir)"\"                      \
        -DLIBDIR=\""$(libdir)"\"                        \
        -DSYSCONFDIR=\""$(sysconfdir)"\"                \
        -DPREFIX=\""$(prefix)"\"                                \


Good Luck,
Mark.

On Mon, 2003-01-13 at 21:18, Loban A Rahman wrote:
> I get this error when the following code is used in my applet.
> 
> 	gnome_help_display("stickynotes_applet",
> 		"stickynotes-introduction", &error);
> or
> 	gnome_help_display("stickynotes_applet", NULL, &error);
> 
> What am I doing wrong? BTW, the applet was initialized using
> 
> PANEL_APPLET_BONOBO_FACTORY("OAFIID:StickyNotesApplet_Factory",
> 	PANEL_TYPE_APPLET, PACKAGE, VERSION,
> 	stickynotes_applet_factory, NULL);
> 
> where PACKAGE = "stickynotes_applet".
> 
> Cheers,
> Loban
> 
> /-------------------------------------------------------------------\
> |   Loban Amaan Rahman  <-- anagram of -->  Aha! An Abnormal Man!   |
> | loban earthling net, loban caltech edu,  http://loban.caltech.edu |
> \-------------------------------------------------------------------/
> _______________________________________________
> desktop-devel-list mailing list
> desktop-devel-list gnome org
> http://mail.gnome.org/mailman/listinfo/desktop-devel-list




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