imlib compilation error on Solaris



Hi all!!

I get the following errors:

Making all in utils
gmake[2]: Entering directory `/export/desarrollo/rodrigo/src/gnome/imlib/utils'
/opt/SUNWspro/bin/cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.       -I../gdk_imlib -I../gd
k_imlib   -I/usr/local/lib/glib/include -I/usr/local/include  -I/usr/local/lib/glib/in
clude -I/usr/local/include -I/usr/local/include -I/usr/local/include  -g -c imlib_conf
ig.c
"/usr/include/libintl.h", line 25: syntax error before or at: const
"/usr/include/libintl.h", line 25: syntax error before or at: )
"/usr/include/libintl.h", line 25: warning: syntax error:  empty declaration
"/usr/include/libintl.h", line 26: syntax error before or at: const
"/usr/include/libintl.h", line 26: syntax error before or at: )
"/usr/include/libintl.h", line 26: warning: syntax error:  empty declaration
"/usr/include/libintl.h", line 27: syntax error before or at: const
"/usr/include/libintl.h", line 27: syntax error before or at: )
"/usr/include/libintl.h", line 27: warning: syntax error:  empty declaration
"/usr/include/libintl.h", line 28: syntax error before or at: const
"/usr/include/libintl.h", line 28: syntax error before or at: )
"/usr/include/libintl.h", line 28: warning: syntax error:  empty declaration
"/usr/include/libintl.h", line 29: syntax error before or at: const
"/usr/include/libintl.h", line 29: syntax error before or at: )
"/usr/include/libintl.h", line 29: warning: syntax error:  empty declaration
"imlib_config.c", line 1293: warning: argument #2 is incompatible with prototype:
        prototype: pointer to pointer to char : "/usr/local/include/gtk/gtkclist.h", l
ine 447
        argument : pointer to pointer to const char
cc: acomp failed for imlib_config.c

The lines in libintl.h are:
extern char *dcgettext(const char *, const char *, const int);
extern char *dgettext(const char *, const char *);
extern char *gettext(const char *);
extern char *textdomain(const char *);
extern char *bindtextdomain(const char *, const char *);

The libintl.h file it is trying to read is the one that was on Solaris (I mean I did not install it).

Any help will be appreciated!



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]