Hi, ok--due to inserting a symbolic link I can now configure. thx Frank!
i just did : root@/home/gerda/externals/gridflow ./configure
This is the GridFlow 0.8.0 configurator within Ruby version 1.8.3 [fast] Compile for speed (and not debuggability): enabled [gcc3] GNU C++ Compiler 3: missing (undefined method `<' for nil:NilClass) [stl] C++ Standard Template Library: missing (gcc compilation error) [gcc64] GNU C++ in 64-bit mode: missing (gcc compilation error) [libruby] Ruby as a dynamic library: missing (gcc compilation error) [librubystatic] Ruby as a static library: missing (gcc compilation error) [pentium] Pentium-compatible CPU: missing (gcc compilation error) [mmx] MMX-compatible CPU (using NASM): disabled (would need pentium) [simd] SIMD (MMX/SSE/Altivec) (using GCC): disabled (would need pentium) [profiler] profiler (speed measurements): disabled (would need pentium) [usb] USB Library: missing (where is usb.h ?) [ieee1394] IEEE1394 Libraries for Linux (raw1394/dc1394): disabled (by author) [x11] X11 Display Protocol: missing (where is X11/Xlib.h ?) [x11_shm] X11 acceleration through shared memory: disabled (would need x11) [sdl] Simple Directmedia Layer (experimental support): missing (where is SDL/SDL.h ?) [objcpp] GNU/Apple ObjectiveC++ Compiler: missing (where is objc/Object.h ?) [quartz] Apple Quartz/Cocoa Display: disabled (would need objcpp) [aalib] Ascii Art Library: missing (where is aalib.h ?) [jpeg] JPEG Library: missing (gcc compilation error) [png] PNG Library <libpng12/png.h>: missing (gcc compilation error) [png] PNG Library <png.h>: missing (gcc compilation error) [videodev] Video4linux Digitizer Driver Interface: missing (gcc compilation error) [mpeg3] HeroineWarrior LibMPEG3 <libmpeg3/libmpeg3.h>: missing (where is libmpeg3/libmpeg3.h ?) [mpeg3] HeroineWarrior LibMPEG3 <libmpeg3.h>: missing (gcc compilation error) [quicktimeapple] Apple's QuickTime: missing (gcc compilation error) [quicktimehw] HeroineWarrior QuickTime4Linux (or LibQuickTime) (try #1): missing (gcc compilation error) [quicktimehw] HeroineWarrior QuickTime4Linux (or LibQuickTime) (try #2): missing (gcc compilation error) [xine] Xine movie decoder: disabled (by author) [puredata] Miller Puckette's Pure Data: disabled (would need libruby or librubystatic) generating ./config.make generating config.h creating Makefile
delegating to: devices4ruby/extconf.rb (back)
! but Pure Data is disabled (libruby I have) -btw my pd-source is in /home/gerda/download/pd-38.04 where to declare that
--i was also already trying:
root@/home/gerda/externals/gridflow make
ruby -w base/source_filter.rb base/grid.h base/grid.h.fcs
ruby -w base/source_filter.rb base/grid.c base/grid.c.fcs
base/source_filter.rb:38: warning: regexp has invalid interval
base/source_filter.rb:38: warning: regexp has invalid interval
base/source_filter.rb:38: warning: regexp has invalid interval
base/source_filter.rb:38: warning: regexp has invalid interval
base/source_filter.rb:38: warning: regexp has invalid interval
base/source_filter.rb:38: warning: regexp has invalid interval
g++ -fPIC -Wall -g -O2 -fPIC
-I/Applications/Pd.app/Contents/Resources/include -I/sw/include
-I/usr/local/include -I/include -xc++ -fno-operator-names
-fno-omit-frame-pointer -I/usr/X11R6/include -I
/usr/lib/ruby/1.8/i486-linux -Wall -Wno-unused-O3 -funroll-loops
-fno-omit-frame-pointer -g -fPIC -I.
-I/home/gerda/externals/gridflow -I -I. -c base/grid.c.fcs -o base/grid.o
make: g++: Command not found
make: *** [base/grid.o] Error 127
i have g++ but also installing different program -g++ was not found - in the created Makefile i found: CC = gcc CXX = g++
--so can I just overwrite CXX=gcc? --I am complete newbie to makefiles. Frank Barknecht wrote:
Hallo, Gerda Strobl hat gesagt: // Gerda Strobl wrote:
I am trying to install gridflow from cvs version-(using pd 38-4, debian2613)-but unfortunately I'm not able to get started.
root@/home/gerda/externals/gridflow ./configure /usr/bin/env: ruby: No such file or directory
root@/home/gerda/externals/gridflow whereis ruby ruby: /usr/bin/ruby1.8 /usr/lib/ruby
Where to put ruby?
/usr/bin/ruby should be ruby. I guess there is a symbolic link from /usr/bin/ruby1.8 to /usr/bin/ruby missing.
Ciao