You also have to install all other fstools (xfsprogs, jfsutils, ntfsprogs,
progsreiserfs, ...) in order to have support for your favorite file system.
Before running ./configure, check your QTDIR environment variable. It defines your Qt directory.
("env | grep QTDIR" give you the current value). If it's not well defined, redefine this
variable with a command like this: "export QTDIR=/usr/qt/3-embedded/ ; ./configure"
If you want to use the Qt-embedded version instead of Qt-x11, you must add an option to
configure: "./configure --enable-embedded".
Qt-3.0 or better is required for compiling QtParted, but Qt-3.3 is recommended. If you
have compilation problems, please visit the
forums.
You may have the following error:
configure: error: *** uuid library (libuuid) not found
Uuid is a library included as a part of e2fsprogs. It's required for parted and QtParted. On Ark Linux and similar distributions, install the e2fsprogs-devel package.
On other distributions, you may have to install e2fsprogs by compiling sources:
./configure --prefix=/usr ; make ; make install ; make install-libs