You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So today I notice you checked in some fixes.
So I removed any local file changes
git pull to my original git clone.
run Projucer to create a new exported for Raspberry Pi
built binutils from source (royal PITA that was! You need texinfo!)
installed binutils - recall this gets me past the BDF issue
unpack the boost.zip
cd Build/RPI
make -j4
operator()(_Iterator __it, _Value& __val)
^~~~~~~~
Compiling include_juce_gui_basics.cpp
Compiling include_juce_gui_extra.cpp
Compiling include_juce_audio_plugin_client_VST3.cpp
Compiling include_juce_audio_plugin_client_Standalone.cpp
Linking Ctrlr - Shared Code
Linking Ctrlr - VST
Linking Ctrlr - VST3
Linking Ctrlr - Standalone Plugin
/usr/local/bin/ld: build/Ctrlr.a(lua_260ca39c.o): in function `os_tmpname':
/home/pi/Documents/Software/ctrlr/Builds/RPI/../../Source/Misc/lua/src/lua.c:13494: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
/usr/local/bin/ld: build/Ctrlr.a(lua_260ca39c.o): in function `os_tmpname':
pi@raspberrypi:~/Documents/Software/ctrlr/Builds/RPI/build $ ls
Ctrlr Ctrlr.a Ctrlr.so Ctrlr.vst3 intermediate
pi@raspberrypi:~/Documents/Software/ctrlr/Builds/RPI/build $ file Ctrlr
Ctrlr: ELF 32-bit LSB executable, ARM, EABI5 version 1 (GNU/Linux), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, BuildID[sha1]=ddb17455579d8aeb61ca02646192c7044e156c3f, for GNU/Linux 3.2.0, with debug_info, not stripped
Version = 5.5.9, Build date = wto, 5 sty 2021, 14:53:14 CET, Branch = master, Juce = 5.4.1, libusb = 1.0.19, liblo = 0.28, lua = Lua 5.1.4, luabind = 0.9.0, boost = 1.57.0,
I wonder if you might consider merging the change to the Ctrlr.jucer into a future branch please?
No problems either way.
You can see here I left the libr.h intact
>
> #include <sys/types.h>
>
> #define ENABLE_NLS 1
> #define HAVE_BFD_2_34 1
> /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
> CoreFoundation framework. */
> /* #undef HAVE_CFLOCALECOPYCURRENT */
>
> /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
> the CoreFoundation framework. */
> /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
>
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
hi @rkubiak01
So today I notice you checked in some fixes.
So I removed any local file changes
git pull to my original git clone.
run Projucer to create a new exported for Raspberry Pi
built binutils from source (royal PITA that was! You need texinfo!)
installed binutils - recall this gets me past the BDF issue
unpack the boost.zip
cd Build/RPI
Ctrlr.jucer.gz
I wonder if you might consider merging the change to the Ctrlr.jucer into a future branch please?
No problems either way.
You can see here I left the libr.h intact
Beta Was this translation helpful? Give feedback.
All reactions