Bugs item #888065, was opened at 2004-01-31 05:01 Message generated for change (Comment added) made by webdragon You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428680&aid=888065&group_id=40696
Category: None Group: None >Status: Closed >Resolution: Duplicate Priority: 5 Submitted By: Scott R. Godin (webdragon) Assigned to: Nobody/Anonymous (nobody) Summary: Error Compiling Blackbox 0.65.0 under Fedora Core 1 Initial Comment: Possibly I'm missing a -devel package since upgrade-installing from Red Hat 9 to Fedora Core 1, but am unable to see which one it might be. The error message I get from make is: c++ -DHAVE_CONFIG_H -I. -I. -I.. -DSHAPE -DNDEBUG -DTIMEDCACHE -DLOCALEPATH=\/usr/local/share/blackbox/nls\ -DDEFAULTMENU=\/usr/local/share/blackbox/menu\ -DDEFAULTSTYLE=\/usr/local/share/blackbox/styles/Results\ -g -O2 -I/usr/X11R6/include -Wall -W -pedantic -c Window.cc 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 make[2]: Leaving directory `/misc/src/blackbox-0.65.0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/misc/src/blackbox-0.65.0' make: *** [all-recursive-am] Error 2 I originally did a simple ./configure --disable-nls Any ideas? ---------------------------------------------------------------------- >Comment By: Scott R. Godin (webdragon) Date: 2004-01-31 05:08 Message: Logged In: YES user_id=231518 This appears to be a duplicate of 783968. Sorry to have wasted everyone's time. I missed it in the list at first, somehow. Following the instructions detailed in 783968 I was able to successfully compile blackbox. Another error DID crop up, but it was not a fatal one: c++ -DHAVE_CONFIG_H -I. -I. -I.. -DSHAPE -DNDEBUG -DTIMEDCACHE -DLOCALEPATH=\/usr/local/share/blackbox/nls\ -DDEFAULTMENU=\/usr/local/share/blackbox/menu\ -DDEFAULTSTYLE=\/usr/local/share/blackbox/styles/Results\ -g -O2 -I/usr/X11R6/include -Wall -W -pedantic -c i18n.cc i18n.cc: In member function `void I18n::openCatalog(const char*)': i18n.cc:93: warning: unused parameter `const char*catalog' i18n.cc: In member function `const char* I18n::operator()(int, int, const char*) const': i18n.cc:112: warning: unused parameter `int set' i18n.cc:112: warning: unused parameter `int msg' ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428680&aid=888065&group_id=40696 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html Trouble? Contact [EMAIL PROTECTED]
