Hi,

Ishan Arora ha scritto:
Hi,
I am working with Cecilio on wxMidi and Lenmus.
This is the output from acregen.sh
--------------------------------------------------------------------------------------------------------
/usr/share/aclocal/pth.m4:43: warning: underquoted definition of _AC_PTH_ERROR
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/pth.m4:55: warning: underquoted definition of _AC_PTH_VERBOSE /usr/share/aclocal/pth.m4:61: warning: underquoted definition of AC_CHECK_PTH
/usr/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO
these are a fault of the .m4 files which are missing some [] pairs (as instead aclocal requires); nothing you should care about ;)


configure.ac:17 <http://configure.ac:17> : error: possibly undefined macro: m4_include
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure:2765: error: possibly undefined macro: AC_BAKEFILE
that's because you've not installed bakefile (in this download it and install it) or you've installed it in /usr/local prefix but your aclocal only looks into /usr/share/aclocal and not /usr/local/share/aclocal.

You can either:

- create a symlink for /usr/local/share/aclocal/bakefile*.m4 to /usr/share/aclocal (as I did a lot of time ago)

- use the attached acregen.sh script which uses the "-I" switch to add that folder to the include path of aclocal (I've committed it in the "template" folder of wxCode CVS/SVN as it's a common error).

HTH,
Francesco




Attachment: acregen.sh
Description: application/shellscript

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
wxCode-users mailing list
wxCode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxcode-users

Reply via email to