sudara / pamplejuce

A JUCE audio plugin template. JUCE 7, Catch2, Pluginval, macOS notarization, Azure Trusted Signing, Github Actions
https://melatonin.dev/blog/
MIT License
405 stars 39 forks source link

I have a problem using the template where error says "file is too big" #83

Closed orstphone closed 6 months ago

orstphone commented 6 months ago

I'm trying to import the project files created using Visual Studio on Projucer but I'm immediately encountering the issue and it says "juce_gui_basics.cpp.obj : file is too big" I didn't change anything except everything inside /source folders where PluginEditor class and PluginProcessor class is located and also the CMakeLists.txt where the file is bit edited by following the guideline. Tried to address this issue but I couldn't find any information regarding this problem. System is Windows 11, IDE is CLion

sudara commented 6 months ago

Did you resolve it? It sounds similar to an issue seen with minGW — JUCE doesn’t officially support that compiler (worth double checking which compiler you are using)