Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - quiet penguin

Pages: [1]
1
I would like to  build  the standalone version on Linux (Manjaro)
....
A few tips on building  PreenFM2's editor on Linux would be welcome!

I haven't compile the standalone version for Linux since i upgraded the Juce Library version i use. And i'm not sure the Makefile is up to date with 2.11.
You need Juce library 5.4.5 installed on your machine : https://juce.com/

You may need to update the Linux Makefile.
If so you need to compile ProJucer from the Juce Library, then in the projucer open preenfm2controller/Host/pfm2Editor.jucer, and rebuild the Project.
Then Makefile should be ready.

I have hacked around in Projucer, added the library names to be parsed by pkg-config, changed the path to the juce-modules to be included, ticked that these modules should be copied into the preen2Controller project folder. A new makefile was created automatically on saving the project. Running make from /preenfm2Controller-master/Host/Builds/Linux/ created a single executable file.

Hey presto, Preenfm2Editor starts!   I just have to finish building my PreenFM2...

2
preenfm2 and preenfm3 / preenfm2 editor 2.11.4
« on: April 29, 2020, 05:39:34 PM »
I would like to  build  the standalone version on Linux (Manjaro)

Unpacking  the source file ('https://github.com/Ixox/preenfm2Controller/archive/2.11.4.tar.gz'), entering the directory 'preenfm2Controller-2.11.4/Host/Builds/Linux/'  and running 'make' gives the following output

Code: [Select]
$ make
Compiling Enveloppe.cpp
In Datei, eingebunden von ../../../Plugin/Source/UI/Enveloppe.cpp:19:
../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:17:10: schwerwiegender Fehler: juce_audio_basics/juce_audio_basics.h: Datei oder Verzeichnis nicht gefunden
   17 | #include <juce_audio_basics/juce_audio_basics.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kompilierung beendet.
make: *** [Makefile:124: build/intermediate/Debug/Enveloppe_978f1a6b.o] Fehler 1
$

Do I need to run autoconf  first or  add options to the make command? E.g. make  CONFIG=release

A few tips on building  PreenFM2's editor on Linux would be welcome!

Pages: [1]