Issue #511: Compilation error in MAC

New issue 511: Compilation error in MAC (latest development version) https://bitbucket.org/valentinateam/valentina/issues/511/compilation-error-in-mac-latest

Timo Virtaneva:

What could be cause this error message ?

compiling …/…/…/…/valentina/src/libs/vmisc/def.cpp error: definition of macro ‘LATEST_TAG_DISTANCE’ differs between the precompiled header (‘1198’) and the command line (‘1223’)

1 error generated.

make[3]: *** [obj/def.o] Error 1

make[2]: *** [sub-vmisc-make_first] Error 2

make[1]: *** [sub-libs-make_first] Error 2

make: *** [sub-src-make_first] Error 2

20:06:44: The process “/usr/bin/make” exited with code 2.

Error while building/deploying project Valentina (kit: Desktop Qt 5.6.0 clang 64bit) When executing step “Make” 20:06:44: Elapsed time: 00:01.

I tried compile in Mac and this error came after the change

b015b19 Used Lambda expressions for slots in TMainWindow and DialogIncrements.

–Timo