[Openadaptxt-developers] Compiling openadaptxt on Linux
Brought to you by:
keypoint,
openadaptxt
|
From: Peter B. <pb...@ci...> - 2014-01-31 10:15:50
|
Hi, I just checked out the source code of openadaptxt, I think it's a very interesting project! I tried now to compile the source code on Linux (Ubuntu 13.04) but got stuck with an error. I am following the instruction in openadaptxt/Branches/Current/OpenAdaptxt2.6/KPTFramework_BuildProcedure.pdf. The first step "Generating libraries for pal" seems to work fine. When I try to build the api with "make build" I get the following errors: ../../../../v2core/core/include/common/atxfiledefs.h:83:79: Fehler: Größe des Feldes »_GUARD_SIZEOF_TDHeaderBlockT_« ist negativ ../../../../v2core/core/include/common/atxfiledefs.h:103:100: Fehler: Größe des Feldes »_GUARD_SIZEOF_TDHeaderBlockDescriptorT_« ist negativ ../../../../v2core/core/include/common/atxfiledefs.h:168:83: Fehler: Größe des Feldes »_GUARD_SIZEOF_TDContextHeaderT_« ist negativ My system is german, the error in English is something like "Error: size of the field ... is negative". How can I solve the problem? Best, Peter |