HELP
-
if I share with you my project folder can someone give me back the component file of my plugin pls. I exported on win and now I'm not able to make the autogenerated Projucer project work to have the au file.
-
@rava2212 You need to be able to compile it yourself. The problem is after the plugin has been compiled you need to test it, then when you find a bug you need to fix it in your project and compile it again, and when you want to add a new feature you need to compile it again, etc. etc. So you need to be able to do it yourself.
You'll also need to codesign and notarize it.
So it's better if you describe the issue you're having and we help you to compile it.
-
@d-healey when I open the Projucer autogenerated this error appears Screenshot 2025-05-24 alle 19.44.47.png
-
@rava2212 You shouldn't need to open that file if you're exporting from HISE.
In HISE go to Export >> Clean Build Directory, and click Ok
Then go to Export >> Compile Project.
-
-
@rava2212 Your image is too small, I can't see the text clearly. Click the copy to clipboard button and paste it in the post.
-
@d-healey > Perform sanity checks
Create C++ autogenerated files
Create binary data files
Exporting the pooled resources
Export audio files
Export image files
Writing {PROJECT_FOLDER}background.png ... 0 kB
Writing {PROJECT_FOLDER}hise_knob_small.png ... 1625 kB
Writing {PROJECT_FOLDER}SLAMMER.png ... 2256 kB
Export samplemap files
Export MIDI files
DONE
Create embedded data files
Launch system compiler...
Re-saving file: /Users/alessandro/Desktop/SLAMMER/Binaries/AutogeneratedProject.jucer
Finished saving: Visual Studio 2017
Finished saving: Xcode (macOS)
Finished saving: Xcode (iOS)
Finished saving: Linux Makefile
Compiling FX plugin slammer ...
** BUILD FAILED **
CompileC /Users/alessandro/Desktop/SLAMMER/Binaries/Builds/MacOSX/build/slammer.build/Release/slammer\ -\ Shared\ Code.build/Objects-normal/x86_64/include_hi_tools_03.o /Users/alessandro/Desktop/SLAMMER/Binaries/JuceLibraryCode/include_hi_tools_03.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'slammer - Shared Code' from project 'slammer')
(1 failure)Compilation error. Check the compiler output.
-
@rava2212 That's referencing a Windows location, did you clean the build folder?
-
@d-healey yes
-
@rava2212 are all the files for your project on the Mac or are you using a shared drive?