[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Wxruby-dev] Corrections for Windows build error
From: |
Kevin Smith |
Subject: |
Re: [Wxruby-dev] Corrections for Windows build error |
Date: |
10 Aug 2003 09:21:09 -0700 |
On Tue, 2003-07-22 at 19:55, Kevin Smith wrote:
> On Sat, 2003-07-19 at 02:35, Roy Varghese wrote:
> > diff -r1.2 install.rb
> > 8,9c8,9
> > < File::install('wxmsw240.dll', CONFIG['bindir'], 0755, true)
> > < File::install('wx.so', CONFIG['archdir'], 0755, true)
> > ---
> > > File::install('c:/apps/wx2/lib/wxmsw24d.dll', CONFIG['bindir'],
> > 0755, true)
> > > File::install('wxruby.so', CONFIG['archdir'], 0755, true)
>
> Ooh. I missed this one. I'll try to get it in my next batch of changes.
Ok. I changed wx.so to wxruby.so. The other change is specific to your
system, so I didn't change it. Park assumed that wxmsw240.dll was part
of the wxruby distribution, so it would exist in the wxruby directory.
As a Linux user, it didn't make sense to me at the time to have a MSW
dll in the project.
Should we put the MSW dll in the project? It might be a good way to
enforce that the user has a version that we are compatible with, solving
the problem we've been having of whether it should be 240 or 24 or 24d
or whatever. Thoughts?
Kevin