>Does your system have a libintl.h header installed?
>If so, what package does it come with? If not, did
>you have any problems configuring gnucash that you
>had to work around?

It's installed in /usr/local/include/ as part of the
gettext port (/usr/ports/devel/gettext)

I also had this problem:

> > linking ./intl/libgettext.h to intl/libintl.h
> > configure: error: ./intl/libgettext.h: File not
> > found

And just worked around it by copying libintl.h to 
intl/libintl.h

Other problems I've encountered when compiling gnucash
on FreeBSD is:

1) configure fails to automatically sets make to an empty
   string.  The work around is to set an environment 
   variable:  GMAKE=gmake for configuring.

2) The g-wrap configure looks for rscheme as 'rs' which is
   "reshape a data array" in FreeBSD, so the g-wrap build
   fails.  I've worked around this by changing configure to
   check for rscheme instead of rs.  A better fix for this
   was discussed previously, but I haven't had a chance to
   look at implementing it.

I'm hoping to put together a port for FreeBSD and submit
it for the ports tree.  Just haven't had the time to put
it together and test it.  Might get to it this week.

Matt

--
Gnucash Developer's List 
To unsubscribe send empty email to: [EMAIL PROTECTED]

Reply via email to