kzwkt / wnd-charm

Automatically exported from code.google.com/p/wnd-charm
0 stars 0 forks source link

svn checkout of wndchrm won't compile on certain Linux distros because of autoconf incompatibility #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

colettace@lgchrm17 ~/src/iicbu/wndchrm/trunk
$ make
 cd . && /bin/sh /home/colettace/src/iicbu/wndchrm/trunk/missing --run automake-1.10 --gnu 
/home/colettace/src/iicbu/wndchrm/trunk/missing: line 46: automake-1.10: 
command not found
WARNING: `automake-1.10' is missing on your system.  You should only need it if
         you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
         You might want to install the `Automake' and `Perl' packages.
         Grab them from any GNU archive site.
cd . && /bin/sh /home/colettace/src/iicbu/wndchrm/trunk/missing --run autoconf
aclocal.m4:14: error: this file was generated for autoconf 2.61.
You have another version of autoconf.  If you want to use that,
you should regenerate the build system entirely.
aclocal.m4:14: the top level
autom4te: /usr/bin/m4 failed with exit status: 63
make: *** [configure] Error 1

colettace@lgchrm17 ~/src/iicbu/wndchrm/trunk
$ make dist
cd . && /bin/sh /home/colettace/src/iicbu/wndchrm/trunk/missing --run autoconf
aclocal.m4:14: error: this file was generated for autoconf 2.61.
You have another version of autoconf.  If you want to use that,
you should regenerate the build system entirely.
aclocal.m4:14: the top level
autom4te: /usr/bin/m4 failed with exit status: 63
make: *** [configure] Error 1

Original issue reported on code.google.com by christop...@nih.gov on 7 Mar 2011 at 10:49

GoogleCodeExporter commented 9 years ago
After a fresh checkout, the following three commands lead to a successful build 
on systems that would otherwise not work:
touch config.h.in 
touch Makefile.in
touch configure

Apparently the order in which the files are checked out makes a difference as 
to what will run as a result of running configure.

Original comment by i...@cathilya.org on 8 Mar 2011 at 6:09

GoogleCodeExporter commented 9 years ago

Original comment by christop...@nih.gov on 15 Jul 2011 at 8:57