Stretcher Node failing to compile DLL on Win, MacOS Silicon / Mac Intel
-
Hi there! I'm not able to compile DSP networks containing Stretchers on Silicon Macs. Any way to sort this out??
Thanks in advance!!!!❌ Undefined symbols for architecture arm64 > Symbol: hise::time_stretcher::skipLatency(float**, double) > Referenced from: debug1_impl::instance<1>::instance() in lto.o ❌ ld: symbol(s) not found for architecture arm64 ❌ clang: error: linker command failed with exit code 1 (use -v to see invocation) ** BUILD FAILED **
-
If this is the Dev branch, it's not currently compiling for macOS. I believe that's what this documentation may refer to on the source page:
I believe if you build from February 11, you'll be OK.
-
@clevername27 nono. Is master. 3.6.0 tag
-
@clevername27 Feb 11 failed! I'm trying to compile a DSP Network as dll. Not to compile a project.
For some reason the time_stretcher fails on arm64 -
@hisefilo God are you there? @Christoph-Hart
-
Tried last commit with some hope but nop! Any help??
Commit: - fix compilation on Linux : 9c19bf5
Apple M2 Pro
MacOs 13.5.2❌ Undefined symbols for architecture arm64 > Symbol: hise::time_stretcher::skipLatency(float**, double) > Referenced from: DspNetwork4_impl::instance<1>::instance() in lto.o ❌ ld: symbol(s) not found for architecture arm64 ❌ clang: error: linker command failed with exit code 1 (use -v to see invocation) ** BUILD FAILED **
-
What version of Xcode?
-
@d-healeyHi mate!!! thanks.
Failed on Xcode Version 14.0 (Silicon Mac) and also just failed on Intel Mac, Xcode 10.4Just add a stretcher and try to compile a DLL
HiseSnippet 1073.3ocuWkzaiaCElJwLayTfN.s28QO.oA1YOXNzI1It0nMIFQoAys.FJ5XBSQJPQkD2hdu+r5Oo9On88Dkirx135tXCXnGeK76sK22Z3hzTikDr5EiSDjf2RCGqcC6LjI0jdGQBVgFItN6lVj1iSXoohHRPvheGxMX0Zj7O+w21loXZtn7HB4RijK9QYrzUdZ+O9CRkpKKRbgLdJo29i83FcGixjAHYQZSRBiOhci3TFJ1BTRvRGGIcFani4DojfZsMQiCGZtS6k+RYp7Zk.IZQBAC4OtqQEgHFOkzYnTE0ehGmR.qzuz+Wz6+eE8DYj7gyKiCeYNi5kZLc7HXgpvawJvq0KAumARASAoZdH8NZH2JSbkbP77FZOsSXGvfv9zPwKKI32ocLf.Z2FwrQhtVf3AEZraylqWG948eXPll6jFcci9TiSbltw6W6WVa00900p+XVCF7r7vqwZTJg8YYiYZ6qoXCcV70B650ukoxDOHH39UioKMawTt2qmRPitmV5NKQTP+5EEjhvF7zO06HligIkhy.4RDVmDgSvQhagJbeJZU5QhzQNSBTi+j7GT4XhxTLW0xIrGpfADOpjCwDkNU5FOcO1iqwp8xwilybKvrB22Q6Kc7gOOdW3YvKD09uFuEcreA83ACDbWIXqQ69oWs8r1rUJUBkOaqJ0ik0JZUg6GAxaKHq28SUmedZV7gYQRSWoBwCMXAv0lz49azxtjDqHgYEWX5qXiajxhSThyAmX85WqL7QgxeV7zVqDOtZiRzfOjo0BU57zAtz+RS0HmaxbR8MmvbV48f+B9eHLqmK5TftIwfB5lHMVDEJzQ4D+I7ofYKjNnfYqILmpu8Tg6NicTdNp3YRvxUVlcovlhUwAKSatA7kbnRYtqiINQVTeCk04m02nFmLznkbLw4kXBrOL1jA2XA1+dV5ELoB0LLKEF2DclNDDNewHVDdpIBdh1kwgf539L2PrwBGXAUtB6F7WaoKFYQCLYKoO9.3IFc57cjKh78ds+l7CZRcVAz6dUBTBIrjJW+WCWuUrwiD4u2shwDk39IyJmpvdZJBNVKRbu2lmH0WhEaETr6KnVgt0Aa0b+sgFclEV9CKrPyPefBdtTWJl7lRaJsEPG5DIXiwDZLJrDLt0IHUji7xFcmJFcSzniD24ib36Hzbic2p4Aadvd6tey82Y68NXuhcx31tywBnW9ppUdUKS+lVaVwCVhle.Zrk8ibIU7Ux+z.wJzi0LrocVCEylYeCsS97nwZ9iAb4NypI0JbxGlhTvJjE7iN6kdIxkyTSrHzk01XFEyx6smu0y+eLIJlwslq39gqnysR9IPstN+8YWkdBRWuE4VuiUtzLFdGyq37pl5IJt47p3VyqhaOuJty7p3tyqh6MuJt+mWQ7u.bXlyD62QPHmz+37hvf.eaU91cxeAny8g5C
▸ Linking sd.dylib ❌ Undefined symbols for architecture x86_64 > Symbol: hise::time_stretcher::~time_stretcher() > Referenced from: DspNetwork_impl::instance<1>::instance() in lto.o ❌ ld: symbol(s) not found for architecture x86_64 ❌ clang: error: linker command failed with exit code 1 (use -v to see invocation) ** BUILD FAILED **
-
@hisefilo confirmed, failed here as well on MacOS 14.2.1 and Xcode 15.2, with this error message
❌ ld: Undefined symbols: ❌ clang: error: linker command failed with exit code 1 (use -v to see invocation) ** BUILD FAILED **
-
@ulrik thanks for checking mate!!!
-
I've just confirmed that is failing also on Win :( Any idea if this will be solved??
-
@Christoph-Hart @d-healey Hi guys, any one can tell me if this is planned to be fixed? or theres any workaround? Still getting the same issue on Mac Silicon/Intel and Windows