Hise with latest Faust 2.79.3 compilation failed
-
Hi david, I've tried that too, unfortunately always the same result. I really have no idea anymore. I just tried to compile the 4.1 version with Faust and now I have the same problem. Everytime i get the same errors in VS.
-
@StephanS It should work with the develop branch, make sure you only have one copy of the source code.
-
I have now downloaded the latest version of Git again and deleted all the others, but still the same problem. It's partly so random. What is the best approach? What is the most stable and best system to seriously work with Hise? Could it be VS or Juce? The error message also refers to Juce.
-
I have now tested everything again. Uninstalled Faust, loaded hise develop and even reinstalled VS2022 and unfortunately it all leads to the same result. Of course always with a pc restart in between.
I think something really weird is going on.
Maybe someone has a tip. -
@StephanS said in Hise with latest Faust 2.79.3 compilation failed:
What is the most stable and best system to seriously work with Hise
Use git to manage the source code, only have one copy of the source code. Use the develop branch - if a particular commit isn't building because there's some bug, then you can roll back a few commits to one that works.
When switching commits it's usually a good idea to resave the juicer file and to clean the build folder - this isn't always necessary but can eliminate some common issues.
I don't know what those error message say, can you translate?
-
Thank you very much for your help. Tomorow i will try it one more time with a git chain and clone the hise repo.
I have the errors also in english for you :) if you know what the problem could be.
Just for fun:
can i have a running version on a usb stick and work from there, then i can use the same version everywhere, if i maybe get it compiled on another pc? -
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?