OS X Build Error

Hi,

I’m just getting started with VSTGUI. I’m using OS X 10.12.6.

When I try to do a build I’m getting the following error:

CFrameTest
	setZoom [OK] -> 630 µs
	MouseEnterExit [OK] -> 532 µs
	MouseEnterExitInContainer [OK] -> 104 µs
	removeViewWhileMouseInside [OK] -> 21 µs
	focusSettings [OK] -> 80 µs
/bin/sh: line 1: 25301 Segmentation fault: 11  ../../Debug//unittests
make[2]: *** [Debug/unittests] Error 139
make[2]: *** Deleting file `Debug/unittests'
make[1]: *** [tests/unittest/CMakeFiles/unittests.dir/all] Error 2
make: *** [all] Error 2

Any idea how to fix this?

Cheers,

Chris

Hi Chris,
which version are you compiling ?

Cheers,
Arne

Not sure actually - I grabbed a .zip from the GitHub repo on 14/12.

Hi Chris,
I’ve fixed the issues. Please download again.

Cheers,
Arne

Working now - thanks!