Re: [Mixxx-devel] latest windows failure

2016-01-28 Thread Daniel Schürmann
Fixed in [master 28b5b51] Am 26.01.2016 um 16:10 schrieb Owen Williams: > one more: > > /Ilib\scratchlib /Ilib\vamp-2.3 > soundsourceproxy.cpp > c:\mixxx\workspace\master\architecture\amd64\platform\windows\src > \util/singularsamplebuffer.h(18) : error C2610: >

Re: [Mixxx-devel] osx build failure

2016-01-28 Thread Daniel Schürmann
Fixed in [master dbe26b3] Am 28.01.2016 um 19:27 schrieb Owen Williams: > In file included > from > /Users/mixxx/buildserver/environment/intel-osx10.7/Qt-4.8.6/lib/QtCore.framework/Headers/QMetaType:1: >

Re: [Mixxx-devel] osx build failure

2016-01-28 Thread RJ Ryan
Fixed now: https://github.com/mixxxdj/mixxx/commit/711020dcbeb1b843a68a1eb2378c441cd3f340ef On Thu, Jan 28, 2016 at 1:01 PM, Owen Williams wrote: > That doesn't seem to have fixed it: > > src/util/performancetimer.cpp:95:35: error: out-of-line definition of > 'difference'

Re: [Mixxx-devel] osx build failure

2016-01-28 Thread Owen Williams
That doesn't seem to have fixed it: src/util/performancetimer.cpp:95:35: error: out-of-line definition of 'difference' does not match any declaration in 'PerformanceTimer' mixxx::Duration PerformanceTimer::difference(const PerformanceTimer& timer) ^~

Re: [Mixxx-devel] osx build failure

2016-01-28 Thread Daniel Schürmann
Ah yes, the "const". Thank you. Am 28.01.2016 um 22:04 schrieb RJ Ryan: > Fixed > now: > https://github.com/mixxxdj/mixxx/commit/711020dcbeb1b843a68a1eb2378c441cd3f340ef > > On Thu, Jan 28, 2016 at 1:01 PM, Owen Williams > wrote: > > That

[Mixxx-devel] osx build failure

2016-01-28 Thread Owen Williams
In file included from /Users/mixxx/buildserver/environment/intel-osx10.7/Qt-4.8.6/lib/QtCore.framework/Headers/QMetaType:1: /Users/mixxx/buildserver/environment/intel-osx10.7/Qt-4.8.6/lib/QtCore.framework/Headers/qmetatype.h:256:5: warning: 'register' storage class specifier is deprecated