|
From: Malcolm T. <ma...@co...> - 2003-09-29 01:36:10
|
On Mon, 2003-09-29 at 10:31, Carson Gaspar wrote: > FYI, scrollkeeper 0.3.12 is just hopeless on non-GNU platforms. The > included intl library doesn't build, and the Makefile.in files don't > include $(INTLLIB) in the link commands of targets that use the intl > functions. So if your libc doesn't include GNU gettext, you're hosed. > > I'm hacking the Makefile.in files, one link target at a time as they fail > to link. Ah, I love open sores... OK, let's see now: (a) Thanks for the bug report and patch, but.. (b) In future, we have a bug tracker at sourceforge for these. (c) Both these problems are already fixed in CVS (has been for a long time). A new release if due out shortly. (d) You should never touch Makefile.in, you should only Makefile.am for tools that use automake, etc. Otherwise your changes get overwritten. Malcolm |