wxruby-dev
[Top][All Lists]
Advanced

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

Re: [Wxruby-dev] MinGW/MSYS build environment - error


From: Kevin Smith
Subject: Re: [Wxruby-dev] MinGW/MSYS build environment - error
Date: 11 Jul 2003 08:31:58 -0700

On Fri, 2003-07-11 at 01:45, Gour wrote:
> a) after fetching latest CVS code and trying to build it under Linux there 
> are few 
> glitches ie. cyclic references:
>       1) button.cpp depends on control.h & window.h
>       2) textctrl.cpp  ---> textattr.h &
>       3) window.cpp    ---> caret.h
> 
> The solution is to just run: wxpp.rb on those required *.t files.

Oops. I removed some unused and harmful stuff from extconf.rb, but ended
up removing too much. I've restored the dependency check, so this should
be fixed. (For John, too!)

> b) after having all kinds of different problems on Win98 platform (which is 
> tested 
> under Win4Lin) with compiler & linking, here is the resolution:
>       1) in order to be able to link properly I had to add wxmsw241 library in
>         the list of linking libraries, so now the diff for extconf.rb looks 
> like:

Thanks! It's checked in.

> I tried minimal & controls sample and they worked without any warning, so now 
> I can 
> proceed to explore more pearls in the wxruby ocean :-)

That's great news!

Kevin






reply via email to

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