Tracker item #3370770, was opened at 2011-07-18 18:43
Message generated for change (Tracker Item Submitted) made by n-minker
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3370770&group_id=204462

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nate Muench (n-minker)
Assigned to: Nobody/Anonymous (nobody)
Summary: open-vm-tools fails to build with GCC 4.6 or later

Initial Comment:
Your newer unstable version of open-vm-tools fails to build against GCC 4.6.0 
or later because of this: -Werror=unused-but-set-variable 

The following files (located in the root of the open-vm-tools-2011.06.27-437995 
folder) are affected, and need to be adapted to compile properly with GCC 4.6.0:
lib/file/
fileStandAlone.c:223:17: error: variable 'pathLen' set but not used

lib/hgfsServer/
hgfsServer.c:4088:18: error: variable 'handle' set but not used

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

lib/string/
bsd_vsnprintf.c:1455:8: error: variable 'width' set but not used

lib/string/
bsd_vsnwprintf.c:1300:8: error: variable 'width' set but not used

libvmtools/
vmtools.c:86:9: error: variable 'success' set but not used

services/plugins/vix/
vixTools.c:5409:8: error: variable 'lastGoodNumFiles' set but not used
vixTools.c:5844:9: error: variable 'posixAttributeSpecified' set but not used

xferlogs/
xferlogs.c:167:16: error: variable 'state' set but not used

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3370770&group_id=204462

------------------------------------------------------------------------------
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide.  Store less, Store more with what you own, Move data to 
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
_______________________________________________
open-vm-tools-devel mailing list
open-vm-tools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open-vm-tools-devel

Reply via email to