Now This: fatal error: sorry, this include generates a translation unit too large for Clang to process.
-
-
-
Are you exporting a plugin or standalone? Have you tried cleaning the build folder? Are you able to build HISE?
-
@d-healey I'm trying for a standalone first but I have tried plugin just to see if it works. same result. Yes I've cleaned the build directory and yes I can build HISE just fine. Built HISE as recently as yesterday.
What is it referring to with "translation unit"?
last part looks like this:
-
@d-healey also, I just exported one of my older projects without issue, to make sure is related to this particular project.
-
@CyberGen said in Now This: fatal error: sorry, this include generates a translation unit too large for Clang to process.:
What is it referring to with "translation unit"?
No idea but usually when something is too large it means you've ran out of RAM. Does this project contain a lot of embedded images or audio files (not samples)?
-
@d-healey so no, the project is wavetable based and it's performing at basically 0% RAM and under 10%CPU. All knobs and graphics are created with vector graphics and shaders with the exception of one background image, which is large but nothing to cry about, I don't think. 21MB
-
@CyberGen said in Now This: fatal error: sorry, this include generates a translation unit too large for Clang to process.:
21MB
Is that the raw bitmap size?
How big are the wavetables? Are they embedded? -
@d-healey so, I deleted a bunch of old unused files that were still in the audio files project. This made the build succeed!... the only problem is the that the app does not run. But hey, one fight at a time. Thank you for helping me troubleshoot this.
It does bring up one question. Is there a size limit to audio files? or the size of the audio file folder?
thanks again.
-
-
-