Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - neobit

Pages: [1]
1
Yes, thank you so much for your help!

2
Now I have an error at line 139, in build_ffmpeg.sh file:

{ echo "$args" | xargs "${temporary_ffmpeg_dir}/configure"; }

xargs command not found ( I run make from bash like you said )

The first problem was solved, I have H:/ partition, so the script have only from C to G.

Thanks so much for your help.

-------------------------------------------------------------------------------------------

Solved, my MSYS version was so old, so I downloaded a new version from here :

http://sourceforge.net/projects/mingwbuilds/files/External%20binary%20packages/

Thanks again for all your help

3
I really don't understand something,  I done like it's said in the tutorial from your website. CMake GUI generates a makefile. If I try to run this file from bash it will not work, because CMake GUI generates a Windows style makefile, that contains Windows PATH's. What should I do? It's the first time I used this.

Thanks for all your help.

4
I have a little problem while I tryed to compile the source code. I used the source code from https://github.com/Yalir/sfeMovie/zipball/v1.0 and I got this error:

Linking CXX shared library libsfeMovie.dll
C:/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../../mingw32/bin/ld.exe: cannot fin
d -lavdevice
C:/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../../mingw32/bin/ld.exe: cannot fin
d -lavformat
C:/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../../mingw32/bin/ld.exe: cannot fin
d -lavcodec
C:/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../../mingw32/bin/ld.exe: cannot fin
d -lavutil
C:/MinGW/bin/../lib/gcc/mingw32/4.9.2/../../../../mingw32/bin/ld.exe: cannot fin
d -lswscale
collect2.exe: error: ld returned 1 exit status
CMakeFiles\sfeMovie.dir\build.make:226: recipe for target 'libsfeMovie.dll' fail
ed
mingw32-make[2]: *** [libsfeMovie.dll] Error 1
CMakeFiles\Makefile2:62: recipe for target 'CMakeFiles/sfeMovie.dir/all' failed
mingw32-make[1]: *** [CMakeFiles/sfeMovie.dir/all] Error 2
Makefile:115: recipe for target 'all' failed
mingw32-make: *** [all] Error 2

Pages: [1]
anything