Re: Unable to find the GNOME_FILE_DOMAIN_APP_HELP domain
- From: Mark McLoughlin <mark skynet ie>
- To: Loban A Rahman <loban earthling net>
- Cc: desktop-devel-list gnome org
- Subject: Re: Unable to find the GNOME_FILE_DOMAIN_APP_HELP domain
- Date: 13 Jan 2003 22:23:00 +1300
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]