pingus-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem building pingus-0.6.0


From: Ryan Flegel
Subject: Re: problem building pingus-0.6.0
Date: Sun, 10 Apr 2005 21:13:20 -0600

On Apr 10, 2005 7:32 PM, Han Boetes <address@hidden> wrote:
> Hi,
> 
> While building pingus-0.6.0 on GNU/linux with gcc-3.4.3 and
> glibc-2.3.4 I get:
> 
> if g++ -DHAVE_CONFIG_H -I. -I. -I../..   -I/usr/include/libxml2  -O2 -pipe 
> -fstack-protector -MT graph.o -MD -MP -MF ".deps/graph.Tpo" \
>   -c -o graph.o `test -f 'graph.cxx' || echo './'`graph.cxx; \
> then mv ".deps/graph.Tpo" ".deps/graph.Po"; \
> else rm -f ".deps/graph.Tpo"; exit 1; \
> fi
> In file included from graph.cxx:20:
> graph.hxx: In member function `WorldMapNS::Edge<EdgeType>& 
> WorldMapNS::Graph<NodeType, EdgeType>::resolve_edge(const 
> WorldMapNS::NodeId&, const WorldMapNS::NodeId&)':
> graph.hxx:151: error: `cout' is not a member of `std'
> graph.hxx:151: error: `endl' is not a member of `std'
> make[3]: *** [graph.o] Error 1
> make[3]: Leaving directory 
> `/mega/pkgmk/work/pingus/src/pingus-0.6.0/src/worldmap'

Try adding "#include <iostream>" to the top of graph.hxx.

-- 
Ryan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]