Hi,

Fails to compile openssl extension for ruby-187 latest, ruby-191-p243
and ruby-192-preview with this environnement :

uname   : Linux 2.6.26.8-57.fc8 #1 SMP ... i686 i686 i386 GNU/Linux
openssl : OpenSSL 1.0.0-beta4-dev. The latest version
gcc     : gcc 4.1.2 20070925 (Red Hat 4.1.2-33)

For ruby-191 and ruby-191, i have the following errors messages :

gcc -I. -I../../.ext/include/i686-linux -I../../../include
-I../../../ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\"
-D_FILE_OFFSET_BITS=64  -fPIC  -O2 -g -Wall -Wno-parentheses  -fPIC  -o
ossl_pkcs7.o -c ../../../ext/openssl/ossl_pkcs7.c
../../../ext/openssl/ossl_pkcs7.c:575:
   error: expected ¡Æ=¡Ç, ¡Æ,¡Ç, ¡Æ;¡Ç, ¡Æasm¡Ç or ¡Æ__attribute__¡Ç before ¡Æ*¡Ç
token


Of course, it works fine if i use olders versions of openssl (0.9*)

regards
-- 
Posted via http://www.ruby-forum.com/.