Bug #6974 Compilation fails when configured with --without-geometry
Submitted: 3 Dec 2004 2:55 Modified: 10 Mar 2005 22:48
Reporter: Harald Gölles Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server: Compiling Severity:S2 (Serious)
Version:5.0.X OS:Linux (Linux)
Assigned to: Antony Curtis CPU Architecture:Any

[3 Dec 2004 2:55] Harald Gölles
Description:
Compilation fails with errors in sql_yacc.cc / sql_yacc.yy when configure was called with the option --without-geometry

How to repeat:
compile with --without-geometry
[3 Dec 2004 4:04] MySQL Verification Team
Thank you for the bug report I was able to repeat on my Slackware box
with latest BK source 5.0:

 sql_yacc.yy: In function `int yyparse(void*)':
sql_yacc.yy:2819: error: parse error before `.' token
../include/my_sys.h:598: error: too many arguments to function `int
   my_message(unsigned int, const char*, int)'
sql_yacc.yy:3169: error: at this point in file
sql_yacc.yy:4274: error: `create_func_contains' undeclared (first use this
   function)
sql_yacc.yy:4274: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
gmake[4]: *** [sql_yacc.o] Error 1
gmake[4]: *** Waiting for unfinished jobs....
[10 Mar 2005 22:48] Antony Curtis
I cannot repeat this bug