I'll be away from the computer for a couple of days, but I'll happily try my hand at compiling the source if you can post it somewhere.
Bryan Sent from my BlackBerry® wireless device from WIND -----Original Message----- From: Harry Putnam <rea...@newsguy.com> Date: Mon, 29 Jul 2013 03:55:45 To: <openindiana-discuss@openindiana.org> Reply-To: Discussion list for OpenIndiana <openindiana-discuss@openindiana.org> Subject: Re: [OpenIndiana-discuss] build xbindkeys from source Harry Putnam <rea...@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@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@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) _______________________________________________ OpenIndiana-discuss mailing list OpenIndiana-discuss@openindiana.org http://openindiana.org/mailman/listinfo/openindiana-discuss _______________________________________________ OpenIndiana-discuss mailing list OpenIndiana-discuss@openindiana.org http://openindiana.org/mailman/listinfo/openindiana-discuss