Memyandi42 / gnome-menu-file-browser-applet

Automatically exported from code.google.com/p/gnome-menu-file-browser-applet
0 stars 0 forks source link

Cannot install from source #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download and extract 0.6 to someplace such as /usr/local/src
2. open terminal inside the extracted folder 'file-browser-applet-0.6.0'
3. run 'sudo make'

What is the expected output? What do you see instead?
It reports "make: *** No targets specified and no makefile found. Stop."

What version of the product are you using? On what operating system?
LinuxMint Felicia (based on Ubuntu Intrepid)

Please provide any additional information below.
Apologies if I'm being an idiot. I'm not sure if I extracted the source
package in the right place, and I'm assuming that "project's root
directory" means inside the "file-browser-applet-0.6.0" folder.

Original issue reported on code.google.com by timvasby...@gmail.com on 17 Jan 2009 at 3:52

GoogleCodeExporter commented 9 years ago
Sorry, I am an idiot.  I don't have gio-2.0 installed, hence the output:
-- checking for modules 
'gtk+-2.0>=2.14;gio-unix-2.0;libpanelapplet-2.0;libglade-2.0'
--   package 'gtk+-2.0>=2.14' not found
--   package 'gio-unix-2.0' not found
--   package 'libpanelapplet-2.0' not found
--   package 'libglade-2.0' not found
CMake Error at /usr/share/cmake-2.6/Modules/FindPkgConfig.cmake:270 (message):
  A required package was not found

To be honest, I was trying to install 0.6 because, as of a few days ago,
file-browser-applet 0.5.9-1 locks up the whole system when I try to open my 
external
hard drive.  I have added over 1000 files to it recently, so this may be the 
same as
issue 52. That said, there are only 39 files in the top level directory (but 
over
20,000 in the whole hard drive).

Original comment by timvasby...@gmail.com on 17 Jan 2009 at 4:13

GoogleCodeExporter commented 9 years ago
OK, it looks like you are missing the dev (development) packages of gtk+, gio, 
etc.
Installing libpanelapplet-2.0-dev and libglade-2.0-dev should pull in everything
else. Also, if you're distro is a Ubuntu derivative, it'll probably be easier 
to get
the dev from https://launchpad.net/file-browser-applet

Original comment by bertol...@gmail.com on 17 Jan 2009 at 11:11

GoogleCodeExporter commented 9 years ago
Assuming this sorted itself out...

Original comment by bertol...@gmail.com on 17 Apr 2009 at 2:38