Bug #29772 | Error compiling with option --without-geometry | ||
---|---|---|---|
Submitted: | 12 Jul 2007 20:19 | Modified: | 24 Oct 2007 19:02 |
Reporter: | Vallimar Morieve | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S3 (Non-critical) |
Version: | 5.0.45/5.1 | OS: | Linux |
Assigned to: | CPU Architecture: | Any |
[12 Jul 2007 20:19]
Vallimar Morieve
[12 Jul 2007 21:33]
MySQL Verification Team
Thank you for the bug report. item.cc: In member function âField* Item::tmp_table_field_from_field_type(TABLE*)â: item.cc:4320: error: expected type-specifier before âField_geomâ item.cc:4320: error: cannot convert âint*â to âField*â in return item.cc:4320: error: expected â;â before âField_geomâ item.cc:4324: error: âItem_geometry_funcâ was not declared in this scope item.cc:4321: error: expected primary-expression before â)â token item.cc:4324: error: expected primary-expression before â)â token item.cc:4324: error: expected `)' before âthisâ item.cc: In constructor âItem_type_holder::Item_type_holder(THD*, Item*)â: item.cc:6444: error: âItem_geometry_funcâ was not declared in this scope item.cc:6444: error: expected primary-expression before â)â token item.cc:6444: error: expected primary-expression before â)â token make[4]: *** [item.o] Error 1 make[4]: Leaving directory `/home/miguel/dbs/mysql-5.0/sql' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/miguel/dbs/mysql-5.0/sql' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/miguel/dbs/mysql-5.0/sql' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/miguel/dbs/mysql-5.0' make: *** [all] Error 2 [miguel@light mysql-5.0]$
[12 Jul 2007 21:40]
MySQL Verification Team
Updating version: make[2]: Leaving directory `/home/miguel/dbs/mysql-5.1/sql' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/miguel/dbs/mysql-5.1' make: *** [all] Error 2 [miguel@light mysql-5.1]$
[28 Sep 2007 21:10]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/34667 ChangeSet@1.2524, 2007-09-28 17:10:14-04:00, dkatz@damien-katzs-computer.local +1 -0 Bug #29772 Error compiling with option --without-geometry Added #ifdef HAVE_SPATIAL around geometry related code.
[15 Oct 2007 18:32]
Damien Katz
pushed to 5.0-runtime, 5.1-runtime and 5.2-runtime
[19 Oct 2007 18:53]
Bugs System
Pushed into 5.1.23-beta
[19 Oct 2007 18:54]
Bugs System
Pushed into 5.0.52
[24 Oct 2007 19:02]
Paul DuBois
Noted in 5.0.52, 5.1.23 changelogs. Specifying the --without-geometry option for configure caused server compilation to fail.
[3 Mar 2008 19:56]
Sveta Smirnova
Bug #35004 was marked as duplicate of this one.