2009/11/28 LinuxPuertoMontt <[email protected]>: > 2009/11/28 Ken Moffat <[email protected]> >> >> Have you somehow trashed the file >> /usr/include/linux/socket.h ? > > nop, i have socket.h in /usr/include/linux > --
But your compiler doesn't manage to find a prototype for struct ucred. Ah, I'm mistaken about what it uses. It should also be defined in /usr/include/bits/socket.h which is included from /usr/include/sys/socket.h and there at line 32 of gnome-keyring-daemon-io.c in 0.8.1 is #include <sys/socket.h> I didn't see any message to say that file was not found, so please take a look to see if sys/socket.h has the line #include <bits/socket.h> (line 40 in the version I'm using). ĸen -- After tragedy, and farce, "OMG poneys!" -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
