Compiling Minicom on X

Posted:
in Mac Software edited January 2014
Hi everyone!



I'm trying to compile Minicom on X, using the current Developer Environment. Configure executes without problems, while Gnumake fails with the following errors:



[code]

/usr/include/sys/dirent.h:73: undefined type, found `u_int32_t'

/usr/include/sys/dirent.h:74: undefined type, found `u_int16_t'

/usr/include/sys/dirent.h:75: undefined type, found `u_int8_t'

/usr/include/sys/dirent.h:76: undefined type, found `u_int8_t'

cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode

In file included from /usr/include/dirent.h:64,

from windiv.c:22:

/usr/include/sys/dirent.h:73: parse error before `u_int32_t'

/usr/include/sys/dirent.h:73: warning: no semicolon at end of struct or union

/usr/include/sys/dirent.h:74: warning: data definition has no type or storage class

/usr/include/sys/dirent.h:75: parse error before `d_type'

/usr/include/sys/dirent.h:75: warning: data definition has no type or storage class

/usr/include/sys/dirent.h:76: parse error before `d_namlen'

/usr/include/sys/dirent.h:76: warning: data definition has no type or storage class

/usr/include/sys/dirent.h:83: parse error before `}'

gnumake[2]: *** [windiv.o] Error 1

gnumake[1]: *** [all-recursive] Error 1

gnumake: *** [all-recursive-am] Error 2

</pre><hr></blockquote>



Any Ideas?



Tnx in advance,



-hm



P.S.: I know Zero C, so I wasn't able to work around this on my own.



[ 11-24-2001: Message edited by: hacmac ]</p>
Sign In or Register to comment.