[Autogen-users] autoopts 'option template version mismatch'
Brought to you by:
bkorb
From: Geof S. <Geo...@ut...> - 2009-10-09 18:54:20
|
Hello, I'm experiencing this template version mismatch. (the below #error condition is being hit) Does anyone have a quick idea what causes this? Thanks in advance for any help. ****from my generated *-opt.h file************* #define AO_TEMPLATE_VERSION 131072 #if (AO_TEMPLATE_VERSION < OPTIONS_MINIMUM_VERSION) \ || (AO_TEMPLATE_VERSION > OPTIONS_STRUCT_VERSION) # error option template version mismatches autoopts/options.h header Choke Me. #endif |