DISTRHO / DPF-Plugins

Collection of DPF-based plugins for packaging
Other
102 stars 19 forks source link

Build fails with projectM-3.1.11: fatal error: 'Intrinsics.h' file not found #19

Closed yurivict closed 3 years ago

yurivict commented 3 years ago

Log: http://package19.nyi.freebsd.org/data/122amd64-default-build-as-user/566258/logs/dpf-plugins-lv2-1.4.log

falkTX commented 3 years ago

Not a problem with the plugins, they never include "Intrinsics.h", but the projectM headers instead. So the issue will be on projectM.

falkTX commented 3 years ago

Furthermore, the plugin building makes use of pkg-config to set build flags, https://github.com/DISTRHO/DPF-Plugins/blob/master/plugins/ProM/Makefile#L29 So nothing else for the plugin to do here.

yurivict commented 3 years ago

Thanks!