Hi,

our travis macOS build fails with the following error:

src/mixxx.cpp:128:23: error: C++ requires a type specifier for all declarations
StatsManager::create();
^

can anyone fix this ?

here is the full output for clang on this file:


[CXX] src/mixxx.cpp
src/mixxx.cpp:128:23: error: member 'create' found in multiple base classes of different types
StatsManager::create();
~~~~~~~~~~~~~~^
/usr/local/Cellar/qt/5.10.0/Frameworks/QtCore.framework/Headers/qthread.h:234:19: note: member found by ambiguous name lookup
QThread *QThread::create(Function &&f)
^
src/util/singleton.h:9:15: note: member found by ambiguous name lookup
static T* create() {
^
src/mixxx.cpp:128:23: error: C++ requires a type specifier for all declarations
StatsManager::create();
^
src/mixxx.cpp:128:29: warning: empty parentheses interpreted as a function declaration [-Wvexing-parse]
StatsManager::create();
^~
src/mixxx.cpp:128:29: note: replace parentheses with an initializer to declare a variable
StatsManager::create();
^~
= 0
1 warning and 2 errors generated.
scons: *** [osx64_build/mixxx.o] Error 1
scons: building terminated because of errors.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Get Mixxx, the #1 Free MP3 DJ Mixing software Today
http://mixxx.org


Mixxx-devel mailing list
Mixxx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Reply via email to