From kdevelop-bugs Tue Jan 30 20:58:06 2007 From: Alexander Dymo Date: Tue, 30 Jan 2007 20:58:06 +0000 To: kdevelop-bugs Subject: [Bug 140907] Compile error on Solaris 8 - Message-Id: <20070130205806.564.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306963812119 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=140907 adymo kdevelop org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW everconfirmed|0 |1 ------- Additional Comments From adymo kdevelop org 2007-01-30 21:58 ------- Actually we have its getline implementation in the code and it's used when MACOSX is defined. So you could either call compiler with -DMACOSX or remove defines surrounding getline definition in clearcasemanipulator.cpp#26. PS: define is called MACOSX because KDevelop was tested only on Linux and MacOS ;)