Re: GLib-2.0.3 released



Joachim Backes <backes rhrk uni-kl de> writes:

> having problems when making glib-2.0.3 under IRIX-6.5.15:
> 
> When configuring by
> 
>         ./configure --with-libiconv=no
> 
> the compiling aborts with
> 
> ...
> 
> gmake[3]: Entering directory `/usr/sc/backes/Software/glib-2.0.3/glib'
> /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_LOG_DOMAI
> N=\"GLib\" -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION     -g -O2 -Wall -D_REENTRANT -c
>  gconvert.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_DEPRECATED 
> -DGLIB_COMPILATION -g -O2 -Wall -D_REENTRANT -c gconvert.c  -DPIC -o gconvert.lo
> gconvert.c:45: #error GNU libiconv not in use but included iconv.h is from libiconv
> gmake[3]: *** [gconvert.lo] Error 1
> gmake[3]: Leaving directory `/usr/sc/backes/Software/glib-2.0.3/glib'
> gmake[2]: *** [all-recursive] Error 1
> gmake[2]: Leaving directory `/usr/sc/backes/Software/glib-2.0.3/glib'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory `/usr/sc/backes/Software/glib-2.0.3'
> gmake: *** [all-recursive-am] Error 2
> 
> 
> On the other hand when configuring by
> 
>         ./configure --with-libiconv=gnu,
> 
> then glib-2.0.3 can be compiled without problem.
> 
> Any issue?

I think the error:

 gconvert.c:45: #error GNU libiconv not in use but included iconv.h is from libiconv

Accurately describes the problem; you have iconv.h from libiconv in your include
path in front of your system's iconv (assuming you have a system iconv.)

Regards,
                                        Owen



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