minicom-cvs 'make' fails @ "conflicting types for 'wprintf'"

Adam Lackorzynski adam at os.inf.tu-dresden.de
Sat Mar 17 21:48:05 CET 2007


On Thu Mar 15, 2007 at 23:17:54 -0700, snowcrash+minicom wrote:
> hi,
> 
> i'm attempting a 1st build of minicom on osx 10.4.9.
> 
> dl'd cvs-head.
> 
> after an OK,
> 
> 	./configure \
> 	--prefix=/usr/local/minicom \
> 	--disable-kermit \
> 	--disable-nls
> 
> a subsequent,
> 
> 	make
> 
> fails at,
> 
> 	...
> 	rm -f libport.a
> 	ar cru libport.a  error.o
> 	ranlib libport.a
> 	Making all in src
> 	if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib
> -DCONFDIR=\"/usr/local/minicom/etc\"
> -DLOCALEDIR=\"/usr/local/minicom/share/locale\"  -g -O2 -Wall -W -g
> -O2 -MT minicom.o -MD -MP -MF ".deps/minicom.Tpo" -c -o minicom.o
> minicom.c; \
> 	then mv -f ".deps/minicom.Tpo" ".deps/minicom.Po"; else rm -f
> ".deps/minicom.Tpo"; exit 1; fi
> 	In file included from minicom.h:27,
> 					 from minicom.c:35:
> 	window.h:155: error: conflicting types for 'wprintf'
> 	/usr/include/wchar.h:177: error: previous declaration of 'wprintf' 
> 	was here
> 	make[2]: *** [minicom.o] Error 1
> 	make[1]: *** [all-recursive] Error 1
> 	make: *** [all] Error 2

So, how does the declaration look on OS X? Please show a few lines
around line 177 of /usr/include/wchar.h. I probably should rename all
those functions.


Adam
-- 
Adam                 adam at os.inf.tu-dresden.de
  Lackorzynski         http://os.inf.tu-dresden.de/~adam/



More information about the minicom-devel mailing list