Comment 52 for bug 776103

Revision history for this message
Nate Muench (Mink) (n-muench) wrote :

I did a little compiling on my LFS system, and I think I found our problem points.

Below is everything we need to fix before the package will build successfully (I think). First line is folders. The last section is similar to one that's already fixed, but I'm not going to take any chances.

lib/hgfsServerManagerGuest
hgfsChannelGuestBd.c:596:19: error: variable 'packetOut' set but not used

lib/misc
vthreadBase.c:965:23: error: variable 'key' set but not used
vthreadBase.c:961:9: error variable 'result' set but not used

lib/rpcIn
rpcin.c:569:17: error: variable 'current' set but not used
rpcin.c:568:9: error: variable 'resched' set but not used

lib/slashProc
net.c:857:11: error: variable 'nmatched' set but not used

So there we go, 4 files that need to be patched and we can hopefully get a successful build against GCC 4.6.1.