Hi, I'm trying to bootstrap a native uclibc x86_64 environment. Seems like the recent utmpx commits breaks 64 bit.
CC libc/misc/utmp/utxent.os libc/misc/utmp/utxent.c: In function 'getutmp': libc/misc/utmp/utxent.c:74:14: error: incompatible types when assigning to type 'struct <anonymous>' from type 'const struct <anonymous>' libc/misc/utmp/utxent.c: In function 'getutmpx': libc/misc/utmp/utxent.c:100:15: error: incompatible types when assigning to type 'struct <anonymous>' from type 'const struct <anonymous>' make: *** [libc/misc/utmp/utxent.os] Error 1 -- Natanael Copa _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
