search for: have_ruby_true

Displaying 2 results from an estimated 2 matches for "have_ruby_true".

2015 Feb 06
0
Re: Patchable build problems on OS X 10.10
...= \ > ext/guestfs/*~ \ > ext/guestfs/extconf.h \ > ext/guestfs/_guestfs.o \ > - ext/guestfs/_guestfs.so \ > + ext/guestfs/_guestfs.$(DLEXT) \ > ext/guestfs/mkmf.log \ > ext/guestfs/Makefile > > @@ -1788,7 +1789,7 @@ $(top_builddir)/generator/generator: > @HAVE_RUBY_TRUE@ $(MKDIR_P) $(DESTDIR)$(RUBY_LIBDIR) > @HAVE_RUBY_TRUE@ $(MKDIR_P) $(DESTDIR)$(RUBY_ARCHDIR) > @HAVE_RUBY_TRUE@ $(INSTALL) -p -m 0644 $(srcdir)/lib/guestfs.rb $(DESTDIR)$(RUBY_LIBDIR) > -@HAVE_RUBY_TRUE@ $(INSTALL) -p -m 0755 ext/guestfs/_guestfs.so $(DESTDIR)$(RUBY_ARCHDIR) > +@HAVE_...
2015 Feb 05
4
Patchable build problems on OS X 10.10
Hello, I'm attempting to create a Homebrew formula to get libguestfs to compile on Mac OS X. I've managed to achieve success with several monkey patches, but since Homebrew's policy is to contact maintainers about proper fixes in upstream, I would like to ask if there are any plans to fix these issues. I'm afraid I don't know C well enough to propose decent solutions myself.