This is a discussion on Slack-current doesn't compile Openbox 2.x within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Has anyone tried to compile Openbox 2.2.3 on Slack-current? It keeps failing on ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Has anyone tried to compile Openbox 2.2.3 on Slack-current? It keeps failing on me, saying it can't find "assert" in a C++ area. - -- .' .' Kelly "STrRedWolf" Price WolfSkunk Designs xX xX .' http://stalag99.net tygris(@)cablespeed(.)com "X "X X .' 100% Authentic Maryland Resident -- We Sue Spammers! _____. X" X XXXXXXXx. X".' '"XXXXXX| X "XXX| X" 'XX' -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQFAGBcARCiTQGVX194RAsqvAJ9I2b2XEZsqBlmCVcqdwd lTz+F7swCgmsSc SkiZ9FS2mxwmbNPWXZ3JlAY= =6ir2 -----END PGP SIGNATURE----- |
| |||
| Kelly Price wrote: > Has anyone tried to compile Openbox 2.2.3 on Slack-current? It keeps > failing on me, saying it can't find "assert" in a C++ area. could you please include the error message you get, without it there is no way of telling what might be wrong. -- Joost Kremers joostkremers@yahoo.com Slackware doesn't have any quirks. Other distros have quirks. Slackware's just pure Linux. |
| |||
| Kelly Price wrote : > Has anyone tried to compile Openbox 2.2.3 on Slack-current? It keeps > failing on me, saying it can't find "assert" in a C++ area. Couldn't Openbox 2.2.3 but the resent version 3.1 compiled fine on a Slackware 9.1 box. Maybe the old 2.2.3 has a problem with gcc-3.3.2. -- Thomas O. This area is designed to become quite warm during normal operation. |
| |||
| -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 29 Jan 2004 08:27:27 GMT, Joost Kremers <joostkremers@yahoo.com> probably wrote (unless it was a Kook): > Kelly Price wrote: >> Has anyone tried to compile Openbox 2.2.3 on Slack-current? It keeps >> failing on me, saying it can't find "assert" in a C++ area. > > could you please include the error message you get, without it there is no > way of telling what might be wrong. > _./configure --disable-nls make _... if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DNDEBUG -I/usr/X11R6/include - -I/usr/inclu de/freetype2 - -DLOCALEPATH=\"/usr/local/share/openbox/nls\" -DBUTTONSDIR=\"/usr/l ocal/share/openbox/buttons\" -DDEFAULTMENU=\"/usr/local/share/openbox/menu\" - -DD EFAULTSTYLE=\"/usr/local/share/openbox/styles/mbdtex\" -g -O2 - -I/usr/X11R6/inc lude -Wall -W -MT Configuration.o -MD -MP -MF ".deps/Configuration.Tpo" \ -c -o Configuration.o est -f 'Configuration.cc' || echo './'onfiguration.c c; \ then mv ".deps/Configuration.Tpo" ".deps/Configuration.Po"; \ else rm -f ".deps/Configuration.Tpo"; exit 1; \ fi Configuration.cc: In member function `void Configuration::save()': Configuration.cc:77: error: `assert' undeclared (first use this function) Configuration.cc:77: error: (Each undeclared identifier is reported only once for each function it appears in.) Configuration.cc: In member function `void Configuration::create()': Configuration.cc:104: error: `assert' undeclared (first use this function) Configuration.cc: In member function `void Configuration::setValue(const std::string&, bool)': Configuration.cc:108: error: `assert' undeclared (first use this function) Configuration.cc: In member function `void Configuration::setValue(const std::string&, long unsigned int)': Configuration.cc:120: error: `assert' undeclared (first use this function) Configuration.cc: In member function `void Configuration::setValue(const std::string&, long int)': Configuration.cc:131: error: `assert' undeclared (first use this function) Configuration.cc: In member function `void Configuration::setValue(const std::string&, const char*)': Configuration.cc:142: error: `assert' undeclared (first use this function) Configuration.cc: In member function `void Configuration::setValue(const std::string&, const std::string&)': Configuration.cc:154: error: `assert' undeclared (first use this function) Configuration.cc: In member function `bool Configuration::getValue(const std::string&, bool&) const': Configuration.cc:165: error: `assert' undeclared (first use this function) Configuration.cc: In member function `bool Configuration::getValue(const std::string&, long int&) const': Configuration.cc:183: error: `assert' undeclared (first use this function) Configuration.cc: In member function `bool Configuration::getValue(const std::string&, long unsigned int&) const': Configuration.cc:200: error: `assert' undeclared (first use this function) Configuration.cc: In member function `bool Configuration::getValue(const std::string&, std::string&) const': Configuration.cc:218: error: `assert' undeclared (first use this function) - -- .' .' Kelly "STrRedWolf" Price WolfSkunk Designs xX xX .' http://stalag99.net tygris(@)cablespeed(.)com "X "X X .' 100% Authentic Maryland Resident -- We Sue Spammers! _____. X" X XXXXXXXx. X".' '"XXXXXX| X "XXX| X" 'XX' -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQFAGWeNRCiTQGVX194RAtTlAJ9V5eRhaWLGPni6sPhBt+ l/oz2JcQCdFLyS fxCoDPo8waxQjD+0gBrmbLI= =IVt/ -----END PGP SIGNATURE----- |
| |||
| Kelly Price wrote: > Configuration.cc: In member function `bool Configuration::getValue(const > std::string&, std::string&) const': > Configuration.cc:218: error: `assert' undeclared (first use this function) this basically means that 'assert' wasn't properly declared, which may indicate some missing header files. have you tried the other suggestion to compile openbox 3.x? seems like the most reasonable thing to do. -- Joost Kremers joostkremers@yahoo.com Slackware doesn't have any quirks. Other distros have quirks. Slackware's just pure Linux. |
| ||||
| -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Joost Kremers <joostkremers@yahoo.com> is thought to have typed the following text on 2004-01-30: > Kelly Price wrote: >> Configuration.cc: In member function `bool Configuration::getValue(const >> std::string&, std::string&) const': >> Configuration.cc:218: error: `assert' undeclared (first use this function) > > this basically means that 'assert' wasn't properly declared, which may > indicate some missing header files. have you tried the other suggestion to > compile openbox 3.x? seems like the most reasonable thing to do. > Well, Openbox 3.x is basically a whole other windowmanager by the same author. 2.x and 3.x (supposedly) don't share a single piece of code, only the look is similar. Even though OB 3.x is *way* faster than 2.x, it doesn't have a lot of the latter's functionality. - -- Bartosz Oudekerk AOLS fortune mod volume VI Get yourself a copy at: <URL:http://www.etv.cx/~bartosz> -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQFAGmTU256ZyNYAOpkRAmd0AJ9H5iWyNCeWuuEMXIBn2p k6aufwfQCfaCln mqWyrXrvKln+55DEKZtVclM= =1MZP -----END PGP SIGNATURE----- |
| Thread Tools | |
| Display Modes | |
|
|