I am having a problem compiling the mama jni code. I receive the following error message:
mamasubscriptionjni.c:33:36: fatal error: mamajni/dictionaryimpl.h: No such file or directory
Double checking, I find that there is no dictionaryimpl.h in mama/jni/src/c/mamajni/
I found dictionaryimpl.h in:
mama/c_cpp/src/c/dictionaryimpl.h
if I copy it to the mamajni folder and try compiling again, I get the error message
mamasubscriptionjni.c:1109:5: error: unknown type name 'dictionaryClosure'
It appears that all the other header files in the mama/jni/src/c/mamajni/ directory are being generated. I am guessing something in my build environment is preventing the correct dictionaryimpl.h from being generated also.
I am compiling the openMAMA code cloned from the git repository. My OS is the 32 bit version of Ubuntu 11.10 with kernel 3.2.0-26-generic-pae #41-Ubuntu SMP Thu Jun 14 16:45:14 UTC 2012 i686 i686 i386 GNU/Linux