Debian 8 "Jessie" was published.

2015-04-25 Thread Shlomi Fish
Hi all, Debian 8 "Jessie" has been published yesterday/today: * http://lwn.net/Articles/641875/ * http://linux.slashdot.org/story/15/04/26/0322241/debian-8-jessie-released For the record, Jessie from Toy Story is http://pixar.wikia.com/Jessie . The previous major version of Debian was made avai

Re: Parsing compilation errors and automatic resolving

2015-04-25 Thread Rabin Yasharzadehe
I'm not much of a developer, but if the application you are trying to compile is a C/C++ program (i also used this method to find Perl missing library's), you can grep through all the .C/.h files for the '#include' lines and extract the needed library's which are needed for the application to run.

Re: Parsing compilation errors and automatic resolving

2015-04-25 Thread sara fink
Usually emerge, equery, revdep-rebuild (reverse depency rebuild) in gentoo offers how to solve a problem. But I guess you don't use gentoo. Maybe as a workaround you can use these tools to search on the web and see all the dependencies that are needed. Maybe a little out of scope suggestion see t