I've been watching the developer tutorial videos Sean made last summer, downloaded the xLights software from GitHub, installed CodeBlocks, MinGW, wxWidgets 3.0.0, and followed directions in the Windows Readme to create the DLLs, setup CodeBlocks, etc.
Two main problems -
1) running the mingw32-make -f makefile.gcc compiles for awhile then ends with an Error 1 condition on both debug and release versions.
2) Compiling a wxPanel in CodeBlocks terminates with an error while processing a 'winundef.h' file, possibly due to 1), above.
My CodeBlock Global and Complier settings match everything in the video but there are differences in the xLights-master file on GitHub and in the current Readme files from those shown on the video.
If anybody is successfully creating Nutcracker effects with this developer's platform I'd like to review how things are set up to see where I've gone wrong.
John