Re: [Gimp-print-devel] FreeBSD/Gimp-Print still not compiling
- From: Robert L Krawitz <rlk alum mit edu>
- To: rl117 york ac uk
- Cc: jakemsr jakemsr com, gimp-print-devel lists sourceforge net,menthos menthos com, gnome-i18n gnome org
- Subject: Re: [Gimp-print-devel] FreeBSD/Gimp-Print still not compiling
- Date: Sun, 28 Oct 2001 08:17:06 -0500
From: Roger Leigh <rl117@york.ac.uk>
Date: Sun, 28 Oct 2001 10:12:54 +0000
Just one issue:
This is what I figured would be controversial.
> *** src/cups/genppd.c 2001/10/27 17:16:38 1.31
> --- src/cups/genppd.c 2001/10/27 23:54:53
> ***************
> *** 62,67 ****
> --- 62,78 ----
> #else
> #include <gimp-print/gimp-print.h>
> #endif
> + #ifdef ENABLE_NLS
> +
> + #ifdef INCLUDE_LOCALE_H
> + INCLUDE_LOCALE_H
> + #else
> + #include <locale.h>
> + #endif
This part is already included in gimp-print/gimp-print-intl.h (although
it's not within the ENABLE_NLS #define (maybe it should be?).
Yes, but we have to be sure to locale.h before we include libintl.h.
> +
> + #include "libgnuintl.h"
Is this not symlinked to "libintl.h" in intl/? If so, it will be included
in gimp-print/gimp-print-intl.h as <libintl.h>.
It isn't, at least on my system; I suspect the symlink is only created
if --use-included-gettext (or whatever it is) is used.
--
Robert Krawitz <rlk@alum.mit.edu> http://www.tiac.net/users/rlk/
Tall Clubs International -- http://www.tall.org/ or 1-888-IM-TALL-2
Member of the League for Programming Freedom -- mail lpf@uunet.uu.net
Project lead for Gimp Print/stp -- http://gimp-print.sourceforge.net
"Linux doesn't dictate how I work, I dictate how Linux works."
--Eric Crampton
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]