On Sunday 29 September 2002 13:39, D. Olson wrote:
> That said, bbrun is something I use quite often. This is the output I get:
>
> vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
>vvvvvv
> ---------------------------------------------------------------------------
>------ 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 sounds like a missing/improperly defined X include.  Be sure a
'#include <X11/Xlib.h>' is in there.

> This is the output I get from making whiteBOX:
>

The message from here does not show any real error.  I would mail the whitebox 
author directly.

This is the blackbox mailing list.  Anything related (such as bbtools) is also 
welcome.  There is no dedicated bbtool list and in truth everyone would just 
subscribe to both so it makes sense to leave it as one blackbox community 
list.

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

Reply via email to