Comment 2 for bug 602134

Revision history for this message
Bhavani Shankar (bhavi) wrote :

hello mohar again!

thanks for coming up with a patch! but this needs more work i believe since you are adding the header again which is already present in the source from your patch:

+--- wvstreams-4.6.1.orig/ipstreams/wvunixdgsocket.cc 2010-07-31 13:46:32.074619367 +0530
++++ wvstreams-4.6.1/ipstreams/wvunixdgsocket.cc 2010-07-31 13:47:40.566613113 +0530
+@@ -1,4 +1,7 @@
+ #include "wvunixdgsocket.h"
++
++// Has to be included for maverick to remove FTBFS
++#include <sys/stat.h>
+ #ifdef MACOS
+ #include <sys/types.h>
+ #include <sys/stat.h>

you observe that already <sys/stat.h> is there in the source perhaps this needs a check for the header as the compiler is unable to locate header file therefore its FTB..

regards