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 705315 - tracker-0.16.2: configure wrongly mixes checks for enable-compile-warning while using WITH-compile-warnings
tracker-0.16.2: configure wrongly mixes checks for enable-compile-warning whi...
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: General
0.16.x
Other Linux
: Normal normal
: ---
Assigned To: tracker-general
Depends on:
Blocks:
 
 
Reported: 2013-08-01 19:14 UTC by Pacho Ramos
Modified: 2014-05-29 19:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pacho Ramos 2013-08-01 19:14:44 UTC
Please read to configure, it warns about enable-compile-warnings:
        as_fn_error $? "Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" "$LINENO" 5

While using with-compile-warnings. Maybe it should simply rely in macro from gnome-common to handle warning flags in a standard way
Comment 1 Martyn Russell 2014-03-21 12:05:49 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Comment 2 Pacho Ramos 2014-05-29 19:04:53 UTC
Looks like you finally decided to switch to --with instead of --enable (that is the way from gnome-common... and a bit more commonly used :/)