Support Requests item #922923, was opened at 2004-03-25 03:09
Message generated for change (Comment added) made by victor_rades
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=428681&aid=922923&group_id=40696

Category: Compilation or Installation Issue
Group: 0.65.0
Status: Open
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Can't compile under Solaris9 

Initial Comment:
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[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2


----------------------------------------------------------------------

Comment By: Victor de Lima Rades (victor_rades)
Date: 2004-06-26 13:26

Message:
Logged In: YES 
user_id=625662

Yep, it's solve the problem, just add "#include <assert.h>"
in Window.cc and compile again :)

----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2004-03-25 09:50

Message:
Logged In: NO 

You need to #include <assert.h>. Some say you can also use
<cassert.h> IIRC.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=428681&aid=922923&group_id=40696

-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
List archives:  http://asgardsrealm.net/lurker/splash/index.html
Trouble? Contact [EMAIL PROTECTED]

Reply via email to