is someone have found a .deb package ?
or i must compile it ?
-
Gridflow on agnula demudi ?
-
From [url=http://gridflow.ca ]http://gridflow.ca
We appreciate external contributions, and we would especially like help with the following:
...
* Producing an executable package, .tar.gz and/or .rpm and/or .deb
...
So no, there are no packages currently.
For best results (well, any results at all) I think it is recommended to get gridflow from CVS (see the gridflow home page for details) and compile it yourself.
If you run into any problems compiling, post the error messages here - there's usually a simple way to solve it. -
arrrrrgggg:
This is the GridFlow 0.8.0 configurator within Ruby version 1.8.2
[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 (where is jpeglib.h ?)
[png] PNG Library <libpng12/png.h>: missing (where is libpng12/png.h ?)
[png] PNG Library <png.h>: missing (where is png.h ?)
[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 (where is libmpeg3.h ?)
[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
humm.... it will probably compile but seem will could do not much without jpeg png video4linux X11 etc....
will wait a .deb package... -
I'm not too familiar with debian, but I think you need to install the *-dev packages for the libraries that gridflow uses.
Something like:
apt-get install libjpeg-dev libpng-dev libquicktime-dev libmpeg3-dev libsdl-dev ...
(some might not have lib in front of the name, as I said I'm not very familiar with debian package naming conventions).
Also, not having "stl" seems to me to indicate that you don't have a C++ development environment: you need gcc and g++ and libstdc++. I don't know which debian packages provide those.
Gridflow uses Ruby, so you need to install ruby-dev. I think you must have ruby installed, because I think Gridflow's ./configure is a ruby script.
I think all of them can be installed with apt-get though. On gentoo I had to install a lot of stuff, I kept doing 1. run ./configure, 2. install missing packages, 3. if stuff is missing goto 1. But I got it working in the end. On gentoo at least there is nothing that isn't packaged that you need to install before gridflow would compile with plenty of options.