Hise with latest Faust 2.79.3 compilation failed
-
Hi David,
I have now tried every conceivable possibility and always come to the same result. Compiling the fist versions does not work. Neither debug nor release. I always get the same error messages. Even the older commits. Do you have any tips for me? -
@StephanS I'd start fresh. Delete all copies of HISE and the HISE source code, and try again with the develop branch. The error you're seeing I haven't seen before though.
Are you saying that the regular Debug/Release exporter will compile but if you use Release with Faust / Debug with Faust then you get the error?
-
Hi David,
Thank you for your reply. Exactly only for debug with Faust and release with Faust.
The normal release works. But i have a working project with faust dsps and cant get it to manage. -
@StephanS Ah that's weird, I haven't come across that error before and I'm also using Faust 2.79.3.
Are you using the version of JUCE that came with the HISE source code?
-
-
@StephanS said in Hise with latest Faust 2.79.3 compilation failed:
Yes, i have used the version that came with HISE but yesterday i tried it also with the original from juce.com but both didnt work.
It sounds like you might have multiple versions of some files and this is causing conflicts. Double check that you only have one copy of the HISE source code, and uninstall/remove any extra versions you find, and remove any extra copies/versions of JUCE.
-
i have only one copy of the Code on my system and i only use the JUCE what comes with it.
Is it possible to Compile on a other PC and take the compiled version to a other system? -
@StephanS said in Hise with latest Faust 2.79.3 compilation failed:
Is it possible to Compile on a other PC and take the compiled version to a other system?
Yes, but you might not be able to export your projects on that system if you are unable to build HISE on it.
-
Ah ok. But I can go on working on the project.
Hope I can get a working compile system the next days. -
@StephanS said in Hise with latest Faust 2.79.3 compilation failed:
Hope I can get a working compile system the next days.
You could try a virtual machine - that's what I use.
-
A Win VM on a Win Machine? Or do you mean a Linux VM on a Win machine?
-
@StephanS Win VM
-
Ok i try that, thank you for the tip :)
-
OK win VM does the job
It compiled Faust version successfully.
Are you developing only on VMs? How is the performance with Audio samples and midi? -
@StephanS I just use VMs for compiling my projects on different OSs, I don't use them for everyday work.
-
Make sense. But now I have only the Faust version on my VM
I hope I get it to work as usual in the next days. What's your every day environment for develop?
-
@StephanS Debian Testing
-
@d-healey
Alright, Linux is the way to go on a long term. I already thought so.
Thanks for your help David!