We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I' am trying to build the patch parted on my ubuntu and it keeps error. This is the end of the window make[1]: Leaving directory `/home/bigfella/parted/parted-1.8.8/po' Making install in lib make[1]: Entering directory `/home/bigfella/parted/parted-1.8.8/lib' make install-am make[2]: Entering directory `/home/bigfella/parted/parted-1.8.8/lib' make[3]: Entering directory `/home/bigfella/parted/parted-1.8.8/lib' test yes != no || /bin/bash /home/bigfella/parted/parted-1.8.8/build-aux/install-sh -d /usr/local/lib if test -f /usr/local/lib/charset.alias; then \ sed -f ref-add.sed /usr/local/lib/charset.alias > /usr/local/lib/charset.tmp ; \ /usr/bin/install -c -m 644 /usr/local/lib/charset.tmp /usr/local/lib/charset.alias ; \ rm -f /usr/local/lib/charset.tmp ; \ else \ if test yes = no; then \ sed -f ref-add.sed charset.alias > /usr/local/lib/charset.tmp ; \ /usr/bin/install -c -m 644 /usr/local/lib/charset.tmp /usr/local/lib/charset.alias ; \ rm -f /usr/local/lib/charset.tmp ; \ fi ; \ fi make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/bigfella/parted/parted-1.8.8/lib' make[2]: Leaving directory `/home/bigfella/parted/parted-1.8.8/lib' make[1]: Leaving directory `/home/bigfella/parted/parted-1.8.8/lib' Making install in libparted make[1]: Entering directory `/home/bigfella/parted/parted-1.8.8/libparted' Makefile:575: warning: overriding commands for target `linux.lo' Makefile:568: warning: ignoring old commands for target `linux.lo' Making install in labels make[2]: Entering directory `/home/bigfella/parted/parted-1.8.8/libparted/labels' /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -I. -I../../lib -I../../include -g -O2 -Werror -MT rdb.lo -MD -MP -MF .deps/rdb.Tpo -c -o rdb.lo rdb.c gcc -std=gnu99 -I. -I../../lib -I../../include -g -O2 -Werror -MT rdb.lo -MD -MP -MF .deps/rdb.Tpo -c rdb.c -fPIC -DPIC -o .libs/rdb.o cc1: warnings being treated as errors ../../include/parted/natmath.h:93: error: inline function 'ped_div_round_to_nearest' declared but never defined ../../include/parted/natmath.h:90: error: inline function 'ped_div_round_up' declared but never defined make[2]: *** [rdb.lo] Error 1 make[2]: Leaving directory `/home/bigfella/parted/parted-1.8.8/libparted/labels' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/bigfella/parted/parted-1.8.8/libparted' make: *** [install-recursive] Error 1
Original issue reported on code.google.com by [email protected] on 25 Apr 2009 at 2:54
[email protected]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Original issue reported on code.google.com by
[email protected]
on 25 Apr 2009 at 2:54The text was updated successfully, but these errors were encountered: