Compiling problems
-
@Lindon said in Compiling problems:
@Sampletekk if I recall correctly Project>Compile>Build for Profiling
Hi! Seems correct. Build fails however:
-
-
@d-healey said in Compiling problems:
Ok, any way around this? Should I try to compile an older version of HISE? Btw, I'm on Ventura 13.6.1
-
@Sampletekk You can comment out or remove the line in the source code (that's what I did) or build an earlier commit.
-
@d-healey said in Compiling problems:
@Sampletekk You can comment out or remove the line in the source code (that's what I did) or build an earlier commit.
This section I suppose:
ResponseData(): ok(Result::fail("click to refresh issues")), type(RequestType::numRequestTypes), requested(false), performed(false), status(0), url({}) {}
How would it look after removal? Like this?
ResponseData(): ok(Result::fail("click to refresh issues")), type(RequestType::numRequestTypes), requested(false), performed(false), status(0) {}
-
@Sampletekk Yup, you're now a C++ developer :party_popper:
-
@d-healey said in Compiling problems:
@Sampletekk Yup, you're now a C++ developer :party_popper:
Wow, that was quick! Done my share in ksp, HALion scripting, Visual Basic and guess what: Cobol! (Guess my age....), but commas is important in all languages!
-
@d-healey said in Compiling problems:
@Sampletekk Yup, you're now a C++ developer :party_popper:
Success! One question: The app is called "HISE Debug", is that correct?
I ran the "Hise Standalone.jucer" -
@Sampletekk said in Compiling problems:
@d-healey said in Compiling problems:
@Sampletekk Yup, you're now a C++ developer :party_popper:
Success! One question: The app is called "HISE Debug", is that correct?
I ran the "Hise Standalone.jucer"make sure you did this:
Project>Compile>Build for Profiling
-
@Lindon said in Compiling problems:
@Sampletekk said in Compiling problems:
@d-healey said in Compiling problems:
@Sampletekk Yup, you're now a C++ developer :party_popper:
Success! One question: The app is called "HISE Debug", is that correct?
I ran the "Hise Standalone.jucer"make sure you did this:
Project>Compile>Build for Profiling
Bingo!
-