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

[MiNT] Freemint Build Error



Hey guys,

I figure I'll post this one since nobody may notice.  The CVS build
script failed with:

Making all in mgw
make[2]: Entering directory `/f/root/build_host/freemint/tools/mgw'
gcc -I.. -O2 -fomit-frame-pointer -Wall -Wmissing-prototypes -Winline
-Wshadow -Wpointer-arith -Wcast-qual -Waggregate-return -c libsocket.c
-o libsocket.o
gcc -I.. -O2 -fomit-frame-pointer -Wall -Wmissing-prototypes -Winline
-Wshadow -Wpointer-arith -Wcast-qual -Waggregate-return -c main.c -o
main.o
gcc -I.. -O2 -fomit-frame-pointer -Wall -Wmissing-prototypes -Winline
-Wshadow -Wpointer-arith -Wcast-qual -Waggregate-return -c mgw.c -o
mgw.o
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[2]: *** [syscalls.o] Error 1
make[2]: Leaving directory `/f/root/build_host/freemint/tools/mgw'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/f/root/build_host/freemint/tools'
make: *** [all-recursive] Error 1
The build failed
root@washi:/root/build_host>