Hi Ian, It looks like it is essentially the same error as before.
The purpose of the earlier instruction was to prevent a Samba include file called safe_string.h being included as it redefines strcpy to be a macro with the definition of "__ERROR__XX__NEVER_USE_STRCPY___". Its been a while since I've been an active developer so I'm not up to speed with all the pros and cons of the use of these string functions. I presume it is due to concerns over memory leakage. Anyway there is an alternative way to prevent the safe_string.h interupting the build. Comment out the statement #include "util/safe_string.h" from the file (which for you will be down a path something like) /root/zenoss-2.0.0/build/wmi-0.1.0/Samba/source/include/includes.h What the long term effect will be, I'm not sure. Hopefully one of the developers can provide more insight. /Rory ------------------------ Rory Brown -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=6978#6978 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
