Can someone help me decipher this make error?

Making all in client
        CC -DUNDEF_THREADS_HACK -I./../include
        -I../include -I./.. -I..
        -I..    -O3 -DDBUG_OFF   -DHAVE_BROKEN_PREAD
-DDONT_USE_FINITE
-D_INCLUDE_LONGLONG -DNO_FCNTL_NONBLOCK -c mysql.cc
aCC: warning 901: unknown option: `-3': use +help for
online
documentation.
Error 8: "./../include/global.h", line 671 # Invalid
type specifier
combination in declaration: "char bool".
    typedef char            bool;   /* Ordinary
boolean values 0 1 */
            ^^^^
Error (future) 667: "./../include/global.h", line 671
# Type name
expected in typedef declaration.
    typedef char            bool;   /* Ordinary
boolean values 0 1 */
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning:        1 future errors were detected and
ignored. Add a '+p'
option to detect and fix them before they become
fatal errors in a future release. Behavior of this
ill-formed program 
is
not guaranteed to match that of a well-formed program
*** Error exit code 2

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
#

Btw, I am using HP's ANSI C & C++ compilers.
I also removed the -Aa flag, but it did not help.



__________________________________________________
Do You Yahoo!?
NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to