Attempt to make vcl::Timer use boost's Signals2

Kohei Yoshida kohei.yoshida at collabora.com
Tue Nov 18 12:17:19 PST 2014


On Wed, 2014-11-19 at 07:09 +1100, Chris Sherlock wrote:
> I'll see what I can do :-)
> 
> Any ideas about the errors?

Not really, but I'd look at

"/home/chris/repos/LibreOffice/core/vcl/source/window/paint.cxx:324:63:
required from here"

that line and see anything looks funny on that line.  When deciphering a
huge avalanche of template errors like that, normally the key is toward
the end of it where it points to some file within our source tree, and
you can make your best guess on what you are doing wrong...

Alternatively, if you know how to set it up, compiling it using clang
which generates much more human readable template error outputs.  This
can come in handy.

Kohei



More information about the LibreOffice mailing list