Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JC_gui on Raspberry Pi #2

Open
AndreyKudryavtsev opened this issue Jul 27, 2017 · 1 comment
Open

JC_gui on Raspberry Pi #2

AndreyKudryavtsev opened this issue Jul 27, 2017 · 1 comment

Comments

@AndreyKudryavtsev
Copy link

Hello Mason,
Thank you for your effort in developing a GUI to a convolution plugin!
Would you please, help to modify your code to compile on Raspberry Pi?
Thank you in advance! Here is an error below. As I googled around, it needs ARM architecture enable somewhere in a compile script.

pi@raspberrypi:~/Desktop/jcgui-master $ ./waf configure
Checking for program g++ : ok /usr/bin/g++
Checking for compiler version : ok 4.9.2
Checking for program cpp : ok /usr/bin/cpp
Checking for program ar : ok /usr/bin/ar
Checking for program ranlib : ok /usr/bin/ranlib
Checking for g++ : ok
Checking for jack >= 0.109.1 : ok
Checking for sndfile >= 1.0.17 : ok
Checking for gdk-pixbuf-2.0 >= 2.12.0 : ok
Checking for cairo flags : ok
Checking for pango flags : ok
Checking for atk flags : ok
Checking for glib-2.0 flags : ok
Checking for freetype2 flags : ok
Checking for gtk+-2.0 >= 2.12.0 : ok
Checking for zita-resampler >= 1.0 : version 1 not found, using ours

==================
Jc_Gui 0.8

C++ flags : -O3 -march=native -Wall
Install prefix : /usr/local
Install binary : /usr/local/bin
Jc_Gui share directory : /usr/local/share/Jc_Gui
Jc_Gui pixmaps directory : /usr/local/share/pixmaps

Configuration finished successfully (00:00:00); project is now ready to build.
pi@raspberrypi:/Desktop/jcgui-master $ ./waf build
[ 1/16] cxx: src/gx_globals.cpp -> build/default/src/gx_globals_1.o
*** Error in /usr/bin/g++': double free or corruption (top): 0x00f627a0 *** [ 2/16] cxx: src/gx_child_process.cpp -> build/default/src/gx_child_process_1.o Aborted *** Error in /usr/bin/g++': double free or corruption (top): 0x010d07c0 ***
Aborted
Build failed
pi@raspberrypi:
/Desktop/jcgui-master $

@AndreyKudryavtsev
Copy link
Author

Would you please have a look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant