I am running Mandrake 9.0. I have managed to hack all the bbtools that didn't work with GCC3 by inserting class and struct where necessary, as reported by the output. As well, I got the other tools going by installing the appropriate devel packages and so forth.
The only four things that I can't get going are these: bbdate-0.2.1 bbtime-0.1.3 bbrun-1.4 whiteBOX-0.4.2 I'm not too concerned about bbdate or bbtime, but the other two are fairly important. The problem with bbdate/bbtime is the same that I saw previously with bbuptime, until Sean posted a patch here. So I could probably hack them myself, but I don't really care that much. That said, bbrun is something I use quite often. This is the output I get: vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv --------------------------------------------------------------------------------- bbrun.c: In function `main': bbrun.c:65: `XEvent' undeclared (first use in this function) bbrun.c:65: (Each undeclared identifier is reported only once bbrun.c:65: for each function it appears in.) bbrun.c:65: parse error before "Event" bbrun.c:79: warning: implicit declaration of function `ConnectionNumber' bbrun.c:88: warning: implicit declaration of function `XPending' bbrun.c:89: warning: implicit declaration of function `XNextEvent' bbrun.c:89: `Event' undeclared (first use in this function) bbrun.c:91: `Expose' undeclared (first use in this function) bbrun.c:94: `DestroyNotify' undeclared (first use in this function) bbrun.c:95: warning: implicit declaration of function `XCloseDisplay' bbrun.c:98: `ButtonPress' undeclared (first use in this function) bbrun.c:101: `ButtonRelease' undeclared (first use in this function) bbrun.c: In function `updateHistory': bbrun.c:261: warning: assignment makes pointer from integer without a cast make: *** [bbrun.o] Error 1 --------------------------------------------------------------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ I am unsure where to go from here... If anyone can help, I'd really appreciate it. This is the output I get from making whiteBOX: vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv --------------------------------------------------------------------------------- cd . && autoheader make all-recursive make[1]: Entering directory `/home/dana/RPMs/BLACKBOX/whiteBOX-0.4.2' Making all in m4 make[2]: Entering directory `/home/dana/RPMs/BLACKBOX/whiteBOX-0.4.2/m4' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/dana/RPMs/BLACKBOX/whiteBOX-0.4.2/m4' Making all in po make[2]: Entering directory `/home/dana/RPMs/BLACKBOX/whiteBOX-0.4.2/po' make[2]: *** No rule to make target `/config.status', needed by `Makefile'. Stop. make[2]: Leaving directory `/home/dana/RPMs/BLACKBOX/whiteBOX-0.4.2/po' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/dana/RPMs/BLACKBOX/whiteBOX-0.4.2' make: *** [all-recursive-am] Error 2 --------------------------------------------------------------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ I apologize if I am not supposed to post questions about bbtools on this list. If you point me to a bbtools mailing list, I'll gladly repost this message there instead. Thank you. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html Trouble? Contact [EMAIL PROTECTED]
