Hello,

I'm porting trousers on AIX and I get this error :
- obj.c:271:27: error: 'rsakey_list' undeclared (first use in this function)

src/tspi/obj.c :
struct obj_list *list = &rsakey_list;

rsakey_list dosen't exist because TSS_BUILD_RSAKEY_LIST dosen't defined in the 
file "src/include/obj_rsakey.h" (and so we have "#define RSAKEY_LIST_DECLARE" 
instead of "#define RSAKEY_LIST_DECLARE struct obj_list rsakey_list")

When I define TSS_BUILD_RSAKEY_LIST the error disappears. I would like to know 
what these changes implie finally ? Indeed TSS_BUILD_RSAKEY_LIST isn't defined 
because :

configure.in :
AM_CONDITIONAL(TSS_BUILD_RSAKEY_LIST, test -z $TSS_BUILD_ADMIN_TRUE || \
                                      test -z $TSS_BUILD_EK_TRUE || \
                                      test -z $TSS_BUILD_MIGRATION_TRUE || \
                                      test -z $TSS_BUILD_MAINT_TRUE || \
                                      test -z $TSS_BUILD_CERTIFY_TRUE || \
                                      test -z $TSS_BUILD_AIK_TRUE || \
                                      test -z $TSS_BUILD_QUOTE_TRUE || \
                                      test -z $TSS_BUILD_BIND_TRUE || \
                                      test -z $TSS_BUILD_CHANGEAUTH_TRUE || \
                                      test -z $TSS_BUILD_OWN_TRUE || \
                                      test -z $TSS_BUILD_SIGN_TRUE || \
                                      test -z $TSS_BUILD_PS_TRUE || \
                                      test -z $TSS_BUILD_SEAL_TRUE || \
                                      test -z $TSS_BUILD_DAA_TRUE || \
                                      test -z $TSS_BUILD_KEY_TRUE || \
                                      test -z $TSS_BUILD_SEALX_TRUE)
Why this choice ? What do I have to change in "configure.in" in order to fix 
that without adding some bugs ?

Thanks for your help !

Best regards,
Maximilien

------------------------------------------------------------------------------
_______________________________________________
TrouSerS-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/trousers-tech

Reply via email to