got error while compiling streamfactory:
g++ -c -Wall -g -I/usr/local/include/avifile -I/usr/local/qt/include chunkpool.cpp
g++ -c -Wall -g -I/usr/local/include/avifile -I/usr/local/qt/include modules.cpp
modules.cpp: In method `bool AVIFileWritter2::start()':
modules.cpp:272: `vector' undeclared (first use this function)
modules.cpp:272: (Each undeclared identifier is reported only once
modules.cpp:272: for each function it appears in.)
modules.cpp:272: parse error before `>'
modules.cpp:273: `it_ci' undeclared (first use this function)
modules.cpp:297: parse error before `>'
make[1]: *** [modules.o] Error 1
make[1]: Leaving directory `/usr/src/installed/streamfactory/streamfactory'
make: *** [all] Error 2
adding:
#include <vector.h>
to modules.cpp solves this problem but by executing streamfactory i get
> streamfactory
streamfactory: error while loading shared libraries: libqt.so.2: cannot open shared object file: No such file or directory
but libqt.so.2 exist in /usr/local/qt/lib/
greetings
MW