[Bug 213442] New: kdelibs/kdecore/fakes.c fails to compile - strlcpy and strlcat need #include <string.h>

Hermann Gundel Hermann.Gundel at nussberg.de
Fri Nov 6 16:39:32 GMT 2009


https://bugs.kde.org/show_bug.cgi?id=213442

           Summary: kdelibs/kdecore/fakes.c fails to compile - strlcpy and
                    strlcat need #include <string.h>
           Product: kde
           Version: unspecified
          Platform: Gentoo Packages
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: crash
          Priority: NOR
         Component: general
        AssignedTo: unassigned-bugs at kde.org
        ReportedBy: Hermann.Gundel at nussberg.de


Version:            (using KDE 4.3.3)
Compiler:          gcc 4.4 
OS:                Linux
Installed from:    Gentoo Packages

Compiling fakes.c fails in function strlcpy
line 318:implicit declaration of function strlen
line 323: implicit declaration function memcpy

and in function strlcat 
line 339: implicit declaration function memcpy

obviously for both functions there is missing
#include <string.h>

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list