In message <[EMAIL PROTECTED]> on Wed, 15 Jun 2005 05:37:15 +0900 (JST), GOTOU 
Yuuzou <[EMAIL PROTECTED]> said:

gotoyuzo> Hi,
gotoyuzo> 
gotoyuzo> Compilation of ssl/kssl.c fails on NetBSD 3.99.5.
gotoyuzo> 
gotoyuzo>   gcc -I../crypto -I.. -I../include  -DOPENSSL_THREADS -pthread 
-D_THREAD_SAFE -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIOS -O3 
-fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DSHA1_ASM -DMD5_ASM 
-DRMD160_ASM -DAES_ASM  -c kssl.c
gotoyuzo>   In file included from ../include/openssl/crypto.h:120,
gotoyuzo>                    from ../include/openssl/comp.h:5,
gotoyuzo>                    from ../include/openssl/ssl.h:176,
gotoyuzo>                    from kssl.c:78:
gotoyuzo>   /usr/include/stdlib.h:245: error: parse error before '*' token
gotoyuzo>   *** Error code 1
gotoyuzo> 
gotoyuzo> This error could be avoided if we read at least one standard
gotoyuzo> header file before setting _XOPEN_SOURCE macro.

That's not a good solution, because it basically disables the effect
of _XOPEN_SOURCE.  It would be interesting to know what, exactly,
fails.  Could it be that _XOPEN_SOURCE needs to have a different value
on NetBSD 3.99.5?

Cheers,
Richard

-----
Please consider sponsoring my work on free software.
See http://www.free.lp.se/sponsoring.html for details.

-- 
Richard Levitte                         [EMAIL PROTECTED]
                                        http://richard.levitte.org/

"When I became a man I put away childish things, including
 the fear of childishness and the desire to be very grown up."
                                                -- C.S. Lewis
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to