smet
2nd April 2008, 18:51
Finally got it configured on Ubuntu Gutsy.... was missing some packages, especially libgstreamer-plugins-base0.10-dev and the circular_buffer thingy....
Got it configured with this:
./configure --with-boost-includedir-path=/usr/include --with-boost-lib-name=boost_thread-gcc41-mt-1_34_1
All packages are from Ubuntu Gutzy, excerpt the circular_buffer. That doesn't seem to exist. Found a download in this thread...
...but I also end up with:
make: *** [parser/grammar/statement.o] Error 1
in ../../src/parser/grammar/statement.cpp:198
Funny thing is, that this is the second last line of the file, and there is nothing on that line....
Further investigations turned out (I believe) that the problem is somehow in line 165 of src/parser/grammar/statement.cpp
bind(&action::Check::TRecurseAllowed)(! self.termRecInfo)
It is, as far as I can figure out, some trouble with the "!" (negation?) of self.termRecInfo. Boost can't figure out how to convert this (tuple?) into a boolean, so it can negate it...
I'm very rusty in my C++, so any help would be greatly appreciated!!!
Please help us! Please someone start up this one again... I was sad to find this:
Q5) How many developers are working on it?
None. The progress is stalled for a while now, and at the moment there is no hope for improvement. So if you want to help, drop a note here or at IRC.
here: http://avisynth.org/mediawiki/AviSynth_v3#Q5.29_How_many_developers_are_working_on_it.3F
/smet
P.S. Please help us!!! We need this on linux!
P.P.S. If I remove the "!" in line 165 (mentioned above) `make` is fine, but even I don't believe that's a solution ;)
Got it configured with this:
./configure --with-boost-includedir-path=/usr/include --with-boost-lib-name=boost_thread-gcc41-mt-1_34_1
All packages are from Ubuntu Gutzy, excerpt the circular_buffer. That doesn't seem to exist. Found a download in this thread...
...but I also end up with:
make: *** [parser/grammar/statement.o] Error 1
in ../../src/parser/grammar/statement.cpp:198
Funny thing is, that this is the second last line of the file, and there is nothing on that line....
Further investigations turned out (I believe) that the problem is somehow in line 165 of src/parser/grammar/statement.cpp
bind(&action::Check::TRecurseAllowed)(! self.termRecInfo)
It is, as far as I can figure out, some trouble with the "!" (negation?) of self.termRecInfo. Boost can't figure out how to convert this (tuple?) into a boolean, so it can negate it...
I'm very rusty in my C++, so any help would be greatly appreciated!!!
Please help us! Please someone start up this one again... I was sad to find this:
Q5) How many developers are working on it?
None. The progress is stalled for a while now, and at the moment there is no hope for improvement. So if you want to help, drop a note here or at IRC.
here: http://avisynth.org/mediawiki/AviSynth_v3#Q5.29_How_many_developers_are_working_on_it.3F
/smet
P.S. Please help us!!! We need this on linux!
P.P.S. If I remove the "!" in line 165 (mentioned above) `make` is fine, but even I don't believe that's a solution ;)