https://bugzilla.novell.com/show_bug.cgi?id=432433 User andrea@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=432433#c2 andrea florio <andrea@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrea@opensuse.org --- Comment #2 from andrea florio <andrea@opensuse.org> 2008-10-09 15:27:52 MDT --- similar issue... error is: I: Program is using implicit definitions of special functions. these functions need to use their correct prototypes to allow the lightweight buffer overflow checking to work. - Implicit memory/string functions need #include <string.h>. - Implicit *printf functions need #include <stdio.h>. - Implicit *printf functions need #include <stdio.h>. - Implicit *read* functions need #include <unistd.h>. - Implicit *recv* functions need #include <sys/socket.h>. E: OpenCASCADE implicit-fortify-decl ../../../drv/ExprIntrp/lex.ExprIntrp.c: 2618 and file ../../../drv/ExprIntrp/lex.ExprIntrp.c is that one http://pastebin.com/f695fc969 the error tell me to add the following somewhere.. #include <string.h> #include <stdio.h> #include <unistd.h> #include <sys/socket.h> but as you can see stdio.h is already included (line 29), same for unistd.h (line 43) full log here https://build.opensuse.org/package/show?package=OpenCascade&project=home%3Aanubisg1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.