Hi, I'm having problems with the configure file. I tried using --with-xft and --without-xft but it doesn't change a thing. Here's the problem:
############################################################# ############################################################# ## ## Error ## ###########
./configure: line 9675: syntax error near unexpected token `XFT,' ./configure: line 9675: ` PKG_CHECK_MODULES(XFT, xft, xft_ok=yes, xft_ok=no)'
############################################################# ############################################################# ## ## configure file ## ############
# Check whether --with-xft or --without-xft was given. if test "${with_xft+set}" = set; then withval="$with_xft" with_xft=$withval else with_xft=auto fi;
if test "x$with_xft" != "xno" ; then PKG_CHECK_MODULES(XFT, xft, xft_ok=yes, xft_ok=no) if test "x$xft_ok" != "xyes"; then PKG_CHECK_MODULES(XFT, fontconfig, xft_ok=yes, xft_ok=no) if test "x$xft_ok" != "xyes"; then if test "${ac_cv_header_X11_Xft_Xft_h+set}" = set; then echo "$as_me:$LINENO: checking for X11/Xft/Xft.h" >&5 echo $ECHO_N "checking for X11/Xft/Xft.h... $ECHO_C" >&6 if test "${ac_cv_header_X11_Xft_Xft_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 fi echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xft_Xft_h" >&5 echo "${ECHO_T}$ac_cv_header_X11_Xft_Xft_h" >&6 else # Is the header compilable?
############################################################# #############################################################
Thanks,
Pierre-Luc
I'm sorry to bump this but I'd really like to get it to work if possible. :\
Pierre-Luc
On 23 December 2006 15:49, Pierre-Luc Auclair wrote:
Hi, I'm having problems with the configure file. I tried using --with-xft and --without-xft but it doesn't change a thing. Here's the problem:
############################################################# ############################################################# ## ## Error ## ###########
./configure: line 9675: syntax error near unexpected token `XFT,' ./configure: line 9675: ` PKG_CHECK_MODULES(XFT, xft, xft_ok=yes, xft_ok=no)'
############################################################# ############################################################# ## ## configure file ## ############
# Check whether --with-xft or --without-xft was given. if test "${with_xft+set}" = set; then withval="$with_xft" with_xft=$withval else with_xft=auto fi;
if test "x$with_xft" != "xno" ; then PKG_CHECK_MODULES(XFT, xft, xft_ok=yes, xft_ok=no) if test "x$xft_ok" != "xyes"; then PKG_CHECK_MODULES(XFT, fontconfig, xft_ok=yes, xft_ok=no) if test "x$xft_ok" != "xyes"; then if test "${ac_cv_header_X11_Xft_Xft_h+set}" = set; then echo "$as_me:$LINENO: checking for X11/Xft/Xft.h" >&5 echo $ECHO_N "checking for X11/Xft/Xft.h... $ECHO_C" >&6 if test "${ac_cv_header_X11_Xft_Xft_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 fi echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xft_Xft_h" >&5 echo "${ECHO_T}$ac_cv_header_X11_Xft_Xft_h" >&6 else # Is the header compilable?
############################################################# #############################################################
Thanks,
Pierre-Luc
participants (1)
-
Pierre-Luc Auclair