SparkyLinux Forums

Software & hardware support => Newbie questions => Topic started by: one23 on October 17, 2014, 11:13:30 PM

Title: [SOLVED] Unable to install Parcellite 1.1.9 from source
Post by: one23 on October 17, 2014, 11:13:30 PM
I was wondering why it was impossible to install Parcellite 1.1.9 from source (earlier version suffer from nasty bug which disallows you to clean the history).  After executing

./configure

terminal was spitting out


configure: error: Package requirements (gtk+-2.0 >= 2.10.0) were not met:

No package 'gtk+-2.0' found


I had no problem with using deb package though
Title: Re: Unable to install Parcellite 1.1.9 from source
Post by: pavroo on October 18, 2014, 12:03:09 AM
It should be 'libgtk2.0-dev' package missing.
Get it via Synaptic and try again.
Title: Re: Unable to install Parcellite 1.1.9 from source
Post by: pavroo on October 18, 2014, 01:10:58 AM
If parcellite 1.1.9 is fixed you can install it from sid repository without compiling from source.
Title: Re: Unable to install Parcellite 1.1.9 from source
Post by: one23 on October 18, 2014, 11:12:32 AM
Installing libgtk2.0-dev did resolve dependency issue and  could compile the program from source.

Just out of curiosity, why deb package was installed without libgtk2.0-dev being installed first? Is it something to do with the way that deb package installer handles package dependencies?
Title: Re: [SOLVED] Unable to install Parcellite 1.1.9 from source
Post by: pavroo on October 18, 2014, 11:47:55 AM
It simple - if you'd like to compile something you need 'dev' libs.
If you install 'deb' package you don't need 'dev' just normal libs.
Title: Re: [SOLVED] Unable to install Parcellite 1.1.9 from source
Post by: one23 on October 21, 2014, 10:56:07 PM
Got it now. Thanks pavroo  :D