help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] MINGW Port


From: Roman Capote
Subject: [Help-smalltalk] MINGW Port
Date: Tue, 17 Feb 2004 11:11:22 -0300

Hi,

I need information about the status of the gnu-smalltalk port for mingw.

Maybe some directions for building if it's posible.

I tried to build it since 2.1.3 (now 2.1.7) with default options and always get the same errors, some posix compatibility missing for poll.c I guess.


Thanks.
Roman


The make errors I get:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -fstrict-aliasing -fno-gcse -Wno-switch -Wno-format -Wno-parentheses -Wpointer-arith -MT poll.lo -MD -MP -MF .deps/poll.Tpo -c poll.c -DDLL_EXPORT -DPIC -o .libs/poll.o
poll.c:35:24: sys/select.h: No such file or directory
poll.c:36:24: sys/socket.h: No such file or directory
poll.c: In function `poll':
poll.c:44: `fd_set' undeclared (first use in this function)
poll.c:44: (Each undeclared identifier is reported only once
poll.c:44: for each function it appears in.)
poll.c:44: parse error before "rfds"
poll.c:84: warning: implicit declaration of function `FD_ZERO'
poll.c:84: `rfds' undeclared (first use in this function)
poll.c:85: `wfds' undeclared (first use in this function)
poll.c:86: `efds' undeclared (first use in this function)
poll.c:93: warning: implicit declaration of function `FD_SET'
poll.c:115: warning: implicit declaration of function `select'
poll.c:130: warning: implicit declaration of function `FD_ISSET'
poll.c:134: warning: implicit declaration of function `recv'
poll.c:134: `MSG_PEEK' undeclared (first use in this function)
poll.c:135: `ESHUTDOWN' undeclared (first use in this function)
poll.c:135: `ECONNRESET' undeclared (first use in this function)
poll.c:136: `ECONNABORTED' undeclared (first use in this function)
poll.c:136: `ENETRESET' undeclared (first use in this function)
make[2]: *** [poll.lo] Error 1
make[2]: Leaving directory `/home/kruger/desarrollo/smalltalk-2.1.7/lib-src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/kruger/desarrollo/smalltalk-2.1.7'
make: *** [all] Error 2

_________________________________________________________________
Charla con tus amigos en lĂ­nea mediante MSN Messenger: http://messenger.latam.msn.com/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]