[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Problems compiling the CVS version
- To: "crimson-users@xxxxxxxx" <crimson-users@xxxxxxxx>
- Subject: Problems compiling the CVS version
- From: Andrej Krivulčík <krivulcik@xxxxxxxxx>
- Date: Sun, 29 May 2005 02:01:05 +0200
- Delivered-to: archiver@seul.org
- Delivered-to: crimson-users-outgoing@seul.org
- Delivered-to: crimson-users@seul.org
- Delivery-date: Sat, 28 May 2005 19:59:56 -0400
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:content-type:mime-version:content-transfer-encoding:message-id:user-agent; b=iUK2KAROQZLOtp36d7Y6C4dm4WKn3CykGgyRbDrRdmxbmxDT0SVbvGX/+gRMDqCeyfFfS0sOPpWKcACUzstc/wGYAmYunW7LOhzs0fhWNYNrW7sPq8ApuC3JQKFtSt+oGHYcCS9iZDkxcR5K66/arxtywRhMwO58sTFuWnbJ5uY=
- Reply-to: crimson-users@xxxxxxxx
- Sender: owner-crimson-users@xxxxxxxx
- User-agent: Opera M2/8.0 (Linux, build 1095)
I'm having this problem for quite a while and I wonder if nobody else
does. When compiling the CVS version I get:
...
initwindow.cpp: In member function `short int
LocaleOptionsWindow::ReadLocales()':
initwindow.cpp:923: error: `cerr' undeclared (first use this function)
initwindow.cpp:923: error: (Each undeclared identifier is reported only
once
for each function it appears in.)
initwindow.cpp:924: error: `endl' undeclared (first use this function)
make[2]: *** [initwindow.o] Error 1
...
Adding
#include <iostream>
in the src/cf/initwindow.cpp helps. What's the problem?
Andrej