back with my old friend..trying to compile develop....
-
Okay I'm on Windows 10 and using VS2017 community. I just checked out the develop branch and I get these compile errors:
d:\hise\projects\standalone\jucelibrarycode\include_hi_dsp_library.cpp(9): fatal error C1083: Cannot open include file: 'hi_dsp_library/hi_dsp_library.cpp': No such file or directory
then a bunch of these:
d:\hise\hi_dsp_library\snex_basics\snex_indextypes.h(61): error C4984: 'if constexpr' is a C++17 language extension (compiling source file ....\Source\MainComponent.cpp)
then a bunch of these:
d:\hise\hi_tools\hi_tools\misctoolclasses.h(1819): error C3861: 'apply': identifier not found (compiling source file ....\Source\MainComponent.cpp)
1>d:\hise\hi_tools\hi_tools\misctoolclasses.h(1826): error C2039: 'apply': is not a member of 'std' (compiling source file ....\Source\MainComponent.cpp) -
the first of these :
d:\hise\projects\standalone\jucelibrarycode\include_hi_dsp_library.cpp(9): fatal error C1083: Cannot open include file: 'hi_dsp_library/hi_dsp_library.cpp': No such file or directory
is correct as there is no such file as hi_dsp_library.cpp
theres only:
hi_dsp_library_01.cpp
hi_dsp_library_02.cpp -
right.... well.....
I recalled that when Dave and I were tryin to get develop to build last time one of the things we did to make it work was completely delete the existing HISE folder contents and redownload ...
So as a precursor to this activity I went and deleted the entire contents of the HISE/Build folder....
and now it compiles.... so the learning from this hours worth of frustration is:
Visual Studio 2017 /Build/Clean Solution> is a liar-liar-pants-on-fire
/Build/Clean Solution is NOT to be relied upon - cause it doesnt clean the solution.
If you get stuck with these sorts of problems delete the entire contents of /HISE/Build and you should be right.
Thanks Microsoft...grrrr....
we may now return to our regularly scheduled program of reading....
-
@lindon thank you for all warnings!
I'm glad you are able to compile now -
@ulrik but I' still unable to laod a project - crash crash crash.
-
@lindon said in back with my old friend..trying to compile develop....:
@ulrik but I' still unable to laod a project - crash crash crash.
Oh no... sorry