I must be doing something wrong - I'm not normally someone who compiles things - so I followed the instructions as set out in the locked admin notice
but, even though all the dependencies were downloaded and appeared to install, the "make -f makefile.linux" command doesn't work - I get all kinds of errors and warnings till finally it dies with an [Error 1] code
so, now what do I do - this sounds like a great program - but, not being able to get past the first step is a bit of a bummer.
Help
make instructions don't seem to work on Ubuntu 9.10 - so
-
- Posts: 6
- Joined: Thu Mar 25, 2010 6:27 pm
Re: make instructions don't seem to work on Ubuntu 9.10 - so
Hi, please post the console output
http://paste.debian.net/
http://paste.debian.net/
-
- Posts: 6
- Joined: Thu Mar 25, 2010 6:27 pm
Re: make instructions don't seem to work on Ubuntu 9.10 - so
Well first I'm getting the following errors just simply installing all the dependencies -with Hash Sum mismatch errors:
http://paste.debian.net/65988
http://paste.debian.net/65988
Re: make instructions don't seem to work on Ubuntu 9.10 - so
Hi again, this is good news! Likely you dont have dependencies installed because its trying to fetch from the CD and not ubuntu online repo
Please post the output of your APT sources.list, it should be in /etc/apt/sources.list
Please post the output of your APT sources.list, it should be in /etc/apt/sources.list
Code: Select all
cat /etc/apt/sources.list
-
- Posts: 6
- Joined: Thu Mar 25, 2010 6:27 pm
Re: make instructions don't seem to work on Ubuntu 9.10 - so
comment out cd-rom line with '#' with sudo nano sources.list, or your favorite editor.
then do
then try to install makemkv dependencies again
then do
Code: Select all
sudo apt-get update
sudo apt-get upgrade
-
- Posts: 6
- Joined: Thu Mar 25, 2010 6:27 pm
Re: make instructions don't seem to work on Ubuntu 9.10 - so
this worked great - thanks!
now for a serious question how do I get a nice entry in the Applications menu (Sound and Video preferably)
now for a serious question how do I get a nice entry in the Applications menu (Sound and Video preferably)
Re: make instructions don't seem to work on Ubuntu 9.10 - so
Awesome, I thought that might be the issue! weird that it was trying to fetch from cdrom though...
also do
to get rid of unneeded dependencies
menu items depends on the desktop your using, gnome, kde, xfce... if using gnome:
First i think ubuntu has a built in menu editor, but you can create one on manually too:
in this folder:
"/usr/share/applications" create a file <appname>.desktop
More information about menus: http://library.gnome.org/devel/menu-spec/
also do
Code: Select all
sudo apt-get autoremove
menu items depends on the desktop your using, gnome, kde, xfce... if using gnome:
First i think ubuntu has a built in menu editor, but you can create one on manually too:
in this folder:
"/usr/share/applications" create a file <appname>.desktop
Code: Select all
[Desktop Entry]
Name=MakeMKV
Comment=MakeMKV 1.5.2
Type=Application
Exec=/usr/bin/makemkv
Icon=<URI>.png
Terminal=false
Categories=AudioVideo
Last edited by skittle on Tue Mar 30, 2010 1:49 am, edited 1 time in total.
-
- Posts: 6
- Joined: Thu Mar 25, 2010 6:27 pm
Re: make instructions don't seem to work on Ubuntu 9.10 - so
Thanks again - simple question though -I know what URI means, but what does it mean -that I have to put in a web URI or a local file system URI - I'm guessing a local file system URIand, does the icon have to be some predetermined size? I found an icon that was 180px x 180px - that seems large
Re: make instructions don't seem to work on Ubuntu 9.10 - so
a local image, you can put it /usr/share/icons or /usr/share/pixmaps or wherever you want
icons will be resized to your desktop settings
icons will be resized to your desktop settings
-
- Posts: 6
- Joined: Thu Mar 25, 2010 6:27 pm
Re: make instructions don't seem to work on Ubuntu 9.10 - so
Thanks again - all done!
You've been a phenomenal help. Thanks greatly.
You've been a phenomenal help. Thanks greatly.