Menu

#15 Cannot build 0.4.5 source tarball using unsermake

open
nobody
None
5
2006-06-16
2006-06-16
Anonymous
No

Using the source tarball I have an error when running
unsermake:

(...)
compiling
/home/shawkat/Downloads/qtparted-0.4.5/src/qp_fswrap.cpp
g++ -DHAVE_CONFIG_H -I./src
-I/home/shawkat/Downloads/qtparted-0.4.5/src -I.
-I./src -I/usr/lib/qt3/include -I-I/usr/lib/qt3/include
-I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT
-fexceptions -Wall -Wno-deprecated -Wnon-virtual-dtor
-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -Wcast-align -Wconversion
-Wchar-subscripts -Wall -W -Wpointer-arith
-Wno-non-virtual-dtor -O2 -g -O2 -Wformat-security
-Wmissing-format-attribute -fno-exceptions
-fno-check-new -fno-common -c
/home/shawkat/Downloads/qtparted-0.4.5/src/qp_fswrap.cpp
-o ./src/qp_fswrap.o -Wp,-MD,./src/.deps/qp_fswrap.TUo
/home/shawkat/Downloads/qtparted-0.4.5/src/qp_fswrap.cpp:
In static member function ‘static QString
QP_FSFat32::_get_label(PedPartition*)’:
/home/shawkat/Downloads/qtparted-0.4.5/src/qp_fswrap.cpp:1005:
error: ‘PED_SECTOR_SIZE’ was not declared in this scope
/home/shawkat/Downloads/qtparted-0.4.5/src/qp_fswrap.cpp:1008:
error: ‘buffer’ was not declared in this scope
/home/shawkat/Downloads/qtparted-0.4.5/src/qp_fswrap.cpp:
In static member function ‘static QString
QP_FSNtfs::_get_label(PedPartition*)’:
/home/shawkat/Downloads/qtparted-0.4.5/src/qp_fswrap.cpp:1077:
warning: unused variable ‘qwTotalSectorsCount’
/home/shawkat/Downloads/qtparted-0.4.5/src/qp_fswrap.cpp:
In static member function ‘static QString
QP_FSFat32::_get_label(PedPartition*)’:
/home/shawkat/Downloads/qtparted-0.4.5/src/qp_fswrap.cpp:1019:
warning: control reaches end of non-void function
Error creating ./src/qp_fswrap.o. Exit status 1.

Discussion


Log in to post a comment.