MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: Building Workbench 5.2.20 Fails in canvas_floater.cpp
Posted by: Janne Mehtälä
Date: May 05, 2010 01:35AM

Hi,

I had the same problem on Arch 32-bit. I got around it by manually editing file mysql-workbench-oss-5.2.20/backend/wbprivate/model/canvas_floater.cpp.

I changed the line 65 from _title->set_text_color(mdc::Color::Color(0.7,0.7,0.7)); to _title->set_text_color(mdc::Color(0.7,0.7,0.7));.

I have no idea if it will break something else somewhere else but at least it is working for me :)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Building Workbench 5.2.20 Fails in canvas_floater.cpp
1713
May 05, 2010 01:35AM


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.