wxruby-dev
[Top][All Lists]
Advanced

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

Re: [Wxruby-dev] Status update


From: Kevin Smith
Subject: Re: [Wxruby-dev] Status update
Date: 10 Aug 2003 09:23:42 -0700

On Sun, 2003-08-03 at 18:51, Roy Varghese wrote:
> For what its worth, I was able to build wxRuby successfully on FreeBSD4.8,

Cool!

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

Done.

> 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

Hm. It seems like /usr/local is something that should be set on your
particular machine, rather than in a project-dependent Makefile. But I'm
no expert, so maybe someone else has some ideas. I have not made any
change for this one yet.

Kevin






reply via email to

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