scriptnode code fail to build
-
@VHO oh, and yes I'm changing the setting in Projucer to 64bit, and I have ipp enabled
-
I actually had few issues on Xcode 10 while on Mojave 10.14.6 and I found the Xcode 11.1 pretty stable ( but keep in mind I use it only for HISE and HISE related projects, so I can not speak for other projects you might be developing )
-
@VHO Ok, good to know. I will try with Xcode 11, thank you!
-
@VHO I tried using Xcode 11.1 but it fails anyway, this
Apple Mach-O Linker (ld) Error Group : "_ippiFilterGaussianGetBufferSize", referenced from: : "_ippiFilterGaussianInit", referenced from: : "_ippiFilterGaussianBorder_8u_C3R", referenced from: : Linker command failed with exit code 1 (use -v to see invocation)
-
Not really sure. Are you sure that you are compiling the newest script node? not caching older version?
Unless it is what I'm doing and hence my compile works. Sorry that I can't be more help :/
-
I'm getting the same error on Linux Mint. I'm going to build without IPP for now (I think that will get rid of the error).
-
Nope, didn't fix it. I'll keep looking for a solution
-
I found a solution. Build an earlier commit :)
This one works - https://github.com/christophhart/HISE/commit/7ea39635d1fe87bb17e91aedbb0ae17a58f8dc93
-
@VHO yes I'm sure I'm using the latest code
-
Hmm, the IPP function for the gaussian blur is somehow not included in the macOS libraries. I've deactivated it for now for macOS until I get an idea why this happens.
-
@Christoph-Hart ok, I will try it tomorrow , thank you!
-
@Christoph-Hart yes that was it, now it builds fine, thank you!
-
@ulrik said in scriptnode code fail to build:
@VHO yes I'm sure I'm using the latest code
Sorry it was me who was accidentally using old cached build hence it was building for me earlier. I'm still getting used to Xcode (used be on Visual before on PC) and the way Xcode caches projects is still annoyingly confusing to me. Getting the handle on it slowly. Sorry to take up your time with false info
-
@VHO No problems