I'M getting the follwoing error when I run make for the handbrake program.

fribidi -lpthread -ldl -lm -Wl,--end-group
/bin/mkdir -p gtk
set -e; cd ../gtk/; NOCONFIGURE=1 ./autogen.sh

**Error**: You must have `intltool' installed.
You can get it from:
  ftp://ftp.gnome.org/pub/GNOME/

**Error**: You must have `glib' installed.
You can get it from: ftp://ftp.gtk.org/pub/gtk
make: *** [gtk/.stamp.configure] Error 1

This is what I get ohen I try to get glib

garrett@mint-desktop ~ $ sudo apt-get install glib
[sudo] password for garrett: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package glib
garrett@mint-desktop ~ $ 

Any ideas? Thanks.

I haven't used Mint in a long while, so I don't know the exact name for this package. But try running the following command and see what results it lists: apt-cache search libglib
The libglib package usually has the version number appended after it, so see what the above command lists for you and download/install the latest version using apt-get.

The intltool package should also be in the repos, so an apt-get install should solve that one too!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.