LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   qtparted.... problems with make (https://www.linuxquestions.org/questions/linux-software-2/qtparted-problems-with-make-245979/)

hobz 10-22-2004 10:48 AM

qtparted.... problems with make
 
After several problems with ./configure I succeeded , then I started the make part I am woking on it for 2 hours now with no success yet although I have installed all the requested package
here is what i get



/bin/sh ../libtool --silent --mode=link g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -g -O2 -fno-exceptions -fno-check-new
-o qtparted -lreiserfs -L/usr/lib/qt-3.1/lib -L/usr/X11R6/lib -L/usr/lib/qt-3.1/lib -lreiserfs -lparted -ldl -luuid main.o qp_dlgabout.o qp_dlgconfig.o qp_dlgcreate.o qp_dlgformat.o qp_dlgresize.o qp_dlgprogress.o qp_dlgdevprop.o qp_drivelist.o qp_devlist.o qp_libparted.o qp_partlist.o qp_splash.o qp_actlist.o qp_extended.o qp_listchart.o qp_partition.o qp_partwidget.o qp_diskview.o qp_window.o qp_combospin.o qp_exttools.o qp_listview.o qp_settings.o qp_common.o qp_filesystem.o qp_navview.o qp_fswrap.o qp_sizepart.o qp_spinbox.o qp_debug.o statistics.o qp_ui_config.o qp_ui_create.o qp_ui_format.o qp_ui_progress.o qp_ui_resize.o qp_ui_devprop.o qp_listchart.moc.o qp_libparted.moc.o qp_drivelist.moc.o qp_partwidget.moc.o qp_diskview.moc.o qp_settings.moc.o qp_dlgconfig.moc.o qp_dlgprogress.moc.o qp_dlgabout.moc.o qp_navview.moc.o qp_splash.moc.o qp_dlgcreate.moc.o qp_partition.moc.o qp_sizepart.moc.o qp_partlist.moc.o qp_dlgresize.moc.o qp_dlgdevprop.moc.o qp_window.moc.o qp_fswrap.moc.o qp_spinbox.moc.o qp_combospin.moc.o qp_listview.moc.o qp_dlgformat.moc.o qp_actlist.moc.o qp_extended.moc.o -ldl -lparted -lqt-mt -lpng -lz -lm -lXext -lX11 -lSM -lICE -lpthread -lreiserfs -lparted -ldl -luuid
make[3]: Leaving directory `/root/Desktop/qtparted-0.4.4/src'
make[2]: Leaving directory `/root/Desktop/qtparted-0.4.4/src'
Making all in data
make[2]: Entering directory `/root/Desktop/qtparted-0.4.4/data'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/Desktop/qtparted-0.4.4/data'
Making all in ts
make[2]: Entering directory `/root/Desktop/qtparted-0.4.4/ts'
lupdate -verbose ../src/*.cpp ../src/*.h ../src/*.ui -ts qtparted_cs.ts
Updating 'qtparted_cs.ts'...
226 known, 0 new and 0 obsoleted messages
lrelease qtparted_cs.ts
lupdate -verbose ../src/*.cpp ../src/*.h ../src/*.ui -ts qtparted_de.ts
Updating 'qtparted_de.ts'...
226 known, 0 new and 0 obsoleted messages
lrelease qtparted_de.ts
lupdate -verbose ../src/*.cpp ../src/*.h ../src/*.ui -ts qtparted_es.ts
Updating 'qtparted_es.ts'...
226 known, 0 new and 0 obsoleted messages
lrelease qtparted_es.ts
lupdate -verbose ../src/*.cpp ../src/*.h ../src/*.ui -ts qtparted_fr.ts
Updating 'qtparted_fr.ts'...
226 known, 0 new and 0 obsoleted messages
lrelease qtparted_fr.ts
lupdate -verbose ../src/*.cpp ../src/*.h ../src/*.ui -ts qtparted_it.ts
Updating 'qtparted_it.ts'...
226 known, 0 new and 0 obsoleted messages
lrelease qtparted_it.ts
lupdate -verbose ../src/*.cpp ../src/*.h ../src/*.ui -ts qtparted_pl.ts
Updating 'qtparted_pl.ts'...
226 known, 0 new and 0 obsoleted messages
lrelease qtparted_pl.ts
lupdate -verbose ../src/*.cpp ../src/*.h ../src/*.ui -ts qtparted_ru.ts
Updating 'qtparted_ru.ts'...
226 known, 0 new and 0 obsoleted messages
lrelease qtparted_ru.ts
lupdate -verbose ../src/*.cpp ../src/*.h ../src/*.ui -ts qtparted_ua.ts
Updating 'qtparted_ua.ts'...
226 known, 0 new and 0 obsoleted messages
lrelease qtparted_ua.ts
lupdate -verbose ../src/*.cpp ../src/*.h ../src/*.ui -ts qtparted_ca.ts
Updating 'qtparted_ca.ts'...
226 known, 0 new and 0 obsoleted messages
lrelease qtparted_ca.ts
make[2]: Leaving directory `/root/Desktop/qtparted-0.4.4/ts'
Making all in doc
make[2]: Entering directory `/root/Desktop/qtparted-0.4.4/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/Desktop/qtparted-0.4.4/doc'
make[2]: Entering directory `/root/Desktop/qtparted-0.4.4'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/root/Desktop/qtparted-0.4.4'
make[1]: Leaving directory `/root/Desktop/qtparted-0.4.4'
[root@Ehab qtparted-0.4.4]#

Can any body help me ?

teval 10-22-2004 10:52 AM

That's fine, it did compile correctly. You'd know if it didn't because it would have said something along the lines of make error.

make[2]: Entering directory `/root/Desktop/qtparted-0.4.4'
make[2]: Nothing to be done for `all-am'.

Simply means, "Hey, I'm done with this, I have nothing to do here, NEXT!"

A make install as root will complete it.

ToniT 10-22-2004 10:53 AM

That looks like a success for me.

hobz 10-22-2004 12:56 PM

guys u are right it works after I have upgraded parted from 1.6.3 to 1.6.9
thanx for help


All times are GMT -5. The time now is 07:22 AM.