On Fri, Nov 05, 2004 at 04:12:13PM -0700, Phil Ershler wrote:
> I consistently run into this issue during a make-all
> 
> cd lib && make all
> /bin/sh ../libtool --mode=compile gcc -I. -I. -I../include 
> -I./../include -I/sw/include -g -O2 -DLIBDIR=\"/sw/lib\" 
> -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/sw/lib\" 
> -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix 
> -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./iconv.c
> mkdir .libs
> chmod 777 .libs
>  gcc -I. -I. -I../include -I./../include -I/sw/include -g -O2 
> -DLIBDIR=\"/sw/lib\" -DENABLE_RELOCATABLE=1 -DIN_LIBRARY 
> -DINSTALLDIR=\"/sw/lib\" -DNO_XMALLOC 
> -Dset_relocation_prefix=libiconv_set_relocation_prefix 
> -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./iconv.c  -fno-common 
> -DPIC -o .libs/iconv.o
> In file included from loops.h:24,
>                  from iconv.c:130:
> loop_wchar.h:28:20: wchar.h: No such file or directory
> make[1]: *** [iconv.lo] Error 1
> make: *** [all] Error 2
> ### execution of make failed, exit code 2
> Failed: compiling libiconv-1.9.2-11 failed
> 
> Any magic to get past here? I am using XCode 1.2, but this doesn't look 
> to me like a compiler problem anyway.

The file /usr/include/wchar.h should be provided by DevSDK.pkg, part of
XCode.  Is the file actually there?  If it's not, you may have been
bitten by a bug in Apple's installer.  Try deleting
/Library/Receipts/DevSDK.pkg and reinstalling (the necessary parts of)
XCode 1.2.

Richard


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to