MySQL Forums
Forum List  »  Source, Builds, Binaries

Building Workbench 5.2.20 Fails in canvas_floater.cpp
Posted by: Matt T
Date: April 28, 2010 07:41PM

Hello everyone,

I'm trying to build the latest Workbench Beta on Arch 64-bit and have run into a small problem. When building I get the following:

model/canvas_floater.cpp: In constructor ‘wb::Floater::Floater(mdc::Layer*, const std::string&)’:
model/canvas_floater.cpp:65:59: error: cannot call constructor ‘mdc::Color::Color’ directly
model/canvas_floater.cpp:65:59: error: for a function-style cast, remove the redundant ‘::Color’
make[3]: *** [canvas_floater.o] Error 1
make[3]: *** Waiting for unfinished jobs....
mv -f .deps/mini_view.Tpo .deps/mini_view.Po
mv -f .deps/relationship_canvas_floater.Tpo .deps/relationship_canvas_floater.Po
make[3]: Leaving directory `/home/matt/abs/mysql-workbench/src/mysql-workbench-oss-5.2.20/backend/wbprivate'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/matt/abs/mysql-workbench/src/mysql-workbench-oss-5.2.20/backend'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/matt/abs/mysql-workbench/src/mysql-workbench-oss-5.2.20'
make: *** [all] Error 2


I'm sure its just something silly I'm missing, but my searching hasn't paid off. If you need any more information just let me know. Any help is appreciated.

Thanks!

Options: ReplyQuote


Subject
Views
Written By
Posted
Building Workbench 5.2.20 Fails in canvas_floater.cpp
3251
April 28, 2010 07:41PM


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.