|
|||||||||||
|
About compile problem in cmd-line-utils/libedit/Makefile.am
From: Liang Chen <clzzclzz(at)gmail.com>
Date: Wed Jul 25 2007 - 21:26:11 EDT
http://forums.mysql.com/read.php?11,103080,103080 There are tow config.h file in the source code , one is in top src , the other is cmd-line-utils/libedit/config.h . The complier find the top one, not the cmd-line-utils/libedit/config.h. So I changed Makefile.am like this :
#INCLUDES = -I$(top_builddir)/include
# -I$(srcdir)/../.. -I..
INCLUDES = -I$(top_builddir)/include
and It worked. -- -- This archive was generated by hypermail 2.1.8 : Thu Aug 09 2007 - 19:06:21 EDT |
||||||||||
|
|||||||||||