2014-04-23 6 views
0

Log4cpp CodeGit 위치에서 복제 된 log4cpp을 구성하려고 할 때.^log4cpp를 구성하려고 할 때 & B 문자.

컴파일이 진행되지 않기 때문에 #ifdef 매크로의 끝에^A &^B 문자가 표시됩니다.
2)
3)을 ./configure를 //git.code.sf.net/p/log4cpp/codegit log4cpp-codegit ./autogen.sh :

단계 I는 1) 자식 클론 자식을
되고이어서 출력 파일 의

발췌 포함/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 

사람이 문제와 해결에 직면 있으면 알려 주시기 바랍니다.

감사합니다.

+0

찾을 수 대답. 유사한 사안을 겪는다면 다른 사람들에게도 유용 할 것입니다. 따라서 게시물을 삭제하지 마십시오. – Suman

답변

0

사과, 문제는 내가 사용하고있는 autoconf의 버전이 잘못되었습니다.

잘못된 버전 :

autoconf (GNU Autoconf) 2.69.117-1717-dirty 
Copyright (C) 2014 Free Software Foundation, Inc. 
License GPLv3+/Autoconf: GNU GPL version 3 or later 
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html> 
This is free software: you are free to change and redistribute it. 
There is NO WARRANTY, to the extent permitted by law. 

Written by David J. MacKenzie and Akim Demaille. 

현재 버전 :

autoconf (GNU Autoconf) 2.69 
Copyright (C) 2012 Free Software Foundation, Inc. 
License GPLv3+/Autoconf: GNU GPL version 3 or later 
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html> 
This is free software: you are free to change and redistribute it. 
There is NO WARRANTY, to the extent permitted by law. 

Written by David J. MacKenzie and Akim Demaille.