On 8/28/07, rahed <[EMAIL PROTECTED]> wrote:

> /usr/include/sys/types.h:176: error: previous definition of 'B_TRUE' was here
> *** Error code 1
> make: Fatal error: Command failed for target `lemon'
>
> Could somenone suggest what's wrong?
>

Rahed:

Funny enough, I just ran into this problem yesterday!  I used the
information in this ticket [1] to fix the problem. All you have to do
is find/replace B_FALSE to BOOL_FALSE and B_TRUE to BOOL_TRUE in the
lemon.c file.

-- brian

[1] - http://www.sqlite.org/cvstrac/tktview?tn=2583,6

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to