Hi,
I'm interested in contributing to the codebase and have been trying to get it to compile. I followed the MS Visual C++ instructions from https://github.com/smeighan/xLights/blob/master/README.windows
but am getting these errors:
||=== Build: MSVC_Debug in xLights (compiler: Microsoft Visual C++ 2010) ===|
c:\xlights-opengl2\xlights\SequencePreview.h|40|error C2864: 'SequencePreview::mIsDrawing' : only static const integral data members can be initialized within a class|
c:\xlights-opengl2\xlights\SequencePreview.h|41|error C2864: 'SequencePreview::mIsInitialized' : only static const integral data members can be initialized within a class|
c:\xlights-opengl2\xlights\ModelPreview.h|52|error C2864: 'ModelPreview::mIsDrawing' : only static const integral data members can be initialized within a class|
c:\xlights-opengl2\xlights\ModelPreview.h|53|error C2864: 'ModelPreview::mIsInitialized' : only static const integral data members can be initialized within a class|
c:\xlights-opengl2\xlights\ModelPreview.h|54|error C2864: 'ModelPreview::mBackgroundImageExists' : only static const integral data members can be initialized within a class|
c:\xlights-opengl2\xlights\ModelPreview.h|56|error C2864: 'ModelPreview::mBackgroundBrightness' : only static const integral data members can be initialized within a class|
c:\xlights-opengl2\xlights\ModelPreview.h|57|error C2864: 'ModelPreview::mPointSize' : only static const integral data members can be initialized within a class|
c:\xlights-opengl2\xlights\ModelPreview.h|60|error C2864: 'ModelPreview::image' : only static const integral data members can be initialized within a class|
c:\xlights-opengl2\xlights\ModelClass.h|280|error C2864: 'ModelClass::Selected' : only static const integral data members can be initialized within a class|
c:\xlights-opengl2\xlights\ModelClass.h|281|error C2864: 'ModelClass::GroupSelected' : only static const integral data members can be initialized within a class|
c:\xlights-opengl2\xlights\xLightsMain.h|1255|error C2864: 'xLightsFrame::mPointSize' : only static const integral data members can be initialized within a class|
||=== Build failed: 11 error(s), 0 warning(s) (0 minute(s), 2 second(s)) ===|
Does anyone have any suggestions?
Also is there a developer forum or mailing list etc I can join?
Thanks,
Daryl