On 04.09.2012 22:58, Michael C. Robinson wrote:
> I finally got X to work and the /dev/pts won't mount issue solved.
> Turns out, I needed to start udev.
>
> I installed cmake, but qtparted fails on make:
>
> ...qp_libparted.cpp: In member function 'int
> QP_LibParted::get_filesystem(QP_FileSystem*)':
> ...'PedFileSystemOps' has no member named 'create'
>                                             'resize'
>                                             'copy'
>                                             'copy'
>
> I suspect that there is a problem because my Qt-4 installation is
> under /usr/opt/qt-4.8.2.
>
> Since this is C++ code, one problem could be that the header files
> aren't getting found.
>
> Has anyone else tried to get qtparted to install only to run into make
> errors at the compile stage?
>

I've built qtparted 0.6.0 without any problems. Just cmake . && make did 
the job. You can use cmake -DCMAKE_INSTALL_PREFIX=/usr . && make if you 
want to install it into /usr
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to