-
I ran `sudo apt-get build-dep .` to install build dependencies.
Then I ran `make`:
```
make[1]: Entering directory '/home/pi/vital'
make -C standalone/builds/linux CONFIG=Release SIMDFLAGS="-mar…
-
Hi,
Trying to build ambix on Ubuntu Studio. It fails with the following message (ending with):
home/henrikfr/bin/ambix/JUCE/modules/juce_graphics/colour/juce_PixelFormats.h:361:17: note: defined…
-
I get a blank window when trying to use the UI. I've built it from this repository, and I'm using Arch Linux. I did a system update and tested it again and still got the blank screen.
Reaper:
![…
-
Tried to install receiveMIDI using home-brew.
```brew install gbevin/tools/receivemidi```
It fails while trying to compile it.
```
In file included from /tmp/receivemidi-20201115-26791-v6q…
-
**Describe the bug**
Doing a basic debug build causes a linker error:
```
JUCE/modules/juce_core/juce_core.h:384: undefined reference to `juce::this_will_fail_to_link_if_some_of_your_compile_un…
-
-
Experienced on Archlinux32 (32-bit Intel):
```
../../../JUCE/modules/juce_audio_formats/codecs/flac/libFLAC/cpu.c:250:3: error: ‘__sigemptyset’ was not declared in this scope
__sigemptyset(&si…
-
Hi.
I'm having a problem building for linux on a debian system. Configuring with cmake goes well, but when make is called I get mutiple times the following error when the JUCE modules are built
` m…
-
```
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…