MySQL Forums
Forum List  »  MySQL Workbench

Re: [workbench 5.2.19] undefiend symbol _ZN12mysql_parser7my_statEPKcP4stati
Posted by: Evgeny Sinelnikov
Date: May 02, 2010 06:26AM

I found that my_lib.cpp is absent in Makefile.am. I don't know how it works before. Next patch resolved this problem:

diff --git a/mysql-workbench-oss/library/sql-parser/source/Makefile.am b/mysql-workbench-oss/library/sql-parser/source/Makefile.am
index fad4940..1d99f5f 100644
--- a/mysql-workbench-oss/library/sql-parser/source/Makefile.am
+++ b/mysql-workbench-oss/library/sql-parser/source/Makefile.am
@@ -33,6 +33,7 @@ libsqlparser_la_SOURCES=\
myx_unicode_scanner.cpp\
sql_parser_symbols.cpp\
my_messnc.cpp\
+ my_lib.cpp\
my_static.cpp\
my_strtoll10.cpp\
my_vsnprintf.cpp\

http://git.altlinux.org/people/sin/packages/mysql-workbench-oss.git?p=mysql-workbench-oss.git;a=blob;f=mysql-workbench-oss-5.2.20-my_lib.patch;h=60f5642a658f644b1670644acc6fb4a8275fc72f;hb=ed26962efecb989dd112cfd49065c66f1ef0f34c



Edited 1 time(s). Last edit at 05/02/2010 06:26AM by Evgeny Sinelnikov.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: [workbench 5.2.19] undefiend symbol _ZN12mysql_parser7my_statEPKcP4stati
2401
May 02, 2010 06:26AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.