xed icon indicating copy to clipboard operation
xed copied to clipboard

Undefined reference to xed_iform_map

Open GammaPi opened this issue 2 years ago • 1 comments

When building xed_iform_map is undefined. I know it has little information to help debugging. I just want to see if others encounters the same problem.

I already added extern "C" when importing xed-interface.h:

#ifdef __cplusplus
extern "C" {
#endif

#include "xed/xed-interface.h"

#ifdef __cplusplus
};
#endif

It looks like #include "xed-build-defines.h" is not placed in every file.

Built using gcc-9 on ubuntu 20.04

GammaPi avatar Sep 11 '21 17:09 GammaPi

I also observe using default build, XED_ENCODER is undefined for some header files.

GammaPi avatar Sep 11 '21 17:09 GammaPi