DSP compiling error on WIN, works fine on MAC
-
@Morphoice said in DSP compiling error on WIN, works fine on MAC:
enough for today? ;)
Does not compute, there is never enough.
-
@d-healey computer says NO
-
@d-healey kidding aside, I need to figure out how to compile a current HISE version on PC first. I can't even remember how I did it back then. I share a dropbox with the pc so the source should be current, just hit projucer and then visual studio should do it, well once it has synced a couple thousand files
-
@Morphoice said in DSP compiling error on WIN, works fine on MAC:
@d-healey kidding aside, I need to figure out how to compile a current HISE version on PC first. I can't even remember how I did it back then. I share a dropbox with the pc so the source should be current, just hit projucer and then visual studio should do it, well once it has synced a couple thousand files
I would caution against this approach for HISE building - use git/hub to get yourself a clean ready-to-build HISE project thats not potentially polluted with your post build Mac based stuff...
-
@Morphoice said in DSP compiling error on WIN, works fine on MAC:
I share a dropbox with the pc so the source
Yup that's what git is for
-
@Morphoice are you still having issues compiling the dsp networks on Windows? If so did you try loading the VS project and running it from there?
-
@Lindon I used github to install it onto the dropbox folder, the WIN is just a virtual machine accessing the external dropbox, I don't see the need to install github inside the virtual machine again
-
@Morphoice If you install git, then you just call git pull to get the latest version directly from Christoph's repo
-
@d-healey yes that's how it works on my mac but do I necessarily have to do it again on PC if both machines access the same files on disk? I'm considering switching from a virtual machine to PC hardware... just for the sake of it, a friend is about to bring over an old notebook
-
@Morphoice Oh I see, a shared disk makes sense.
-
@d-healey still wont compile HISE ;/(
-
@Morphoice said in DSP compiling error on WIN, works fine on MAC:
@d-healey still wont compile HISE ;/(
What errors are you seeing?
-
-
@Morphoice I've not seen that before. Did you clean the build folder?
-
@d-healey approximately a billion times today ;)
im trying on another pc, there it says it cant find "faust/export.h"
even though faust is enabled and properly installedsigh
-
@Morphoice Does the none-faust version build?
-
@d-healey HISE built fine on the new PC, but the DSP compilation is the problem still now
-
@Morphoice said in DSP compiling error on WIN, works fine on MAC:
HISE built fine on the new PC,
Without faust?
-
@d-healey I built it with faust, I have no use for HISE without faust, it says faust enabled in HISE. just some damn path seems to be set wrong... I don't know where to change them, the include/faust/export.h is there just probably not where it expects to find it
-
@d-healey yeah I set the faust path in settings, now I get all those template class errors again I posted this afternoon....