
Qtparted
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
QTParted is a Partition Magic clone to graphically manipulate partitions written in C++ using the Qt toolkit.It depends upon libparted, which can be obtained from http://www.gnu.org/software/parted .
(BTW, iam not the author of Qtparted. I just added an entry here cos its long due!!!)
15 years ago
Several bugs have been fixed and parts of the code have been cleaned up.
15 years ago
Several bugs have been fixed and parts of the code have been cleaned up.
cavendish
14 years ago
They provided a livecd and live-usb.
Report
bugmenot
14 years ago
Report
megalex
15 years ago
/bin/sh: -c: line 0: syntax error near unexpected token `then'
/bin/sh: -c: line 0: `/usr/lib/qt3/bin/uic -L -nounload -i qp_ui_config.h /tmp/kompile-tmp/qtparted-0.4.5/src/qp_ui_config.ui > ./src/qp_ui_config.cpp ; ret=$? if test "$ret" = 0; then echo '#include "qp_ui_config.moc"' >> ./src/qp_ui_config.cpp; else rm -f ./src/qp_ui_config.cpp; exit $ret; fi'
Error creating ./src/qp_ui_config.cpp. Exit status 2.
make: *** [all] Error 2
Error during source build. Installation aborted!
Report
ibc
15 years ago
Report
Superstoned
15 years ago
Report
SWaN
15 years ago
creating ./src/qp_ui_config.h
...
...
creating ./src/qp_ui_config.cpp
/bin/sh: -c: line 0: syntax error near unexpected token `then'
/bin/sh: -c: line 0: `/usr/lib/qt/bin/uic -L -nounload -i qp_ui_config.h /home/giancarlo/Download/qtparted-0.4.5/src/qp_ui_config.ui > ./src/qp_ui_config.cpp ; ret=$? if test "$ret" = 0; then echo '#include "qp_ui_config.moc"' >> ./src/qp_ui_config.cpp; else rm -f ./src/qp_ui_config.cpp; exit $ret; fi'
Error creating ./src/qp_ui_config.cpp. Exit status 2.
If anyone here could give me a hint, I would be grateful!
Report
xarafaxz
15 years ago
Add ";" before "if test" . and repeat until done :(
Example
/usr/lib/qt/bin/uic -L -nounload -i qp_ui_config.h /home/giancarlo/Download/qtparted-0.4.5/src/qp_ui_config.ui > ./src/qp_ui_config.cpp ; ret=$? ; if test "$ret" = 0; then echo '#include "qp_ui_config.moc"' >> ./src/qp_ui_config.cpp; else rm -f ./src/qp_ui_config.cpp; exit $ret; fi
Report
AndrewJ
15 years ago
__________________________________________________________________________________________________
XANO0OEAN36:~/Downloads/qtparted-0.4.5/qtparted-0.4.5$ make
WARNING: use unsermake instead of make or use a wrapper script, e.g. makeobj!!!
/usr/share/unsermake/unsermake all
make: /usr/share/unsermake/unsermake: Command not found
make: *** [all] Error 127
__________________________________________________________________________________________________
So, I found unsermake, and installed it, but still no go:
___________________________________________
Traceback (most recent call last):
File "", line 1, in ?
ImportError: No module named unsermake
___________________________________________
It seems kinda weird to require this...was it intentional?
Report
pinaraf
16 years ago
It's the only thing I need to use it !
Report
sharon63
17 years ago
But it can be downloaded from its makers site at http://members.optusnet.com.au/clausen/parted-1.6.6.tar.gz
and the project homepage being at
http://www.gnu.org/software/parted/
although you can't download it from there!
Hope this helps.
Report
sarath
17 years ago
Report