ps3dev / ps3libraries

A script to automatically build various open source libraries for use on the PS3.
86 stars 74 forks source link

having issues with installing ps3libraries #61

Open maharthyma opened 1 year ago

maharthyma commented 1 year ago

=======================================================================

int asn1_write_oid( unsigned char p, unsigned char start, char oid ) ^~~~~~ In file included from asn1write.c:30:0: /usr/local/ps3dev/portlibs/ppu/include/polarssl/asn1write.h:114:5: note: previous declaration of 'asn1_write_oid' was here int asn1_write_oid( unsigned char p, unsigned char *start, ^~~~~~ asn1write.c:142:5: error: conflicting types for 'asn1_write_algorithm_identifier' int asn1_write_algorithm_identifier( unsigned char p, unsigned char *start, ^~~~~~~ In file included from asn1write.c:30:0: /usr/local/ps3dev/portlibs/ppu/include/polarssl/asn1write.h:130:5: note: previous declaration of 'asn1_write_algorithm_identifier' was here int asn1_write_algorithm_identifier( unsigned char *p, unsigned char start, ^~~~~~~ asn1write.c:196:5: error: conflicting types for 'asn1_write_printable_string' int asn1_write_printable_string( unsigned char p, unsigned char *start, ^~~~~~~ In file included from asn1write.c:30:0: /usr/local/ps3dev/portlibs/ppu/include/polarssl/asn1write.h:170:5: note: previous declaration of 'asn1_write_printable_string' was here int asn1_write_printable_string( unsigned char p, unsigned char *start, ^~~~~~~ asn1write.c:218:5: error: conflicting types for 'asn1_write_ia5_string' int asn1_write_ia5_string( unsigned char *p, unsigned char start, ^~~~~ In file included from asn1write.c:30:0: /usr/local/ps3dev/portlibs/ppu/include/polarssl/asn1write.h:185:5: note: previous declaration of 'asn1_write_ia5_string' was here int asn1_write_ia5_string( unsigned char p, unsigned char *start, ^~~~~ make: *** [Makefile:85: asn1write.o] Error 1 ../scripts/015-polarssl.sh: Failed.