LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   gnome-disk-utility-0.4: building with the source (https://www.linuxquestions.org/questions/linux-software-2/gnome-disk-utility-0-4-building-with-the-source-791200/)

NicAx64 02-24-2010 03:18 AM

gnome-disk-utility-0.4: building with the source
 
hi all, I downloaded the gnome-disk-utility-0.4.tar.bz and
unbunzip it and untar it.
And ./configure runs well. And I get no Makefile in the directory.
And when I hit make it gives this error message.

Code:

bt gnome-disk-utility-0.4 # make
make: *** No targets specified and no makefile found.  Stop.
bt gnome-disk-utility-0.4 #

But there is a Makefile.in and Makefile.am , what should I do? It not sounds like working. :(.

Code:

bt gnome-disk-utility-0.4 # ls
AUTHORS      NEWS        config.guess*  configure.ac          gtk-doc.make        intltool-update.in  src/
COPYING      README      config.h.in    data/                help/                ltmain.sh*
INSTALL      TODO        config.log    depcomp*              install-sh*          missing*
Makefile.am  aclocal.m4  config.sub*    doc/                  intltool-extract.in  mkinstalldirs*
Makefile.in  autogen.sh*  configure*    gnome-doc-utils.make  intltool-merge.in    po/

I'm seeking for any idea from you.I'm using backtrack 3 and don't know how to fix this problem.and I had already read the INSTALL too and
did according to it's instructions.

--Thanks in advance--

knudfl 02-24-2010 05:58 PM

3 Attachment(s)
Quite a project ! I hope, you can use some of these notes.
Else : Google .. gnome-disk-utility ..

'configure' should end with these words :
Code:

        Maintainer mode:            no
        Building api docs:          yes
        Nautilus extension:        no

Are you quite sure, that configure did not say one of these :
= 1) ...4)
1) configure: error: gnome-doc-utils >= 0.3.2 not found
.... ( install gnome-doc-utils ).
2) No package 'unique-1.0' found ( install 'libunique' ).
3) No package 'libnotify' found ( install libnotify ).
4) No package 'DeviceKit-disks' found

install http://packages.ubunut.com/karmic/devicekit-disks
> > [devicekit-disks_007.orig.tar.gz] ( Links for .... )
Devicekit-disks depends on : a) libsgutils2
http://packages.ubunut.com/karmic/libsgutils2-dev
> > [sg3-utils_1.27.orig.tar.gz]
b) libgudev-1.0
http://packages.ubunut.com/karmic/libgudev-1.0-dev
[udev_147~-6.tar.gz] Suggest: Do not install to a system path.
May trash the default udev handling.
./configure --prefix=/usr/local/gudev/
"udev_147" → dependencies = usbutils libeggdbus gperf
c) "polkit-gobject" > libpolkit
d) libparted
e) libatasmart
f) libudev >= 142 ! → But you can do this :
export LD_LIBRARY_PATH=/usr/local/gudev/lib
.....
Most files refer to Ubuntu. Wasn't aware that BackTrack3 is Slax.

'gnome-disk-utility-2.28.1': make worked.
( version 0.4 or version 2.29.90 : errors.)
export LD_LIBRARY_PATH=/usr/local/gudev/lib
./configure --enable-gtk-doc=no
.....


All times are GMT -5. The time now is 05:11 AM.