jpcima / ysfx

Hosting library for JSFX
Apache License 2.0
172 stars 28 forks source link

Small build issue in embedded JUCE #59

Closed jcelerier closed 2 years ago

jcelerier commented 2 years ago

As reported here:

https://aur.archlinux.org/packages/ysfx-git#comment-872572

/home/harv/.cache/yay/ysfx-git/src/ysfx-build/_deps/juce-src/modules/juce_gui_basics/windows/juce_ComponentPeer.h:504:18: error: ‘exchange’ is not a member of ‘std’

most likely this file lacks #include <utility>

jpcima commented 2 years ago

This is update to juce 7.0.0 in 543bc11. IIRC this fixes the problem.

jcelerier commented 2 years ago

it does ! thanks !