Ticket #13743 (closed build error: fixed)
wxGTK-2.8.12 has m4 macros from two versions of bakefile
| Reported by: | heroxbd | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.8.13 |
| Component: | build | Version: | 2.8.12 |
| Keywords: | Cc: | dirtyepic@… | |
| Blocked By: | Patch: | no | |
| Blocking: |
Description
As shown below in the appendix, autoconf_inc.m4 is from bakefile-0.2.9 and build/aclocal/bakefile.m4 is from bakefile-0.2.8. This causes autoconf -B build/autoconf_prepend-include to fail, with
configure: error: Versions of Bakefile used to generate makefiles (0.2.9) and configure (0.2.8) do not match.
Please ship consistent m4 macros regarding to bakefile version, to let the user run only autoconf when tweaking configure.in, instead of having to install bakefile and run bakefile_gen.
A bug report on gentoo:
Appendix
========
$ grep -n BAKEFILE -r . | grep 0.2 ./configure:49663: BAKEFILE_BAKEFILE_M4_VERSION="0.2.8" ./configure:49666:BAKEFILE_AUTOCONF_INC_M4_VERSION="0.2.8" ./autoconf_inc.m4:7:BAKEFILE_AUTOCONF_INC_M4_VERSION="0.2.9" ./build/aclocal/bakefile.m4:840: BAKEFILE_BAKEFILE_M4_VERSION="0.2.8"
Change History
Note: See
TracTickets for help on using
tickets.
