help with g++-4.3 (headers)

Rex Dieter rdieter at math.unl.edu
Wed Feb 13 20:07:06 UTC 2008


Neal Becker wrote:

> I don't have g++-4.3 installed.  When building ipython:
...
> walktrap_graph.cpp:167: error: 'sort' was not declared in this scope
> walktrap_graph.cpp:190: error: 'strlen' was not declared in this scope
> 
> I tried adding:
> #include <cstring>
> #include <algorithm>

In my K&R book, strlen needs:
#include <string.h>

not sure about sort.

-- Rex




More information about the fedora-devel-list mailing list