-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
hello pd-list,
i try to install gridflow on
Distributor ID: Debian Description: Debian GNU/Linux 7.8 (wheezy) Release: 7.8 Codename: wheezy
some dependencies i can not install anymore
vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
Hinweis: »libfftw3-dev« wird an Stelle von »fftw3-dev« gewählt. Hinweis: »libglew-dev« wird an Stelle von »libglew1.5-dev« gewählt. E: Paket libglib1.2-dev kann nicht gefunden werden.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
and if i install libglib2.0-dev the problems while trying to compile staying the same
./configure gives this output:
vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
./configure ./configure:25: Use RbConfig instead of obsolete and deprecated Config.
This is the GridFlow 9.13 configurator [gcc3] GNU C++ Compiler 3 (or 4):
[stl] libstdc++ (GNU C++ Standard Template Library):
[gcc64] GNU C++ in 64-bit mode:
[pentium] Pentium-compatible CPU:
[mmx] MMX-compatible CPU (using NASM):
[x11] X11 Display Protocol:
[x11_shm] X11 acceleration by shared memory (XSHM plugin):
[sdl] Simple Directmedia Layer (experimental support):
[objcpp] GNU/Apple ObjectiveC++ Compiler:
[quartz] Apple Quartz/Cocoa Display:
[aalib] Ascii Art Library:
aalib.h ?) [jpeg] JPEG Library:
[png] PNG Library <png.h>:
[videodev] Video4linux Driver Interface Version 1 (kernel):
[libv4l1] Video4linux I Driver Interface Library:
[libv4l2] Video4linux II Driver Interface Library:
[dc1394] DC1394 for Linux <libdc1394/dc1394_control.h>:
[dc1394] DC1394 for Linux <dc1394/control.h>:
[mpeg3] HeroineWarrior LibMPEG3 <libmpeg3/libmpeg3.h>:
[mpeg3] HeroineWarrior LibMPEG3 <libmpeg3.h>:
[quicktimeapple] Apple's QuickTime:
error) [quicktimehw] Plaum's LibQuickTime (try #1) <lqt/quicktime.h>:
[quicktimehw] Plaum's LibQuickTime (try #1) <quicktime/quicktime.h>:
[quicktimehw] Plaum's LibQuickTime (try #2) <lqt/quicktime.h>:
[quicktimehw] Plaum's LibQuickTime (try #2) <quicktime/quicktime.h>:
[quicktimehw] Plaum's LibQuickTime (try #3) <lqt/quicktime.h>:
[opencv] Intel OpenCV:
compilation error) [fftw] FFTW (Fastest Fourier Transform in the West) (try #1):
[fftw] FFTW (Fastest Fourier Transform in the West) (try #2):
[opengl] OpenGL/GLEW (for GEM support and [gf/gl]):
[android] Android module:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
i tried to make a "make" and copied it to the /usr/lib...extra folder and when i open pd-extended the pd-console gives following output:
vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
gridflow ... couldn't create /usr/lib/pd-extended/extra/gridflow/gridflow.pd_linux: libquicktime.so.0: cannot open shared object file: No such file or directory
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
somebody have any idea how to install gridflow? all the deb-packages are also uninstallable on my system
thank you very much christian
| | | | | | | | | |_______| | |___| | | | | | | | | | |_______| | |___| | | | | | | | |_______| |_______|___________ |___|___| | | | | http://noparts.org |___________| |___|
On 03/30/2015 05:10 PM, dada13 wrote:
gridflow ... couldn't create /usr/lib/pd-extended/extra/gridflow/gridflow.pd_linux: libquicktime.so.0: cannot open shared object file: No such file or directory
try building without libquicktime support.
it seems that gridflow uses some linker magic to force libquicktime0, whereas wheezy only comes with libquicktime2 (and the two are not compatible, hence the name change)
gfmsadr IOhannes
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
hello IOhannes thank you
IOhannes m zmölnig:
try building without libquicktime support.
i tried:
./configure --no-quicktimeapple --no-quicktimehw
but i cannot build it like that
"make" gives following output (just the last lines...):
... ruby -w src/source_filter.rb src/expr.cxx src/expr.cxx.fcs src/source_filter.rb:220: warning: assigned but unused variable - defaul t src/source_filter.rb:249: warning: ambiguous first argument; put parentheses or even spaces g++ -xc++ -DLIBGF -I/usr/local/include -I/home/efa/include -I.
ruby -w src/source_filter.rb src/classes_gui.cxx src/classes_gui.cxx.fcs src/source_filter.rb:220: warning: assigned but unused variable - defaul t src/source_filter.rb:249: warning: ambiguous first argument; put parentheses or even spaces g++ -xc++ -DLIBGF -I/usr/local/include -I/home/efa/include -I.
src/classes_gui.cxx.fcs: In member function ‘void GridSee::sendbuf()’: src/classes_gui.cxx.fcs:398:32: error: ‘write’ was not declared in this scope make: *** [src/classes_gui.o] Fehler 1
in the pd-list there was once a similar question about arch linux & gridflow: http://lists.puredata.info/pipermail/pd-list/2013-11/105037.html
You'll have to dig a little in the new features/conventions for the
build chain and modify gridflow files.
do i have to make this? and if yes how?
i tried already to delete the "quicktime-part" in the configure-file but it doesn't make any sense, isn't it?
thank you in advance people
christian
it seems that gridflow uses some linker magic to force libquicktime0, whereas wheezy only comes with libquicktime2 (and the two are not compatible, hence the name change)
gfmsadr IOhannes
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
| | | | | | | | | |_______| | |___| | | | | | | | | | |_______| | |___| | | | | | | | |_______| |_______|___________ |___|___| | | | | http://noparts.org |___________| |___|