LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   BlackBox 0.65.0 compile error window.cc (https://www.linuxquestions.org/questions/slackware-14/blackbox-0-65-0-compile-error-window-cc-265270/)

Lock0ut 12-11-2004 12:57 PM

BlackBox 0.65.0 compile error window.cc
 
I use slackware 10.0 preconfigured with KDE, but I want to test how BlackBox works, so I downloaded the latest BlackBox version.
The ./configure process reports no errors and is allright, but while make process the following error shows up and halts the whole process:

Window.cc: In member function `bool BlackboxWindow::setInputFocus()':
Window.cc:1396: error: `assert' undeclared (first use this function)
Window.cc:1396: error: (Each undeclared identifier is reported only once for
each function it appears in.)
Window.cc: In member function `void
BlackboxWindow::constrain(BlackboxWindow::Corner, unsigned int*, unsigned
int*)':
Window.cc:3234: error: `assert' undeclared (first use this function)
make[2]: *** [Window.o] Error 1



Please help me!

Lock0ut 12-11-2004 01:15 PM

OK, no need to bother anymore!
I found a lag in window.cc source code.
When adding #include <assert.h> into window.cc file the make process goes without errors and eveything is fine.

Thanks anyway!


All times are GMT -5. The time now is 03:04 AM.