Re: [libvirt] Initial working Mac OS X libvirt client build

2010-10-22 Thread Mitchell Hashimoto
On Thu, Oct 21, 2010 at 11:18 PM, Ruben Kerkhof wrote: > > I thought I'd give it a try, to see how far I get on Leopard (10.5). > >From what I know following this list, I don't think anyone has ever tried to compile for Leopard (10.5) and has focussed exclusively on Snow Leopard (10.6), so there

Re: [libvirt] Mac OS X: dyld: lazy symbol binding failed

2010-10-17 Thread Mitchell Hashimoto
a Mac and wants to try, I've uploaded my distribution here: http://mitchellh.github.com/libvirt/libvirt-0.8.4.tar.gz Is this enough evidence in favor of build tool versions? Would anyone like me to try anything else? Thanks, Mitchell On Thu, Oct 14, 2010 at 1:28 PM, Mitchell Hashimoto

Re: [libvirt] Mac OS X: dyld: lazy symbol binding failed

2010-10-14 Thread Mitchell Hashimoto
m the snapshot with when I run "autogen.sh" myself. I'm not sure about the other points you brought up. I just ran the typical commands that README-hacking says to. Mitchell On Thu, Oct 14, 2010 at 12:44 PM, Eric Blake wrote: > On 10/14/2010 01:06 PM, Mitchell Hashimoto wrote:

Re: [libvirt] Mac OS X: dyld: lazy symbol binding failed

2010-10-14 Thread Mitchell Hashimoto
e src/libvirt.syms file is the same in both cases. Hope this helps! Let me know if there is anything else I can do to assist you. Mitchell On Thu, Oct 14, 2010 at 6:44 AM, Daniel P. Berrange wrote: > On Tue, Oct 12, 2010 at 02:56:31PM -0700, Mitchell Hashimoto wrote: >> I've been worki

Re: [libvirt] Mac OS X: dyld: lazy symbol binding failed

2010-10-12 Thread Mitchell Hashimoto
obviously. I've been getting around this during compile time with just doing "make install" which skips the doc task. This is preventing me from testing my `make dist` tarball. Mitchell On Tue, Oct 12, 2010 at 3:04 PM, Eric Blake wrote: > On 10/12/2010 03:56 PM, Mitchell Hashimo

Re: [libvirt] Mac OS X: dyld: lazy symbol binding failed

2010-10-12 Thread Mitchell Hashimoto
this theory? Given this information, does this shed some light and perhaps reveal a problem someone more experienced than I would see? Thanks, Mitchell On Fri, Oct 8, 2010 at 11:38 AM, Mitchell Hashimoto wrote: > Hi, > > This is a cross-post from libvirt-users since there didn't seem to

[libvirt] Mac OS X: dyld: lazy symbol binding failed

2010-10-08 Thread Mitchell Hashimoto
Hi, This is a cross-post from libvirt-users since there didn't seem to be anyone there familiar with what is going on and this is a dev issue as well. I'm using the Ruby/FFI libvirt library and getting this consistently on Mac OS X: ruby-1.9.2-p0 > FFI::Libvirt.virInitialize dyld: lazy symbol bi

Re: [libvirt] [PATCH] Use SED variable for `sed` binary in src/Makefile

2010-09-08 Thread Mitchell Hashimoto
d; /:/d; /\}/d; /\*/d; /LIBVIRT_/d; s/[ \t]*\(.*\)\;/\1/g' $^ >> $...@-tmp && \ chmod a-w $...@-tmp && \ mv $...@-tmp libvirt_qemu.def -- 1.7.2.2 On Wed, Sep 8, 2010 at 11:39 PM, Mitchell Hashimoto < mitchell.hashim...@gmail.com> wrote: > Hi, &g

[libvirt] [PATCH] Use SED variable for `sed` binary in src/Makefile

2010-09-08 Thread Mitchell Hashimoto
Hi, I've been trying to get libvirt (client) to cleanly/easily compile on BSD-based systems (in this case OS X). "./configure" runs fine but the "make" caused an error with `sed` since BSD sed was reporting some sort of regex error. I realized that the "SED" variable was populated with "gsed" whic