LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-28-2010, 11:25 AM   #1
ninja master
Member
 
Registered: May 2008
Distribution: funtoo/gentoo amd64 xwrt
Posts: 412

Rep: Reputation: 31
mysql workbench exploding upon build


Code:
./schema_editor_fe.cpp:116: error: 'Gtk::EntryIconPosition' has not been declared
./schema_editor_fe.cpp: In constructor 'SchemaEditor::SchemaEditor(grt::Module*, bec::GRTManager*, const grt::BaseListRef&)':
./schema_editor_fe.cpp:73: error: 'class Gtk::Entry' has no member named 'set_icon_from_pixbuf'
./schema_editor_fe.cpp:73: error: 'ENTRY_ICON_SECONDARY' is not a member of 'Gtk'
./schema_editor_fe.cpp:74: error: 'class Gtk::Entry' has no member named 'set_icon_tooltip_text'
./schema_editor_fe.cpp:74: error: 'ENTRY_ICON_SECONDARY' is not a member of 'Gtk'
./schema_editor_fe.cpp:75: error: 'class Gtk::Entry' has no member named 'set_icon_activatable'
./schema_editor_fe.cpp:75: error: 'ENTRY_ICON_SECONDARY' is not a member of 'Gtk'
./schema_editor_fe.cpp:76: error: 'class Gtk::Entry' has no member named 'set_icon_sensitive'
./schema_editor_fe.cpp:76: error: 'ENTRY_ICON_SECONDARY' is not a member of 'Gtk'
./schema_editor_fe.cpp: In member function 'void SchemaEditor::set_name(const std::string&)':
./schema_editor_fe.cpp:105: error: 'class Gtk::Entry' has no member named 'set_icon_sensitive'
./schema_editor_fe.cpp:105: error: 'ENTRY_ICON_SECONDARY' is not a member of 'Gtk'
./schema_editor_fe.cpp:106: error: 'class Gtk::Entry' has no member named 'signal_icon_release'
./schema_editor_fe.cpp: In member function 'void SchemaEditor::refactor_schema(int, const GdkEventButton*, const std::string&)':
./schema_editor_fe.cpp:126: error: 'class Gtk::Entry' has no member named 'set_icon_sensitive'
./schema_editor_fe.cpp:126: error: 'ENTRY_ICON_SECONDARY' is not a member of 'Gtk'
make[3]: *** [schema_editor_fe.lo] Error 1
make[3]: Leaving directory `~/Downloads/mysql-workbench-gpl-5.2.25/plugins/db.mysql.editors/linux'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `~/Downloads/mysql-workbench-gpl-5.2.25/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `~/Downloads/mysql-workbench-gpl-5.2.25'
make: *** [all] Error 2
i suspect its a problem with the systems gtk
 
Old 07-28-2010, 01:33 PM   #2
ninja master
Member
 
Registered: May 2008
Distribution: funtoo/gentoo amd64 xwrt
Posts: 412

Original Poster
Rep: Reputation: 31
i rebuilt some of my system packages, installed gtk+-2.20.1 and glib-2.25.8, and i still get the error
Code:
./schema_editor_fe.cpp:116: error: 'Gtk::EntryIconPosition' has not been declared
./schema_editor_fe.cpp: In constructor 'SchemaEditor::SchemaEditor(grt::Module*, bec::GRTManager*, const grt::BaseListRef&)':
./schema_editor_fe.cpp:73: error: 'class Gtk::Entry' has no member named 'set_icon_from_pixbuf'
./schema_editor_fe.cpp:73: error: 'ENTRY_ICON_SECONDARY' is not a member of 'Gtk'
./schema_editor_fe.cpp:74: error: 'class Gtk::Entry' has no member named 'set_icon_tooltip_text'
./schema_editor_fe.cpp:74: error: 'ENTRY_ICON_SECONDARY' is not a member of 'Gtk'
./schema_editor_fe.cpp:75: error: 'class Gtk::Entry' has no member named 'set_icon_activatable'
./schema_editor_fe.cpp:75: error: 'ENTRY_ICON_SECONDARY' is not a member of 'Gtk'
./schema_editor_fe.cpp:76: error: 'class Gtk::Entry' has no member named 'set_icon_sensitive'
./schema_editor_fe.cpp:76: error: 'ENTRY_ICON_SECONDARY' is not a member of 'Gtk'
./schema_editor_fe.cpp: In member function 'void SchemaEditor::set_name(const std::string&)':
./schema_editor_fe.cpp:105: error: 'class Gtk::Entry' has no member named 'set_icon_sensitive'
./schema_editor_fe.cpp:105: error: 'ENTRY_ICON_SECONDARY' is not a member of 'Gtk'
./schema_editor_fe.cpp:106: error: 'class Gtk::Entry' has no member named 'signal_icon_release'
./schema_editor_fe.cpp: In member function 'void SchemaEditor::refactor_schema(int, const GdkEventButton*, const std::string&)':
./schema_editor_fe.cpp:126: error: 'class Gtk::Entry' has no member named 'set_icon_sensitive'
./schema_editor_fe.cpp:126: error: 'ENTRY_ICON_SECONDARY' is not a member of 'Gtk'
make[3]: *** [schema_editor_fe.lo] Error 1
make[3]: Leaving directory `~/Downloads/mysql-workbench-gpl-5.2.25/plugins/db.mysql.editors/linux'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `~/Downloads/mysql-workbench-gpl-5.2.25/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `~/Downloads/mysql-workbench-gpl-5.2.25'
make: *** [all] Error 2
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
MySql - mysql-workbench problem tamtam Slackware 1 07-27-2010 11:52 AM
MySQL Workbench Installation / RPM / Build on RHEL5 madriscoll Linux - Newbie 5 03-08-2010 03:19 PM
MySQL Workbench for RedHat zeroquaranta Linux - Server 6 03-01-2010 02:49 AM
LXer: Visual MySQL Database Design in MySQL Workbench LXer Syndicated Linux News 0 06-12-2008 07:00 PM
MySQL Workbench grahamtysall Linux - General 1 07-27-2007 03:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:04 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration