Subject: build problem with comms/minicom on Darwin
To: None <tech-pkg@netbsd.org>
From: Sean J. Schluntz <schluntz@workofstone.com>
List: tech-pkg
Date: 12/13/2002 20:37:52
With the Dec 7th pkgsrc.tar.gz and the
bootstrap-Darwin-6.2-powerpc-20021202.tar.gz I've run in to a problem
trying to build minicom.
 
The "bmake" in comms/minicom finds libmm and expat, the configure runs
through and then it begins to build.  Then I run in to the following
error:

cc -no-cpp-precomp -I/usr/pkg/include -Wall -D_POSIX -D_BSD43 -D_SELECT -D_DCDFLOW -D_HISTORY -D_HAVE_MACROS -D_SEARCH_HISTORY -D_I18N_ -DBINDIR=\"/usr/pkg/bin\" -DLIBDIR=\"/usr/pkg/etc/minicom\" -no-cpp-precomp -I/usr/pkg/include  -c -o windiv.o windiv.c
In file included from /usr/include/dirent.h:64,
                 from windiv.c:15:
/usr/include/sys/dirent.h:73: parse error before "u_int32_t"
/usr/include/sys/dirent.h:75: parse error before "d_type"
/usr/include/sys/dirent.h:76: parse error before "d_namlen"
/usr/include/sys/dirent.h:83: parse error before '}' token
gnumake: *** [windiv.o] Error 1
*** Error code 2

Stop.
bmake: stopped in /usr/pkgsrc/comms/minicom
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/comms/minicom

Anyone else running Minicom under MacOS X?

-Sean