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

snowcrash+minicom schneecrash+minicom at gmail.com
Fri Mar 16 07:17:54 CET 2007


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


any help?

thanks.



More information about the minicom-devel mailing list