Search found 6 matches

by vidcollector
Wed Sep 17, 2014 11:48 pm
Forum: MakeMKV for Linux
Topic: PCLOS Install
Replies: 8
Views: 15951

Re: PCLOS Install, Solved

Problem Solved

I had to add the path to the folder for moc
in my case /usr/lib/qt4/bin, using
PATH=$PATH\:/usr/lib/qt4/bin

Thanks for your help
by vidcollector
Wed Sep 17, 2014 2:00 am
Forum: MakeMKV for Linux
Topic: PCLOS Install
Replies: 8
Views: 15951

Re: PCLOS Install

Installed gcc-c++, now see error

make
which: no moc-qt4 in (/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/lib/kde4/libexec)
mkdir -p tmp
moc -o tmp/moc_mainwnd.cpp makemkvgui/src/mainwnd.h
make: moc: Command not found
Makefile:92: recipe for target 'tmp/moc ...
by vidcollector
Wed Sep 17, 2014 12:25 am
Forum: MakeMKV for Linux
Topic: PCLOS Install
Replies: 8
Views: 15951

Re: PCLOS Install

Thanks Woodstock,

I found that I can use Synaptic, to install the devel files required, just do a reload after opening, let Synaptic install new files, then search for libffmpeg-devel, mark for install, it will find dependencies, then install the files, I did a reboot, then ran ./configure with no ...
by vidcollector
Mon Sep 15, 2014 5:46 am
Forum: MakeMKV for Linux
Topic: PCLOS Install
Replies: 8
Views: 15951

Re: PCLOS Install

Further update,

I see an error requiring libavutil, I suspect the development version, so download that, that then requires

libSDL, this then requires libaa, download that, this then requires

libx11, this requires x11-proto-devel, download that, this then requires

libxua, this then requires ...
by vidcollector
Mon Sep 15, 2014 3:54 am
Forum: MakeMKV for Linux
Topic: PCLOS Install
Replies: 8
Views: 15951

Re: PCLOS Install

Thanks Woodstock, have installed libopebssl devel for PClos and also libexpexat1, but I now see an error

checking for expat.h... yes
checking for XML_ParserCreate in -lexpat... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ...
by vidcollector
Sun Sep 14, 2014 3:51 am
Forum: MakeMKV for Linux
Topic: PCLOS Install
Replies: 8
Views: 15951

PCLOS Install

Thanks for the forum and MakeMkv instruction.

I am using PCLOS on a ASUS G73SG, with 12 Gig Ram, and kernel 3.12.16 and openssl1.01i-1 pclos2014.

When I run the command ./confure as admin I see this errorr

checking zlib.h presence... yes
checking for zlib.h... yes
checking for compress2 in -lz ...