Hi Christoph, Am I correct assuming that the Export function still doesn't work for Linux ? IIRC you mentioned that that process is handled by a shell script. If so, where is that script ? I can try to debug it for Linux.
The export process fails with this error :
[dlphilp@The6300 build]$ ./HISE\ Standalone
Creating /home/dlphilp/HISE-MusicBox/Binaries/Source/PresetData.h and /home/dlphilp/HISE-MusicBox/Binaries/Source/PresetData.cpp from files in /home/dlphilp/HISE-MusicBox/Binaries/temp...
Adding preset: 10528 bytes
Adding impulses: 14 bytes
Adding externalFiles: 58 bytes
Adding userPresets: 14 bytes
Adding images: 10 bytes
Total size of binary data: 10624 bytes
Couldn't get a file descriptor referring to the console
What's happening there ? I see a batchCompileOSX file in my project Binaries directory, it's set up for Xcode, not Linux. I presume a similar file is needed for successful export to a native Linux VST/VSTi plugin.
Best,
dp