Created
March 17, 2015 21:18
-
-
Save RX14/1d682adc49bea4e5192e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@RX-FILE-V1:~/duperemove# make | |
gcc -Wall -ggdb -D_FILE_OFFSET_BITS=64 -DVERSTRING=\"v0.09\" -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -rdynamic -c duperemove.c -o duperemove.o -L/lib/i386-linux-gnu -lgcrypt -lglib-2.0 | |
duperemove.c: In function ‘populate_hash_tree’: | |
duperemove.c:543:3: warning: implicit declaration of function ‘g_get_num_processors’ [-Wimplicit-function-declaration] | |
gcc -Wall -ggdb -D_FILE_OFFSET_BITS=64 -DVERSTRING=\"v0.09\" -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -rdynamic -c hash-tree.c -o hash-tree.o -L/lib/i386-linux-gnu -lgcrypt -lglib-2.0 | |
gcc -Wall -ggdb -D_FILE_OFFSET_BITS=64 -DVERSTRING=\"v0.09\" -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -rdynamic -c results-tree.c -o results-tree.o -L/lib/i386-linux-gnu -lgcrypt -lglib-2.0 | |
gcc -Wall -ggdb -D_FILE_OFFSET_BITS=64 -DVERSTRING=\"v0.09\" -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -rdynamic -c rbtree.c -o rbtree.o -L/lib/i386-linux-gnu -lgcrypt -lglib-2.0 | |
gcc -Wall -ggdb -D_FILE_OFFSET_BITS=64 -DVERSTRING=\"v0.09\" -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -rdynamic -c dedupe.c -o dedupe.o -L/lib/i386-linux-gnu -lgcrypt -lglib-2.0 | |
gcc -Wall -ggdb -D_FILE_OFFSET_BITS=64 -DVERSTRING=\"v0.09\" -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -rdynamic -c filerec.c -o filerec.o -L/lib/i386-linux-gnu -lgcrypt -lglib-2.0 | |
gcc -Wall -ggdb -D_FILE_OFFSET_BITS=64 -DVERSTRING=\"v0.09\" -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -rdynamic -c btrfs-util.c -o btrfs-util.o -L/lib/i386-linux-gnu -lgcrypt -lglib-2.0 | |
In file included from /usr/include/linux/btrfs.h:4:0, | |
from btrfs-util.c:27: | |
/usr/include/uapi/linux/btrfs.h:75:39: error: expected ‘:’, ‘,’, ‘;’, ‘}’ or ‘__attribute__’ before ‘*’ token | |
/usr/include/uapi/linux/btrfs.h:489:15: error: expected ‘:’, ‘,’, ‘;’, ‘}’ or ‘__attribute__’ before ‘*’ token | |
make: *** [btrfs-util.o] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment