Re: [libvirt] Re: Has anyone ever gotten the client or full to compile on OS X?

2009-05-14 Thread Daniel Veillard
On Thu, May 07, 2009 at 06:15:14AM -0500, Schley Andrew Kutz wrote: > Daniel, > >> but for remote >> access we sould try to get at least the remote support compiling. > > Remote access is all I need. Okay, then really we should be able to fix things relatively easilly ! I really don't have any OsX

Re: [libvirt] Re: Has anyone ever gotten the client or full to?compile on OS X?

2009-05-07 Thread Schley Andrew Kutz
I have gotten it to compile pretty close to the end. It now fails at: gcc -Wall -Wformat -Wmissing-prototypes -Wnested-externs -Wpointer- arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -Wp,- D_FORTIFY_SOU

Re: [libvirt] Re: Has anyone ever gotten the client or full to compile on OS X?

2009-05-07 Thread Schley Andrew Kutz
Daniel, but for remote access we sould try to get at least the remote support compiling. Remote access is all I need. But you can't held us responsible for the fact you use a given platform for your libvirt developments. I absolutely do not. I am sorry if I came off as snippy or ungrateful

Re: [libvirt] Re: Has anyone ever gotten the client or full to?compile on OS X?

2009-05-07 Thread Daniel Veillard
On Thu, May 07, 2009 at 11:38:26AM +0200, Pritesh Kothari wrote: > On Thursday 07 May 2009 11:20:10 Daniel Veillard wrote: > > On Wed, May 06, 2009 at 03:20:23PM -0500, Schley Andrew Kutz wrote: > > > Anyone? :( I really don't want to have to bring up a whole new box just > > > do do dev work that

Re: [libvirt] Re: Has anyone ever gotten the client or full to compile on OS X?

2009-05-07 Thread Pritesh Kothari
On Thursday 07 May 2009 11:20:10 Daniel Veillard wrote: > On Wed, May 06, 2009 at 03:20:23PM -0500, Schley Andrew Kutz wrote: > > Anyone? :( I really don't want to have to bring up a whole new box just > > do do dev work that I should be able to do from my Mac. I guess I can > > write against the J

Re: [libvirt] Re: Has anyone ever gotten the client or full to compile on OS X?

2009-05-07 Thread Daniel P. Berrange
On Wed, May 06, 2009 at 03:20:23PM -0500, Schley Andrew Kutz wrote: > Anyone? :( I really don't want to have to bring up a whole new box > just do do dev work that I should be able to do from my Mac. I guess I > can write against the Java bindings locally and then debug remotely on > a Linux

Re: [libvirt] Re: Has anyone ever gotten the client or full to compile on OS X?

2009-05-07 Thread Daniel Veillard
On Wed, May 06, 2009 at 03:20:23PM -0500, Schley Andrew Kutz wrote: > Anyone? :( I really don't want to have to bring up a whole new box just > do do dev work that I should be able to do from my Mac. I guess I can > write against the Java bindings locally and then debug remotely on a > Linux ser

Re: [libvirt] Re: Has anyone ever gotten the client or full to compile on OS X?

2009-05-06 Thread Schley Andrew Kutz
Anyone? :( I really don't want to have to bring up a whole new box just do do dev work that I should be able to do from my Mac. I guess I can write against the Java bindings locally and then debug remotely on a Linux server. -- -a "Ideally, a code library must be immediately usable by naiv

Re: [libvirt] Re: Has anyone ever gotten the client or full to compile on OS X?

2009-05-05 Thread Schley Andrew Kutz
I removed the --version-script from src/Makefile (OS X's version of ld doesn't have the --version-script option). Now it errors out at: Undefined symbols: "_xdr_quad_t", referenced from: _xdr_remote_sched_param_value in libvirt_la-remote_protocol.o _xdr_remote_get_version_ret in l

Re: [libvirt] Re: Has anyone ever gotten the client or full to compile on OS X?

2009-05-05 Thread Schley Andrew Kutz
Okay, it err'd out when it couldn't find malloc.h in sexpr.c so I changed the include to: #include "sys/malloc.h" and it gets past the malloc.h error now, but now it fails with the following error: Extracting /Users/akutz/Source/libvirt-0.4.0/src/../gnulib/lib/.libs/ libgnu.a (cd .libs/li

Re: [libvirt] Re: Has anyone ever gotten the client or full to compile on OS X?

2009-05-05 Thread Daniel P. Berrange
On Sat, May 02, 2009 at 05:29:21PM -0500, Schley Andrew Kutz wrote: > In pci.c I added a definition for MODPROBE 0x0 and I get further in > the make, but it still errors out: > > CHANGE > > #define MODPROBE 0x0 > > ERROR > > gcc -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../

[libvirt] Re: Has anyone ever gotten the client or full to compile on OS X?

2009-05-02 Thread Schley Andrew Kutz
In pci.c I added a definition for MODPROBE 0x0 and I get further in the make, but it still errors out: CHANGE #define MODPROBE 0x0 ERROR gcc -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../ include -I../include -I../qemud -I/usr/include/libxml2 -DLIBDIR=\"/opt/ libvirt//lib\"

[libvirt] Re: Has anyone ever gotten the client or full to compile on OS X?

2009-05-02 Thread Schley Andrew Kutz
I'll try one more time. I MEANT --without-driver-modules (sorry for the spam) -- -a "Ideally, a code library must be immediately usable by naive developers, easily customized by more sophisticated developers, and readily extensible by experts." -- L. Stein On May 2, 2009, at 5:18 PM,

[libvirt] Re: Has anyone ever gotten the client or full to compile on OS X?

2009-05-02 Thread Schley Andrew Kutz
--without-loadable-drivers I meant "--without-loadable-modules" -- -a "Ideally, a code library must be immediately usable by naive developers, easily customized by more sophisticated developers, and readily extensible by experts." -- L. Stein On May 2, 2009, at 5:17 PM, Schley Andrew

[libvirt] Re: Has anyone ever gotten the client or full to compile on OS X?

2009-05-02 Thread Schley Andrew Kutz
FWIW, here is my configure: ./configure --prefix=/opt/libvirt/ --without-sasl --without-avahi -- without-polkit --without-python --without-xen --without-qemu --without- lxc --without-openvz --without-libvirtd I also tried adding the "--without-loadable-drivers" command since I thought inclu