EkaLestari / xuggle

Automatically exported from code.google.com/p/xuggle
0 stars 0 forks source link

Building captive sources fail #280

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Are there build instructions? If so, where? Strange that there would be no 
build instructions  or relevant README. Maybe I just can not find it.

As a result I am having a problem knowing what to build in what order. ffmpeg 
gets the build error described below.

What steps will reproduce the problem?
1. cd to java/xuggle-xuggler/captive
2. Make
3. build of ffmpeg failes. See the output below.

What is the expected output? What do you see instead?

Expected: No error

I saw:

Making all in ffmpeg
Incarcerated package configured: .
Incarcerating package . to fake 
DESTDIR=/Users/xxx/projects/xuggler/java/xuggle-xuggler/captive
Makefile:2: config.mak: No such file or directory
Makefile:43: /common.mak: No such file or directory
Makefile:80: /libavutil/Makefile: No such file or directory
Makefile:146: /doc/Makefile: No such file or directory
Makefile:147: /tests/Makefile: No such file or directory
make[2]: *** No rule to make target `/tests/Makefile'.  Stop.
Out of date files; re-running make
Makefile:2: config.mak: No such file or directory
Makefile:43: /common.mak: No such file or directory
Makefile:80: /libavutil/Makefile: No such file or directory
Makefile:146: /doc/Makefile: No such file or directory
Makefile:147: /tests/Makefile: No such file or directory
make[2]: *** No rule to make target `/tests/Makefile'.  Stop.
make[1]: *** [all-local] Error 2
make: *** [all-recursive] Error 1

What operating system and JVM version are you using.

MAC OSX10.6

Attach relevant log/output files.

Is there any "configure" I should be running to create all of these Makefiles?

Any help appreciated.

Original issue reported on code.google.com by jrs...@gmail.com on 23 Oct 2011 at 3:52

GoogleCodeExporter commented 8 years ago
Oh boy I'm in the same issue,
did you managed to solve it?

Original comment by mastermi...@gmail.com on 11 Dec 2011 at 5:12

GoogleCodeExporter commented 8 years ago
No, and I've given up on Xuggle. It appears the project is abandoned? I see
now there has been some activity the last several months, but where are the
original developers?

I was never able to rebuild ffmpeg. So I used the already built one. I was
able to get my code to run on MAC and Windows. But, on the Windows side the
seek function did not work - no matter what. There is definitely a problem
with seeking on Windows.

Also, on the MAC and Windows, playing HD video would pause every second, it
seemed the buffers were not large enough, even though I purposely made them
large.

All in all, I am very disappointed. If the project ever becomes actively
maintained again, I may start using it.

Right now I am forced to use the VLC player and talk to it over TCP/IP.

Let me know if you come up with a solution!

-Jon

Original comment by jrs...@gmail.com on 12 Dec 2011 at 6:59

GoogleCodeExporter commented 8 years ago
Fixed in 5.3

Original comment by art.cla...@gmail.com on 7 Apr 2012 at 5:40