We're modeling our work on Module::Build but it won't be a straight port. Specifically, Michael plans to do a bit more when it comes to extensions. One thing he wants to do is create symbolic links for library specific versions, ala somelib.so.1 would be a link to somelib.so (or something like that - don't pester me with details).
Anyway, we all woke up this morning and realized the same thing - Windows doesn't support symlinks! We could abandoned the whole idea, but the thought occurred to me that maybe we could emulate symlinks with shortcuts (.lnk files).
The problem with this idea is that the
In the meantime, I'm working on the simpler stuff.
Don't forget to share ;) (Score:2)
RBuildMaker (Score:1)
There has been some discussion of doing something like this, but some folks in the ruby community think that the make requirement might not be so good for folks on Windoze (some unfortunates are trapped on that platform).
Also, this came over one of the ruby mailing lists today:
A few of us Denver-based ruby hackers have started collaboration on a new
library which we're tentatively calling ModuleBuilder, a hold-over from the
perl module Module::Builder from which we'r
Re:RBuildMaker (Score:2)
For now, you can find us in #mues on irc.freenode.net if you want to join in on this.
Are you in the Denver area?
Re:RBuildMaker (Score:1)
Oh, what a coincidence
Are you in the Denver area?
No, I'm in the Portland area... I gave the ruby talk at the Portland Perlmongers a few weeks back.