wxruby-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Wxruby-dev] Status update


From: Roy Varghese
Subject: Re: [Wxruby-dev] Status update
Date: Sun, 3 Aug 2003 18:51:17 -0700

----- Original Message ----- 
From: "Kevin Smith" <address@hidden>
To: <address@hidden>
Sent: Sunday, August 03, 2003 11:42 AM
Subject: [Wxruby-dev] Status update


> Howdy all,

Hi

> My near-term goals for wxRuby are:
> 1. Incorporate the patches posted recently to this list
> 2. Migrate to rubyforge
> 3. Release a 0.1, even if it doesn't work on all platforms yet
> 4. Release my monkeys and redwood projects as larger examples of wxRuby
> projects
>
> My guess at this point is that #1 can happen within a couple days, #2
> probably next weekend (Aug 9), and #3 and #4 by the middle of August.

For what its worth, I was able to build wxRuby successfully on FreeBSD4.8,
but only with Ruby1.8, the 1.6 version is missing some header files that
wxRuby
references.
The only changes were:

diff -r1.19 extconf.rb
19c19
< if /linux/ =~ RUBY_PLATFORM
---
> if /linux/ =~ RUBY_PLATFORM or /i386-freebsd/ =~ RUBY_PLATFORM

and the generated Makefile needed to be modified to include the wxWindows
header files.

41c41
< CPPFLAGS = -I. -I$(topdir) -I$(hdrdir) -I$(srcdir)
---
> CPPFLAGS = -I. -I$(topdir) -I$(hdrdir) -I$(srcdir)  -I/usr/local/include

I am still struggling with the Mingw build, inspite of hand-holding by Gour.
For now, I have a MSW and a *nix build to start playing around, will revisit
mingw later if I possible.

If you need them, the binaries are at
http://home.comcast.net/~r.varghese/wxruby/wxrbbuilds.html

Thx
Roy





reply via email to

[Prev in Thread] Current Thread [Next in Thread]