On Wed, Aug 15, 2007, Caleb Epstein wrote:

> Here's the error:
>
> + /openpkg-current/bin/make --no-print-directory -j4
> sed -e s/--VERS--/3.4.2/ ./src/sqlite.h.in | \
>         sed -e s/--VERSION-NUMBER--/3004002/ >sqlite3.h
> /openpkg-current/bin/cc -O2 -pipe -DNDEBUG=1 -o lemon ./tool/lemon.c
> /openpkg-current/bin/cc -O2 -pipe -DNDEBUG=1 -o mkkeywordhash
> ./tool/mkkeywordhash.c
> ./tool/lemon.c:111: error: redeclaration of enumerator 'B_FALSE'
> /usr/include/sys/types.h:176: error: previous definition of 'B_FALSE' was here
> ./tool/lemon.c:111: error: redeclaration of enumerator 'B_TRUE'
> /usr/include/sys/types.h:176: error: previous definition of 'B_TRUE' was here
> make: *** [lemon] Error 1
> make: *** Waiting for unfinished jobs....
> ./mkkeywordhash >keywordhash.h

This was already fixed in SQLite upstream CVS. I've applied the patch
to the OpenPKG "sqlite" package to fix building under Solaris in the
meantime until SQLite 3.4.3 will be released.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com

______________________________________________________________________
OpenPKG                                             http://openpkg.org
User Communication List                      [email protected]

Reply via email to