場所Log4cpp CodeGitから複製された log4cpp を構成しようとしているとき。
#ifdef マクロの末尾に ^A & ^B 文字が表示されます。これにより、コンパイルが実行されません。
私が従った手順は次のとおりです
。 1) git clone git://git.code.sf.net/p/log4cpp/codegit log4cpp-codegit
2) ./autogen.sh
3) ./configure
出力ファイル include/log4cpp/config.h の抜粋
* Define to 1 if you have the <dlfcn.h> header file. */
#ifndef LOG4CPP_^A
#define LOG4CPP_^A ^B
#endif
/* Define to 1 if you have the `ftime' function. */
#ifndef LOG4CPP_^A
#define LOG4CPP_^A ^B
#endif
誰かがこの問題に直面して解決した場合はお知らせください。
ありがとう。