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

Re: [MiNT] mgw compile error



Martin,

Your mintlib is older then 6 months then. See:
http://sparemint.atariforge.net/cgi-bin/cvsweb/mintlib/include/bits/socket.h


To compile up-to-date kernel you need up-to-date CVS version of mintlib.

Best Regards

STanda

-----Original Message-----
From: mint-bounce@lists.fishpool.fi [mailto:mint-bounce@lists.fishpool.fi]
On Behalf Of Martin Tarenskeen
Sent: Wednesday, September 21, 2005 3:50 PM
To: MiNT Mailing List
Subject: [MiNT] mgw compile error

Hi,

While doing a complete "make all" of my local freemint CVS directory, I
bumped into a compilation problem in freemint/tools/mgw/

gcc -I.. -O2 -fomit-frame-pointer -Wall -Wmissing-prototypes -Winline
-Wshadow -Wpointer-arith -Wcast-qual -Waggregate-return -c syscalls.c -o
syscalls.o
syscalls.c: In function `st_recvmsg':
syscalls.c:571: structure has no member named `msg_control'
syscalls.c:572: structure has no member named `msg_controllen'
syscalls.c: In function `st_sendmsg':
syscalls.c:637: structure has no member named `msg_control'
syscalls.c:638: structure has no member named `msg_controllen'
make: *** [syscalls.o] Error 1

And that's where my make session ends. I don't need mgw right now, but I
wanted to report this anyway.

-- 

Martin Tarenskeen