From: Nektarios I. <ine...@gm...> - 2007-03-03 13:20:22
|
Hello everyone, I am getting the following when I try to "make" the 'Source only' version of jTssWrapper 0.2.5 I have followed the online instructions and setup all the necessary paths prior to building. I can't think of anything else that might be wrong. Here is the output on my terminal: [root@localhost jTssWrapperSource_0.2.5]# make - - - - - - - - - - - - - - - - - - - - - IAIK/OpenTC jTSS - Java TSS 1.1b Wrapper ver. 0.2.5 'Source only' distribution - - - - - - - - - - - - - - - - - - - - - make[1]: Entering directory `/home/inectarios/Trusted_Computing/jTssWrapperSource_0.2.5' checking requirements and paths for native lib... ok. checking requirements and paths... ok. generating SWIG interface files from TSS headers... preprocessing output/interfaces/tss_structs.i.tmp > output/interfaces/tss_structs.i.tmp2 preprocessing /usr/local/include/tss/tspi.h > output/interfaces/tspi.i ok. calling SWIG to generate minimal C wrapper... output/interfaces/tss_structs.i:9: Error: No methodmodifiers attribute defined in javadestruct typemap for TSS_VERSION. output/interfaces/tss_structs.i:17: Error: No methodmodifiers attribute defined in javadestruct typemap for TSS_PCR_EVENT. output/interfaces/tss_structs.i:29: Error: No methodmodifiers attribute defined in javadestruct typemap for TSS_EVENT_CERT. output/interfaces/tss_structs.i:42: Error: No methodmodifiers attribute defined in javadestruct typemap for TSS_UUID. output/interfaces/tss_structs.i:52: Error: No methodmodifiers attribute defined in javadestruct typemap for TSS_KM_KEYINFO. output/interfaces/tss_structs.i:73: Error: No methodmodifiers attribute defined in javadestruct typemap for TSS_VALIDATION. output/interfaces/tss_structs.i:95: Error: No methodmodifiers attribute defined in javadestruct typemap for TCPA_NONCE. make[1]: *** [swig] Error 7 make[1]: Leaving directory `/home/inectarios/Trusted_Computing/jTssWrapperSource_0.2.5' make: *** [default] Error 2 Any ideas? Thank you. |