Search found 3 matches
- Thu Apr 08, 2010 10:08 pm
- Forum: MakeMKV for Linux
- Topic: ubuntu 9.10 help
- Replies: 17
- Views: 44213
Re: ubuntu 9.10 help
Sorry to see you guys are having problems. I managed to install in Xubuntu 9.10 (Ubuntu with XFCE desktop) first time with no errors using the superuser account. Got an error about file access when trying to compile as my regular account though. Rips dvds great, havent tried blu-ray though. The mac ...
- Mon Aug 10, 2009 2:57 pm
- Forum: MakeMKV for Linux
- Topic: Fedora 11 Build Errors
- Replies: 9
- Views: 27418
Re: Fedora 11 Build Errors
Thanks for the suggestions. I downloaded the OpenSSL source and copied the missing headers into my openssl folder.
However I now get the following error upon compilation
In file included from libabi/src/ossl.c:23:
/usr/include/openssl/ec.h:78:2: error: #error EC is disabled.
In file included from ...
However I now get the following error upon compilation
In file included from libabi/src/ossl.c:23:
/usr/include/openssl/ec.h:78:2: error: #error EC is disabled.
In file included from ...
- Sat Aug 08, 2009 10:53 am
- Forum: MakeMKV for Linux
- Topic: Fedora 11 Build Errors
- Replies: 9
- Views: 27418
Fedora 11 Build Errors
Im having problems building the OSS package on Fedora 11.
The first error refers to the rand function being unavailble. This can be fixed by adding
#include <cstdlib>
to libmakemkv/src/world.cpp
This fix was found in the following thread, thanks.
http://www.makemkv.com/forum2/viewtopic.php?f=3 ...
The first error refers to the rand function being unavailble. This can be fixed by adding
#include <cstdlib>
to libmakemkv/src/world.cpp
This fix was found in the following thread, thanks.
http://www.makemkv.com/forum2/viewtopic.php?f=3 ...