Bug 213001 - libcaca-0.99_beta13 missing cstring header in cxx/cxxtest.cpp
Bug#: 213001 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: minor Priority: P3
Resolution: FIXED Assigned To: media-video@gentoo.org Reported By: alexandre.marcelo@gmail.com
Component: GCC Porting
URL: 
Summary: libcaca-0.99_beta13 missing cstring header in cxx/cxxtest.cpp
Keywords:  
Status Whiteboard: 
Opened: 2008-03-11 03:11 0000
Description:   Opened: 2008-03-11 03:11 0000
libcaca fails to compile with gcc-4.3 with the strlen function in
cxx/cxxtest.cpp not defined. Simply adding #include <cstring> solves the
problem.

Reproducible: Always

------- Comment #1 From Alexandre Borges Marcelo 2008-03-11 03:13:07 0000 -------
Created an attachment (id=145790) [details]
Simple patch adding cstring to cxx/cxxtest.cpp

------- Comment #2 From Alexandre Borges Marcelo 2008-03-12 15:44:11 0000 -------
Already fixed in the svn version.

------- Comment #3 From Alexis Ballier 2008-03-22 09:50:24 0000 -------
*** Bug 214219 has been marked as a duplicate of this bug. ***

------- Comment #4 From Alexis Ballier 2008-03-22 10:29:26 0000 -------
applied, thanks!