Log in

View Full Version : Avisynth 3.0 for Linux


Pages : 1 2 3 [4]

Kurtnoise
19th October 2007, 09:31
nope...

dk75
19th October 2007, 17:47
on the other hand I have this:

../../src/linker/external/plugin.cpp:30:37: error: boost/filesystem/path.hpp: No such file or directory
../../src/linker/external/plugin.cpp:31:43: error: boost/filesystem/operations.hpp: No such file or directory
make: *** [linker/external/plugin.o] Błąd 1

the thing is that I have these files in "/usr/local/include/boost-1_33_1/" and "configure" recognize boost lib and includes.

=A=RGOS
5th January 2008, 11:06
Hello all,

I solve the problem of boost library :-).
On Ubuntu Gusty AMD64.

After the bootstrap execution a have modified the configure file with the value of BOOST_VERSION_MINOR are "34" and not "33" because my version of libboost is 1.34.
After I have specified the name of boost_thread :

./configure --with-boost-lib-name=boost_thread-gcc41-mt-1_34_1

Bye,

sl1pkn07
7th January 2008, 08:09
thanks man!

liquidator87
27th February 2008, 19:52
I'm not able to compile...
Here's my command-line:
--with-boost-lib-name=boost_thread-gcc41-mt-1_34_1 --with-boost-includedir-path=/usr/include/boost --with-boost-libdir-path=/usr/lib

boost is into /usr/include/boost and the version is 1_34_1

=A=RGOS
28th February 2008, 10:15
Hello,

I'm run on Ubuntu Hardy AMD64 (it's an alpha version).

The GCC version is very important for libboost.
Now I have a GCC v4.2 and my boost lib name for avisynth is boost_thread-gcc42-mt-1_34_1

1. Install circular_buffer
2. run in build/linux/ the script ./bootstrap.sh
3. Modify configure file and replace BOOST_VERSION_MINOR="33" by BOOST_VERSION_MINOR="34"
4. ./configure --with-boost-lib-name=boost_thread-gcc42-mt-1_34_1
5. And run make

But I have a compilation error on "parser/grammar/statement.cpp" :confused:

bye...

sl1pkn07
28th February 2008, 16:30
But I have a compilation error on "parser/grammar/statement.cpp" :confused:

bye...


+1

greetings

liquidator87
28th February 2008, 19:19
Another one here...

shevegen
12th March 2008, 17:22
Hey d'Oursse

still alive? :-)

I really hope that Avisynth wont stop development. Longer breaks are fine as long as the devs dont want to stop developing Avisynth :)

At least on windows it still seems to have many people using it

pprovost
13th March 2008, 01:39
But I have a compilation error on "parser/grammar/statement.cpp" :confused:

bye...

Same error here.

Wintershade
22nd January 2009, 00:29
any news?
don't tell me Avisynth is discontinued... :(

nm
22nd January 2009, 00:44
http://forum.doom9.org/showthread.php?p=1235933#post1235933