[#4745] Win32: Ruby & APR; build problems for Ruby Subversion SWIG bindings — Erik Huelsmann <ehuels@...>

Having taken upon me the task to provide a Windows build for

24 messages 2005/04/20
[#4746] Re: Win32: Ruby & APR; build problems for Ruby Subversion SWIG bindings — Austin Ziegler <halostatue@...> 2005/04/20

On 4/20/05, Erik Huelsmann <ehuels@gmail.com> wrote:

[#4747] Re: Win32: Ruby & APR; build problems for Ruby Subversion SWIG bindings — Erik Huelsmann <ehuels@...> 2005/04/20

Hi Austin,

[#4762] Re: Win32: Ruby & APR; build problems for Ruby Subversion SWIG bindings — nobu.nokada@... 2005/04/24

Hi,

[#4783] Re: Win32: Ruby & APR; build problems for Ruby Subversion SWIG bindings — Erik Huelsmann <ehuels@...> 2005/04/25

On 4/24/05, nobu.nokada@softhome.net <nobu.nokada@softhome.net> wrote:

[#4787] Re: Win32: Ruby & APR; build problems for Ruby Subversion SWIG bindings — nobu.nokada@... 2005/04/25

Hi,

[#4794] Re: Win32: Ruby & APR; build problems for Ruby Subversion SWIG bindings — Erik Huelsmann <ehuels@...> 2005/04/25

> > > Ruby is just using AC_TYPE_UID_T. So, using typedef for them,

[#4751] Illegal regexp causes segfault — Andrew Walrond <andrew@...>

irb(main):058:0> a = /\[([^]]*)\]/

13 messages 2005/04/22

Building HEAD is semi-broken for win32

From: Nathaniel Talbott <ntalbott@...>
Date: 2005-04-01 17:45:11 UTC
List: ruby-core #4649
Recent changes to the win32 build process broke my build. Basically,
the default prefix changed from "" to "/usr", and while the tools were
partially extended to allow the specification of prefix, it appears to
be incomplete. So, two things: first, there is a patch below that I
had to apply to allow me to specify a prefix (I'm not sure it's the
*right* patch, but it works). Second, I'd rather the default prefix
didn't change, since "/usr" doesn't really make any sense for win32,
except under cygwin.

Thanks,


-- 
Nathaniel

<:((><


diff -uwr ruby/win32/setup.mak ruby-patched/win32/setup.mak
--- ruby/win32/setup.mak        2004-12-27 22:28:10.000000000 -0500
+++ ruby-patched/win32/setup.mak        2005-03-31 17:42:59.670806600 -0500
@@ -32,6 +32,7 @@
        @type << > $(MAKEFILE)
 ### Makefile for ruby $(OS) ###
 srcdir = $(srcdir:\=/)
+prefix = $(prefix)
 !if defined(RDOCTARGET)
 RDOCTARGET = $(RDOCTARGET)
 !endif
@@ -76,7 +77,7 @@
 # RT = $(RT)
 # RUBY_INSTALL_NAME = ruby
 # RUBY_SO_NAME = $$(RT)-$$(RUBY_INSTALL_NAME)$$(MAJOR)$$(MINOR)
-# prefix = /usr
+# prefix = $(prefix)
 # CFLAGS = -nologo -MD $$(DEBUGFLAGS) $$(OPTFLAGS) $$(PROCESSOR_FLAG)
 # CPPFLAGS = -I. -I$$(srcdir) -I$$(srcdir)/missing
-DLIBRUBY_SO=\"$$(LIBRUBY_SO)\"
 # STACK = 0x2000000

In This Thread

Prev Next