PreenFM > preenfm2 and preenfm3

PC/Mac Editor version 2.00 (OLD THREAD NEWER EDITOR AVAILABLE)

<< < (19/21) > >>

Xavier:
I modified the links to have direct downloads  :)

chaocrator:
so, what is the build procedure for linux ?

Xavier:

--- Quote from: chaocrator on March 29, 2017, 11:43:55 AM ---so, what is the build procedure for linux ?

--- End quote ---

Get the source :
https://github.com/Ixox/preenfm2Controller

In Host/Builds/Linux
run 'make'
The app should be compiled in Host/Builds/Linux/build/

chaocrator:
today i have my PreenFM2 unit ready, and managed to build the editor on linux (ubuntu 16.04).
this was not easy.
tomorrow i'll reproduce the build procedure to make a step-by-step guide, since the procedure itself is pretty quirky.

p.s. the plugin build is still unsuccessful at the moment. going to try again tomorrow.

chaocrator:
so, i successfully reproduced the standalone editor build procedure on the clean ubuntu 16.04, but can't build plugin.

the compiler output for master branch is here:


--- Quote ---Compiling Enveloppe.cpp
In file included from ../../Source/UI/Enveloppe.cpp:19:0:
../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:31:24: fatal error:
 BinaryData.h: No such file or directory
 #include "BinaryData.h"
                        ^
compilation terminated.
Makefile:111: recipe for target 'build/intermediate/Debug/Enveloppe_d93dfef8.o' failed
make: *** [build/intermediate/Debug/Enveloppe_d93dfef8.o] Error 1
--- End quote ---

and for the pluginworks branch:


--- Quote ---Compiling tinythread.cpp
Compiling fractal.cpp
../../Source/PluginParameters/include/tinythread/test/fractal.cpp:30:24: fatal error: tinythread.h: No such file or directory
 #include <tinythread.h>
                        ^
compilation terminated.
Makefile:116: recipe for target 'build/intermediate/Debug/fractal_883848e9.o' failed
make: *** [build/intermediate/Debug/fractal_883848e9.o] Error 1
--- End quote ---

(copying tinythread.h to standard system include directories also does not help.)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version