-
```
standalone/builds/linux on main took 2s
❯ gdb build/vial
GNU gdb (GDB) Fedora 10.1-2.fc33
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
Thi…
-
Getting undefined reference when building an exported Makefile. Getting compiler errors when using waf. Latest JUCE master does not have these issues.
From Projucer makefile project
```
build/i…
-
`juce::AudioPluginInstance::setParameterTree` was made private in [3d1d060](https://github.com/juce-framework/JUCE/commit/3d1d0603170c631a4a09afbc81702d3cab191baf).
```
../SOUL/include/soul/patch/he…
-
Hi,
Thanks for your help on getting libossia working on Windows.
This time I've some trouble on MacOS:
The oscquery device instantiates and works correctly (the same code is stable on Windows).…
-
the error is
```
make -C standalone/builds/linux CONFIG=Release SIMDFLAGS="-msse2" GLFLAGS="" BUILD_DATE="2022 06 28 10 27"
make[1]: Entering directory '/home/moth/vital/standalone/builds/linux'
m…
-
The 32-bit builds of VST2 with mingw will not generate the legacy `main` entrypoint.
The conditional `JUCE_MSVC` disallows this code to build on mingw, it should be probably replaced with `JUCE_WINDO…
-
Compiling juce_gui_basics.cpp
In file included from juce_gui_basics.cpp:265:
native/x11/juce_linux_XWindowSystem.cpp: In member function ‘juce::BorderSize juce::XWindowSystem::getBorderSize(Window) …
-
Merry Christmas to you all!
I'm integrating Ultralight into a multiplatform C++ audio framework called JUCE (https://github.com/juce-framework/JUCE). It's working great on the main thread but when …
-
```
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
make[1]: Entering directory '/home/build/mxe'
uname -a
Linux build 4.15.0-96-generic #97-Ubuntu SMP Wed Apr 1 …
-
**Use case:**
A JUCE Module contains precompiled static libraries. It is included in a JUCE project that gets built on different IDE / compiler versions from the same source code.
**Problem:**
On…