Main Page | Report this Page
Computers Forum Index  »  Computer Languages (Smalltalk)  »  compiling cygwin on xp (under cygwin)...
Page 1 of 1    

compiling cygwin on xp (under cygwin)...

Author Message
Tim Menzies...
Posted: Sat Oct 03, 2009 4:16 am
Guest
sorry if this is an FAQ but how to i build gst under cygwin? after

git clone http://git.sv.gnu.org/r/smalltalk.git

i "cd" into smalltalk and tried the usual sequence

../configure
make
make check
make install

but there is no "configure" in that directory (just configure.ac)

hints anyone?

thanks!

tim menzies
 
Stefan Schmiedl...
Posted: Sat Oct 03, 2009 10:39 am
Guest
On Fri, 2 Oct 2009 21:16:07 -0700 (PDT)
Tim Menzies <menzies.tim at (no spam) gmail.com> wrote:

Quote:
sorry if this is an FAQ but how to i build gst under cygwin? after

git clone http://git.sv.gnu.org/r/smalltalk.git

i "cd" into smalltalk and tried the usual sequence

./configure
make
make check
make install

but there is no "configure" in that directory (just configure.ac)

you need the autotools, too.

autoreconf -vi
../configure
make
make install

should do it.

s.
 
Tim Menzies...
Posted: Tue Oct 06, 2009 5:40 am
Guest
On Oct 3, 11:17 pm, Tim Menzies <menzies.... at (no spam) gmail.com> wrote:
Quote:
On Oct 3, 2:39 am, Stefan Schmiedl <s... at (no spam) xss.de> wrote:
On Fri, 2 Oct 2009 21:16:07 -0700 (PDT)
Tim Menzies <menzies.... at (no spam) gmail.com> wrote:
sorry if this is an FAQ but how to i build gst under cygwin? after
git clonehttp://git.sv.gnu.org/r/smalltalk.git
i "cd" into smalltalk and tried the usual sequence
but there is no "configure" in that directory (just configure.ac)

you need the autotools, too.
autoreconf -vi
./configure
make
make install

should do it.

i decided to install EVERY "devel" package in cygwin- and made great
strides. bow autoreconf -vi works by ./configure bombs with the
following error

any ideas anyone?

t

-DPIC -o .libs/sockets.o
sockets.c: In function `afInet6':
sockets.c:175: error: `AF_INET6' undeclared (first use in this
function)
sockets.c:175: error: (Each undeclared identifier is reported only
once
sockets.c:175: error: for each function it appears in.)
sockets.c: In function `pfInet6':
sockets.c:179: error: `PF_INET6' undeclared (first use in this
function)
sockets.c: In function `ipprotoIcmpv6':
sockets.c:190: error: `IPPROTO_ICMPV6' undeclared (first use in this
function)
sockets.c: In function `fix_sockaddr':
sockets.c:291: warning: unused variable `verify'
sockets.c: In function `getSoError':
sockets.c:432: warning: implicit declaration of function
`WSAGetLastError'
sockets.c: In function `_gst_init_sockets':
sockets.c:454: error: `WSADATA' undeclared (first use in this
function)
sockets.c:454: error: parse error before "wsaData"
sockets.c:456: warning: implicit declaration of function `WSAStartup'
sockets.c:456: warning: implicit declaration of function `MAKEWORD'
sockets.c:456: error: `wsaData' undeclared (first use in this
function)
make[3]: *** [sockets.lo] Error 1
make[3]: Leaving directory `/home/timm/pkg/smalltalk/libgst'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/timm/pkg/smalltalk/libgst'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/timm/pkg/smalltalk'
make: *** [all] Error 2
 
 
Page 1 of 1    
All times are GMT
The time now is Fri Nov 27, 2009 3:24 am