Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Reply-To: Cygwin List Message-Id: <6.1.0.6.0.20040425233831.037630e8@127.0.0.1> X-Sender: Date: Sun, 25 Apr 2004 23:46:26 -0400 To: Carlo Florendo , cygwin AT cygwin DOT com From: Larry Hall Subject: Re: blackbox does not compile with latest cygwin In-Reply-To: <408C81CB.6010206@hq.astra.ph> References: <408C81CB DOT 6010206 AT hq DOT astra DOT ph> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" At 11:28 PM 4/25/2004, you wrote: >Hi, > >First of all, thanks to the latest version of cygwin. It appears to run faster and and the issues I complained about for the past year (some which I didn't follow up) have already been fixed! :) > >I upgraded to the latest cygwin last Friday and all seems to work fine until I compiled blackbox, a light window manager. BTW, attached is a gzipped dump of cygcheck -svr. > >In the older version of cygwin, blackbox compiled OOTB and I didn't need to pass special parameters for configuring and building. > >I use the blackbox release: blackbox-0.65.0 >(The blackbox website says this is the latest release.) > >Now, upon running ./configure on blackbox, all was ok. When I started make, this is the error I got: > >Making all in src >make[2]: Entering directory `/usr/src/sources/blackbox-0.65.0/src' >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 `/usr/src/sources/blackbox-0.65.0/src' >make[1]: *** [all-recursive] Error 1 >make[1]: Leaving directory `/usr/src/sources/blackbox-0.65.0' >make: *** [all-recursive-am] Error 2 > >Could anyone point out what I'm doing wrong? Clearly the problem is that you're missing "#include ". That's likely the result of a configure problem but I didn't investigate to any great extent so I might be wrong. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/