_LIBICONV_H



Gentlemen,

when compiling glib-1.3.13 on AIX 4.3

glib/gconvert.c

50 #if defined(USE_LIBICONV) && !defined (_LIBICONV_H)
51 #error libiconv in use but included iconv.h not from libiconv
52 #endif
53 #if !defined(USE_LIBICONV) && defined (_LIBICONV_H)
54 #error libiconv not in use but included iconv.h is from libiconv
55 #endif

what does _LIBICONV_H mean?
it is nowhere defined nor undefined nor mentioned

on AIX there is libiconv.a in /usr/lib from IBM and the corresponding iconv.h
in /usr/include so I always fall in the error condition in line 51

regards,
-- 
Miroslaw Dobrzanski-Neumann

MOSAIC SOFTWARE AG
Base Development and Research
Tel +49-2225-882-291
Fax +49-2225-882-201
E-mail: mne mosaic-ag com




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