[OpenIndiana-discuss] build xbindkeys from source
Harry Putnam
reader at newsguy.com
Mon Jul 29 07:55:45 UTC 2013
Harry Putnam <reader at newsguy.com> writes:
> Removing 3 of the -I. and what I guess is the debug flag
> (-dguile_flag=1) does eliminate some of the chatter and looks like:
>
> reader at voi:~/Downloads/xbindkeys-1.7.3$ gcc -DHAVE_CONFIG_H -I. -g
> -O2 -DFORK_FLAG=1 -Wall -g -O2 -c xbindkeys.c
>
> xbindkeys.c: In function `catch_CHLD_signal':
> xbindkeys.c:441: warning: int format, pid_t arg (arg 2)
Egad, you even told me what the debug flag was and I still took out the
wrong piece... lets try that again, removing 3 -I. and all -02:
reader at voi:~/Downloads/xbindkeys-1.7.3$ gcc -DHAVE_CONFIG_H -I. -g
-DFORK_FLAG=1 -DGUILE_FLAG=1 -Wall -g -c xbindkeys.c
In file included from xbindkeys.c:36:
/usr/include/libguile.h:24:17: gmp.h: No such file or directory
In file included from /usr/include/libguile.h:67,
from xbindkeys.c:36:
/usr/include/libguile/numbers.h:31:28: floatingpoint.h: No such file
or directory
In file included from /usr/include/libguile.h:67,
from xbindkeys.c:36:
/usr/include/libguile/numbers.h:334: error: syntax error before "mpz_t"
/usr/include/libguile/numbers.h:335: error: syntax error before "rop"
xbindkeys.c: In function `catch_CHLD_signal':
xbindkeys.c:441: warning: int format, pid_t arg (arg 2)
More information about the OpenIndiana-discuss
mailing list