Bug #32184 | 'SigC' has not been declared | ||
---|---|---|---|
Submitted: | 8 Nov 2007 12:32 | Modified: | 17 Nov 2008 20:50 |
Reporter: | Oden Eriksson | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL GUI Common | Severity: | S3 (Non-critical) |
Version: | 0.6.1 | OS: | Linux |
Assigned to: | Alfredo Kojima | CPU Architecture: | Any |
Tags: | Contribution |
[8 Nov 2007 12:32]
Oden Eriksson
[8 Nov 2007 17:11]
Oden Eriksson
this patch fixes the build.
Attachment: mysql-gui-tools-sigc_2.1.1_api_fixes.diff (text/x-patch), 8.61 KiB.
[8 Nov 2007 17:13]
Oden Eriksson
The attached patch fixes the build. It should be safe to apply it since it fixes functions that has been deprecated since 2004.
[14 Nov 2007 14:44]
MySQL Verification Team
Thank you for the bug report. Could you please try to build with our source package: http://dev.mysql.com/downloads/gui-tools/5.0.html and comment the result here?. Thanks in advance.
[14 Nov 2007 14:54]
Oden Eriksson
mysql-gui-tools-5.0-1.r12.1mdv2008.0.src.rpm contains the official source tarball from http://dev.mysql.com/downloads/gui-tools/5.0.html.
[6 Dec 2007 20:19]
Susanne Ebrecht
Thank you for your interest in the MySQL graphical administration tools. We recommend that you use our MySQL Administrator and MySQL Query Browser. The MySQLGUI and MySQL Command Center legacy products are deprecated, and we are no longer maintaining those projects. For more information on MySQL Administrator, see: http://www.mysql.com/products/administrator/
[7 Dec 2007 17:06]
Oden Eriksson
You closed this as "Won't fix", why? You can easily add autoconf and ifdefs magic to support different versions of sigc yourself.
[10 Dec 2007 10:33]
Michael G. Zinner
Oden, Thanks for your patch, this is great. We are going to fix this when we will work on the next release for the GUI Tools Bundle. It was my mistake that the status was set wrong, sorry about that. Mike
[9 Jul 2008 14:38]
John mm
I have been fighting with compiling Mysql-gui-tools-5.0r12 on Solaris 10 with gcc 4.3.1 and ran into this exact issue when compiling the gui-common tools. This patch along with adding a few include statements, got the gui-common tools to compile. However, I am seeing the error when compiling the mysql-geury-browser: In file included from MQWorkArea.h:39, from MQMainWindow.cc:19: MQResultTab.h:47: error: 'Sigc' has not been declared MQResultTab.h:47: error: ISO C++ forbids declaration of 'connection' with no type MQResultTab.h:47: error: expected ';' before 'scroll_con' MQResultTab.h:72: error: 'Sigc' has not been declared MQResultTab.h:72: error: ISO C++ forbids declaration of 'connection' with no type MQResultTab.h:72: error: expected ';' before '_sync_con1' make[3]: *** [MQMainWindow.o] Error 1 make[3]: Leaving directory `/tmp/mysql-gui-tools-5.0r12/mysql-query-browser/source/linux' make[2]: *** [all] Error 2 make[2]: Leaving directory `/tmp/mysql-gui-tools-5.0r12/mysql-query-browser/source/linux' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/mysql-gui-tools-5.0r12/mysql-query-browser/source' make: *** [all-recursive] Error 1 bash-2.01$ think this is related to coding incompatable with stricter C++ conventions, but can't seem to figure out the fix (not a C++ programmer). Has there been any progress on this issue, or anyone have suggestions ? Thanks, John
[17 Nov 2008 20:32]
Scott Harmon
Having a similar issue with mysql-gui-tools-5.0r14 with gcc 4.2.3
[17 Nov 2008 20:50]
Oden Eriksson
Don't hold your breath. My experience of mysql ab, now sun is this. After one whole year of neglecting maintaining these "open source gui tools" can only mean this: this product will be fragmented and released as commercial tools from now on. Go figure!
[19 Nov 2008 19:43]
John mm
I eventually gave up on it. The more I investigated, the more it looked like it might be the version of gnome libraries that install with Solaris 10. I did not feel like compiling the latest version of gnome. A better approach might be to use the latest OpenSolaris OS, that does have the newer versions of gnome, and probably will compile msql-gui better. John
[8 Dec 2008 2:52]
Mark Johnson
The original error reported by Oden continues to occur on Slackware 12.1 with mysql gui tools 5.0r14.
[13 Mar 2014 13:36]
Omer Barnir
This bug is not scheduled to be fixed at this time.