compile problems
-
ok got past my faust issue now I'm getting a bunch of errors I've never seen before:
include_juce_core.cpp c:\hise\hi_snex\snex_mir\snex_mirhelpers.h(46): error C3646: 'getTypeInfo': unknown override specifier (compiling source file ..\..\JuceLibraryCode\include_hi_snex_62.cpp) [H:\Audio\Chan nel Robot\Hise_Work\Nightfox\GrandPianoSuite\Binaries\Builds\VisualStudio2017\Grand Piano Suite_SharedCode.vcxproj] c:\hise\hi_snex\snex_mir\snex_mirhelpers.h(46): error C2059: syntax error: '(' (compiling source file ..\..\JuceLibraryCode\include_hi_snex_62.cpp) [H:\Audio\Channel Robot\Hise_Work\Nigh tfox\GrandPianoSuite\Binaries\Builds\VisualStudio2017\Grand Piano Suite_SharedCode.vcxproj] c:\hise\hi_snex\snex_mir\snex_mirhelpers.h(46): error C2238: unexpected token(s) preceding ';' (compiling source file ..\..\JuceLibraryCode\include_hi_snex_62.cpp) [H:\Audio\Channel Robo t\Hise_Work\Nightfox\GrandPianoSuite\Binaries\Builds\VisualStudio2017\Grand Piano Suite_SharedCode.vcxproj] c:\hise\hi_snex\snex_mir\snex_mirhelpers.h(50): error C3646: 'parseFunctionData': unknown override specifier (compiling source file ..\..\JuceLibraryCode\include_hi_snex_62.cpp) [H:\Audi o\Channel Robot\Hise_Work\Nightfox\GrandPianoSuite\Binaries\Builds\VisualStudio2017\Grand Piano Suite_SharedCode.vcxproj] c:\hise\hi_snex\snex_mir\snex_mirhelpers.h(50): error C2059: syntax error: '(' (compiling source file ..\..\JuceLibraryCode\include_hi_snex_62.cpp) [H:\Audio\Channel Robot\Hise_Work\Nigh tfox\GrandPianoSuite\Binaries\Builds\VisualStudio2017\Grand Piano Suite_SharedCode.vcxproj] c:\hise\hi_snex\snex_mir\snex_mirhelpers.h(50): error C2238: unexpected token(s) preceding ';' (compiling source file ..\..\JuceLibraryCode\include_hi_snex_62.cpp) [H:\Audio\Channel Robo t\Hise_Work\Nightfox\GrandPianoSuite\Binaries\Builds\VisualStudio2017\Grand Piano Suite_SharedCode.vcxproj] c:\hise\hi_snex\snex_mir\snex_mirhelpers.h(74): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\..\JuceLibraryCode\inc lude_hi_snex_62.cpp) [H:\Audio\Channel Robot\Hise_Work\Nightfox\GrandPianoSuite\Binaries\Builds\VisualStudio2017\Grand Piano Suite_SharedCode.vcxproj]
sadly I cant really workk out what the problem is...other than its all about snex_mir
-
@Lindon yeah it could be possible that the current state is a bit messy, although the build server which exports a demo project after each commit doesn‘t complain.
Can you build the demo project under HISE/extras/demo_project?
-
I tried exporting a couple of days ago and got a bunch of errors like yours. I'm not using faust in the project. I didn't have time to debug it that day so I just rolled back to a previous HISE commit.
-
@Christoph-Hart Ok so I just downloaded and recompiled the latest HISE, now I dont get errors - it just falls out of the compile process, and fails to build the vst3
Can either of you point me at a reliable build that works?
-
16th of May works here
-
-
@Lindon Hmm, the latest state works here too. Can you check if the demo project compiles or if it is something special to your project?
-
@Christoph-Hart yep, when I get a minute
-
@Lindon HISE 3.0.1 commit fcad7d6 and Faust-2.50.6
-
@hisefilo thanks - I got the one david recommended to work.