VRT-onderzoek-en-innovatie / HTTP-Live-Stream-Segmenter

A segmenting tool to split up various file formats into chunks for use with Apple's HTTP Live Stream format
Other
13 stars 5 forks source link

Compilation fails on Ubuntu 12.04 LTS #3

Open djoos opened 12 years ago

djoos commented 12 years ago

Hi,

previously we've rolled out Ubuntu 10.04LTS encoding servers with http-live-stream-segmenter and that all worked like a charm. Now, we've recently started to look into setting up new, Ubuntu 12.04 LTS (64-bit), servers.

After... ./configure make ...we get the following error: "make all-recursive make[1]: Entering directory /var/cache/chef/http-live-stream-segmenter' Making all in src make[2]: Entering directory/var/cache/chef/http-live-stream-segmenter/src' g++ -DHAVE_CONFIGH -I. -I.. -DSEGMENTER=ByteCount -include "Segmenter/ByteCount.hpp" -g -O2 -MT ByteCount-main.o -MD -MP -MF .deps/ByteCount-main.Tpo -c -o ByteCount-main.o test -f 'main.cpp' || echo './'main.cpp main.cpp: In function âint main(int, char*)â: main.cpp:180:17: error: âcryptomoduleâ was not declared in this scope make[2]: ** [ByteCount-main.o] Error 1 make[2]: Leaving directory /var/cache/chef/http-live-stream-segmenter/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory/var/cache/chef/http-live-stream-segmenter' make: *\ [all] Error 2"

We can't spot anything obvious in the C++ code though. It would be great if you could have a look/give us some feedback...

Thanks in advance for your help!

Kind regards, David

djoos commented 12 years ago

Hi,

I've just opened a PR - https://github.com/VRT-onderzoek-en-innovatie/HTTP-Live-Stream-Segmenter/pull/4, which is a suggested fix for this issue...

Kind regards, David