This project is closed and read-only.
Actions
Bug #2429
closedpowerpc-linux-gcc compiling openssl error
Bug #2429:
powerpc-linux-gcc compiling openssl error
Description
=begin
powerpc-linux-gcc -I. -I../../.ext/include/powerpc-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_x509ext.o -c ossl_x509ext.c
ossl_x509ext.c: In function ossl_x509ext_initialize': ossl_x509ext.c:285: warning: passing arg 2 of d2i_X509_EXTENSION' from incompatible pointer type
ossl_x509ext.c: In function ossl_x509ext_to_der': ossl_x509ext.c:418: error: structure has no member named ptr'
ossl_x509ext.c:418: error: structure has no member named `len'
make: *** [ossl_x509ext.o] 错误 1
=end
Actions