Trying to compile the develop branch....
-
@lindon yes it looks the same here
-
@lindon Yes the only thing different is you had to change your module paths. Do you have any other versions of HISE source or JUCE on the system?
-
OK all (but one) of my errors are
c:\hise\hi_dsp_library\snex_basics\snex_indextypes.h(64)
and line 64 is:
return IndexType::canReturnReference();
the other error is probably giving me a better clue:
c:\hise\hi_snex\snex_library\snex_jit_wrappertypelibrary.cpp(1213): error C2672: 'snex::Types::index::Helpers::canReturnReference': no matching overloaded function found (compiling source file ....\JuceLibraryCode\include_hi_snex.cpp)
so that like looks like this:
INSERT(1);
which doesn't look like it right at all...
so perhaps I'm not pointing at the correct source code somehow...
-
...and now i cant even build master - I am getting:
1>c:\hise\projects\standalone\jucelibrarycode\include_hi_dsp_library_01.cpp(9): fatal error C1083: Cannot open include file: 'hi_dsp_library/hi_dsp_library_01.cpp': No such file or directory 1>c:\hise\projects\standalone\jucelibrarycode\include_hi_dsp_library_02.cpp(9): fatal error C1083: Cannot open include file: 'hi_dsp_library/hi_dsp_library_02.cpp': No such file or directory
and
1>c:\hise\projects\standalone\jucelibrarycode\include_hi_modules_07.cpp(9): fatal error C1083: Cannot open include file: 'hi_modules/hi_modules_07.cpp': No such file or directory 1>include_hi_rlottie_1.cpp 1>c:\hise\projects\standalone\jucelibrarycode\include_hi_rlottie.cpp(9): fatal error C1083: Cannot open include file: 'hi_rlottie/hi_rlottie.cpp': No such file or directory 1>c:\hise\projects\standalone\jucelibrarycode\include_hi_rlottie_1.cpp(9): fatal error C1083: Cannot open include file: 'hi_rlottie/hi_rlottie_1.cpp': No such file or directory
which makes me think theres a path problem somewhere...
-
@lindon said in Trying to compile the develop branch....:
which makes me think theres a path problem somewhere...
Definitely smells like you have multiple copies of the source code.
-
@d-healey - yep that's what I thought too.. so I went through the entire system - and couldn't find anything -
then I deleted the C:\HISE folder and re cloned it from github...
Stayed in master branch and tried a build which has just finished and worked OK...so fingers crossed this has resolved the mixed up paths...
Now to try develop....
-
OK an odd moment with the forum there..
so when I try and checkout the develop branch it tells me this:
$ git checkout develop error: Your local changes to the following files would be overwritten by checkout: projects/standalone/HISE Standalone.jucer projects/standalone/JuceLibraryCode/AppConfig.h projects/standalone/JuceLibraryCode/JuceHeader.h Please commit your changes or stash them before you switch branches. Aborting
which I think are the auto written files from teh last build of develop no?
so I should be able to stash these (even tho I wont use them) and continue?
-
@lindon - nope, getting this again:
1>c:\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
and all the indexType errors again too...
-
@lindon Did you delete the master branch source that you built previously?
-
@d-healey nope should I?
-
@lindon Yes, definitely. Only one copy of the source per system, dems da rulez
-
@d-healey -but the develop branch overwrites the master branch when I say
git checkout develop
doesnt it?
-
@lindon Oh I didn't realise you were using git. In that case it's fine, that follows the rule. Did you resave the .jucer file after switching branches and clean the build folder before recompiling?
-
@d-healey - hm I resaved the jucer with
Save Project and open in IDE...
but I didnt clean the build folder....
-
@lindon said in Trying to compile the develop branch....:
but I didnt clean the build folder....
Do that from within VS before building.
-
@d-healey within VS?
Whats the command to do that?
-
@lindon It's in the build menu, it's called something like "clean project" or "clean solution"
-
OK did that - nope still failing with:
c:\hise\hi_dsp_library\snex_basics\snex_indextypes.h(64): error C2825: 'IndexType': must be a class or namespace when followed by '::' (compiling source file ..\..\JuceLibraryCode\include_hi_dsp_library_01.cpp)
-
@lindon When you switched branch did it change to the newer projucer version?
-
@d-healey yes.