After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 750978 - building fails on AX macros
building fails on AX macros
Status: RESOLVED DUPLICATE of bug 749921
Product: libgdata
Classification: Platform
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: libgdata-maint
libgdata-maint
Depends on:
Blocks:
 
 
Reported: 2015-06-15 07:43 UTC by Marek Chalupa
Modified: 2015-06-16 16:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Marek Chalupa 2015-06-15 07:43:53 UTC
building (jhbuild) fails with these errors:

./configure: line 2541: syntax error near unexpected token `git-directory'
./configure: line 2541: `AX_IS_RELEASE(git-directory)'


./configure: line 17359: syntax error near unexpected token `WARN_CFLAGS,WARN_LDFLAGS,$ax_is_release,'
./configure: line 17359: `AX_COMPILER_FLAGS(WARN_CFLAGS,WARN_LDFLAGS,$ax_is_release,'


./configure: line 17366: syntax error near unexpected token `AX_COMPILER_FLAGS_CFLAGS'
./configure: line 17366: `               AX_REQUIRE_DEFINED(AX_COMPILER_FLAGS_CFLAGS)'


configure.ac:196: error: macro AX_COMPILER_FLAGS_CFLAGS is not defined; is a m4 file missing?
m4/ax_require_defined.m4:35: AX_REQUIRE_DEFINED is expanded from...
m4/ax_compiler_flags.m4:107: _AX_COMPILER_FLAGS_LANG is expanded from...
m4/ax_compiler_flags.m4:113: AX_COMPILER_FLAGS is expanded from...


configure.ac:196: error: macro AX_COMPILER_FLAGS_CXXFLAGS is not defined; is a m4 file missing?
m4/ax_require_defined.m4:35: AX_REQUIRE_DEFINED is expanded from...
m4/ax_compiler_flags.m4:107: _AX_COMPILER_FLAGS_LANG is expanded from...
m4/ax_compiler_flags.m4:113: AX_COMPILER_FLAGS is expanded from...


configure.ac:196: error: macro AX_COMPILER_FLAGS_LDFLAGS is not defined; is a m4 file missing?
m4/ax_require_defined.m4:35: AX_REQUIRE_DEFINED is expanded from...
m4/ax_compiler_flags.m4:107: _AX_COMPILER_FLAGS_LANG is expanded from...
m4/ax_compiler_flags.m4:113: AX_COMPILER_FLAGS is expanded from...
Comment 1 Philip Withnall 2015-06-16 16:06:35 UTC
You need m4-common installed; see bug #749921.

*** This bug has been marked as a duplicate of bug 749921 ***