Juce 4.2 with OS X target platform <= 10.8

The new forum appears to have eaten my previous topic on this, so here goes again.

When I build Juce 4.2 in XCode with a target platform that is below 10.9, I get a build error because of std::nullptr_t (undefined).

In the meantime I found a solution, just exchange std::nullptr_t with decltype(nullptr). It would be nice if this could be patched, it’s just two lines.

We already fixed this, please update to the newest tip!

1 Like

Are you certain? I still have the issue. The last commit I see is the one with 2’245 files that caused the problem.

Oh yes sorry, we committed the change but forgot to push to github…

try again please!

1 Like