Created
July 18, 2014 08:01
-
-
Save ncopa/743cf243f7619c002ec9 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
ccache gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALSTATEDIR=\""/var"\" -DDATADIR=\""/usr/share"\" -DICONDIR=\"/var/lib/AccountsService/icons\" -DUSERDIR=\"/var/lib/AccountsService/users\" -I. -I. -I/usr/include/gio-unix-2.0/ -I/usr/include/polkit-1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Wno-sign-compare -Wno-deprecated-declarations -Os -fomit-frame-pointer -Os -fomit-frame-pointer -MT wtmp-helper.o -MD -MP -MF .deps/wtmp-helper.Tpo -c -o wtmp-helper.o wtmp-helper.c | |
wtmp-helper.c: In function 'wtmp_helper_start': | |
wtmp-helper.c:70:2: error: #error You have utmpx.h, but no known way to use it for wtmp entries | |
#error You have utmpx.h, but no known way to use it for wtmp entries | |
^ | |
wtmp-helper.c: In function 'wtmp_helper_get_path_for_monitor': | |
wtmp-helper.c:220:2: error: #error Do not know which filename to watch for wtmp changes | |
#error Do not know which filename to watch for wtmp changes | |
^ | |
wtmp-helper.c:222:1: warning: control reaches end of non-void function [-Wreturn-type] | |
} | |
^ | |
Makefile:570: recipe for target 'wtmp-helper.o' failed | |
make[4]: *** [wtmp-helper.o] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment