Quoting Antoniolo <[EMAIL PROTECTED]>: > Window.cc: In member function `bool BlackboxWindow::setInputFocus()': > Window.cc:1396: error: `assert' undeclared (first use this function)
See this: http://sourceforge.net/tracker/?group_id=40696&atid=428680&func=detail&aid=783968 Or, faster: edit Window.cc and add this at the top: #include <assert.h> or #include <cassert> -- Ciprian Popovici -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html Trouble? Contact [EMAIL PROTECTED]
