On 08/11/2011 09:17 AM, Martin Dietze wrote:
On Thu, August 11, 2011, Jason Brower wrote:configure.ac:66: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1Looks like you've got a version of autoconf which does not work for that build. Unfortunately there are different versions around which are not 100% compatible. This is why on Debian we usually enforce the use of one particular version or set a minimum version in the application's build dependencies. You might want to check debian/control and then the autoconf version on your system. Cheers, M'bert
I have gotten a bit more help and now I am here... checking for gettext... yes checking for xgettext... no checking for X... no configure: error: The path for the X11 files not found! Make sure you have X and it's headers and libraries (the -devel packages in Linux) installed. encompass@tabacso:~/Programming/wmaker-crm$ sudo apt-get install x Display all 816 possibilities? (y or n) encompass@tabacso:~/Programming/wmaker-crm$ sudo apt-get install x11 x11-apps x11proto-kb-dev x11proto-xf86dri-dev x11-common x11proto-print-dev x11proto-xf86misc-dev x11proto-bigreqs-dev x11proto-randr-dev x11proto-xf86vidmode-dev x11proto-composite-dev x11proto-record-dev x11proto-xinerama-dev x11proto-core-dev x11proto-render-dev x11-session-utils x11proto-damage-dev x11proto-resource-dev x11-utils x11proto-dmx-dev x11proto-scrnsaver-dev x11vnc x11proto-dri2-dev x11proto-video-dev x11vnc-data x11proto-fixes-dev x11proto-xcmisc-dev x11-xfs-utils x11proto-fonts-dev x11proto-xext-dev x11-xkb-utils x11proto-gl-dev x11proto-xf86bigfont-dev x11-xserver-utils x11proto-input-dev x11proto-xf86dga-dev encompass@tabacso:~/Programming/wmaker-crm$ sudo apt-get install x11- Not sure which library is right here. -- To unsubscribe, send mail to [email protected].
