Hi, Sylvain On 1/9/06, Sylvain Petreolle wrote: > The winb module compiles without problem now, thanks. > > Everything builds into libfd32, > except newlib-port/sys/fd32/io.c > > ../newlib-port/sys/fd32/io.c:49: error: conflicting types for 'open' > ../newlib/include/sys/fcntl.h:168: error: previous declaration of 'open' was > here
Can you check the `../newlib/include/sys/fcntl.h:168', if the `open' is defined as this `extern int open _PARAMS ((const char *, int, ...))' Because it said `conflicting types', so I think the `open' parameter types are not the same as in the io.c. BTW, what's the version of newlib you use? Hanzac ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ freedos-32-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-32-dev
