Re: [OpenIndiana-discuss] build xbindkeys from source

2013-07-29 Thread Bryan N Iotti
Hi there, I would look at three things: 1) your compiler flags are peculiar. You have four -I. includes for the current directory. Why? 2) You are using both the debugging and optimization flags for gcc (-g and -O2). Do you want a debuggable executable or an optimized one? 3) The gmp.h header

[OpenIndiana-discuss] build xbindkeys from source

2013-07-29 Thread Harry Putnam
Running a new install from 151a7 Attempting to build a pkg called 'xbindkeys' from source but finding that some of the required files... that appear to be expected under libguile are not to be found. I do have the guile pkg in the repo installed and it has a libguile directory in the expected

Re: [OpenIndiana-discuss] build xbindkeys from source

2013-07-29 Thread Harry Putnam
Bryan N Iotti ironsides.med...@gmail.com writes: I would look at three things: 1) your compiler flags are peculiar. You have four -I. includes for the current directory. Why? 2) You are using both the debugging and optimization flags for gcc (-g and -O2). Do you want a debuggable

Re: [OpenIndiana-discuss] build xbindkeys from source

2013-07-29 Thread Harry Putnam
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

Re: [OpenIndiana-discuss] build xbindkeys from source

2013-07-29 Thread Rich
Close, but still not quite. -g is the debug flag, -O2 indicates optimization. - Rich On Mon, Jul 29, 2013 at 3:55 AM, Harry Putnam rea...@newsguy.com wrote: Harry Putnam rea...@newsguy.com writes: Removing 3 of the -I. and what I guess is the debug flag (-dguile_flag=1) does eliminate

Re: [OpenIndiana-discuss] build xbindkeys from source

2013-07-29 Thread Bryan N Iotti
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:

Re: [OpenIndiana-discuss] build xbindkeys from source

2013-07-29 Thread Tim Mooney
In regard to: Re: [OpenIndiana-discuss] build xbindkeys from source, Harry...: Bryan N Iotti ironsides.med...@gmail.com writes: I would look at three things: 1) your compiler flags are peculiar. You have four -I. includes for the current directory. Why? 2) You are using both the debugging

Re: [OpenIndiana-discuss] OI on HP ProLiant Microserver Gen8

2013-07-29 Thread Jarrad Piper
An update to the status of the HP Microserver Gen8. The latest stable of OmniOS now supports the NIC's so all looks good for the next release of OI. On the KVM front it's worse I'm afraid. Creating and deleting VNIC's causes the NIC to fail with bge0: bge_chip_poll_engine failed. Another issue is

Re: [OpenIndiana-discuss] build xbindkeys from source

2013-07-29 Thread Harry Putnam
Tim Mooney tim.moo...@ndsu.edu writes: There is a potentially easy workaround, though. Looking at the docs for xbindkeys, guile appears optional. It will use it if present, but you can tell it you don't want it. Unless you're certain you need guile support, try building without it. So