On Sun, Jun 20, 1999 at 01:05:19AM +0000, Yannick LE NY wrote:
> When I'm compiling gnucash I get the following error.
>
> ../../src/swig/guile/obj/gnucash-all-guile_wrap.o
> ../../src/swig/obj/helperfuncs.o -L/usr/local/lib -lSM -lICE -lXm -lXpm
>
> -L/usr/X11R6/lib -lXext -lXmu -lXt -lX11 -lguile -lreadline -lpng -ljpeg
> -lz
> -lm -lnana
> obj/motif/HelpWindow.o: In function `htmlWindow' :
> /projet/gnucash-1.1.27/src/motif/HelpWindow.c:353: undefined reference
> to `_XmHTMLStrings'
> /projet/gnucash-1.1.27/src/motif/HelpWindow.c:353: undefined reference
> to `_XmHTMLStrings'
The problem is that XmHTML is not part of your link line. Please do
this:
1) Run ./config-status --recheck (in the same dir as the ./configure
script).
2) Try to make again.
If you installed XmHTML _after_ you did ./configure for the first
time, it will still think you do not have XmHTML installed.
config.status --recheck will make it check again.
If this does not work, please report back. If you have XmHTML
installed, the above should find it.
> Thanks in advance I would really compile this program, I think that
> I will take the job to add gettext() in /include/messages.h.
Great! This will help distributions that ship pre-compiled binaries.
----- %< -------------------------------------------- >% ------
The GnuCash / X-Accountant Mailing List
To unsubscribe, send mail to [EMAIL PROTECTED] and
put "unsubscribe gnucash-devel [EMAIL PROTECTED]" in the body