Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7443 - treewm fails to compile on Gentoo 1.4/beta
Summary: treewm fails to compile on Gentoo 1.4/beta
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Low normal (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-04 01:20 UTC by Matthew Rickard
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Rickard 2002-09-04 01:20:08 UTC
Emerging x11-wm/treewm fails to compile on Gentoo 1.4 beta with gcc 3.2.  Here
is the error and output leading up to it:


In file included from manager.cc:12:
clienttree.h:14:20: hash_map: No such file or directory
In file included from manager.cc:12:
clienttree.h:27: syntax error before `;' token
clienttree.h:28: syntax error before `::' token
clienttree.h:29: syntax error before `::' token
clienttree.h:43: 'Wmap' is used as a type, but is not defined as a type.
resmanager.h:130: syntax error before `*' token
resmanager.h:133: parse error before `,' token
In file included from client.cc:15:
/usr/include/string.h:92: `int strcmp(const char*, const char*)' used prior to 
   declaration
client.cc: In member function `virtual bool Client::Init()':
client.cc:240: `class ClientTree' has no member named `windows'
client.cc:240: `WmapPair' undeclared (first use this function)
client.cc:241: `class ClientTree' has no member named `windows'
client.cc:243: `class ClientTree' has no member named `windows'
make[1]: *** [manager.o] Error 1
make[1]: *** Waiting for unfinished jobs....
client.cc: In member function `virtual void Client::Remove(int)':
client.cc:1432: `class ClientTree' has no member named `windows'
client.cc:1434: `class ClientTree' has no member named `windows'
client.cc:1435: `class ClientTree' has no member named `windows'
make[1]: *** [client.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/treewm-0.4.2/work/treewm-0.4.2/treewm'
make: *** [all] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 6, Exitcode 2
!!! (no error message)
Comment 1 Matthew Kennedy (RETIRED) gentoo-dev 2002-09-04 12:11:05 UTC
fixed. try emerge rsync and emerge treewm in about an hour. it was basically a
large number of C++ syntax errors.

thanks for the bug report!

Matt