You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing a clean compilation on Ubuntu Linux with this recent change to src/weather.cpp: d4c7fbf
I am getting this error from astyle-check:
$ make -j2 TILES=1 SOUND=0 RELEASE=1 USE_HOME_DIR=1 astyle -V: Artistic Style Version 3.1 #define VERSION "0.D-10748-g941f00f157"
astyle regressions found. Formatted src/weather.cpp Makefile:1029: recipe for target 'astyle-check' failed
make: *** [astyle-check] Error 1
Steps To Reproduce
Steps to reproduce the behavior:
Run 'make clean && make -j2 TILES=1 SOUND=1 RELEASE=1 USE_HOME_DIR=1
Describe the bug
When doing a clean compilation on Ubuntu Linux with this recent change to src/weather.cpp: d4c7fbf
I am getting this error from astyle-check:
$ make -j2 TILES=1 SOUND=0 RELEASE=1 USE_HOME_DIR=1 astyle -V: Artistic Style Version 3.1 #define VERSION "0.D-10748-g941f00f157"
astyle regressions found. Formatted src/weather.cpp Makefile:1029: recipe for target 'astyle-check' failed
make: *** [astyle-check] Error 1
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Successful compilation
Versions and configuration
Using experimental branch as of commit d4c7fbf
Additional context
Rolling back the commit in question allowed me to compile successfully.
The text was updated successfully, but these errors were encountered: