Re: MinGW Pike 7.8.866: the good, the bad, the ugly
Chris Angelico <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <CAPTjJmr0V3WkriGszO8Bb42xbV+n2rMtZABT26tkGn5+JnW7eQ@mail.gmail.com> |
On Thu, Jul 10, 2014 at 2:40 AM, Martin Nilsson (Opera Mini - AFK!) @ Pike (-) importmöte för mailinglistan <[email protected]> wrote: > They looked mostly fine I guess. There should probably be #ifdef > __NT__ around the resolver stuff. I'm currently trying to figure out if I can de-hack it (for one thing, it currently checks only for drive C: - it would need to check for any letter), but Windows builds are horrendously slow compared to Linux builds... and that's running on the same CPU, and either way it's given a maximum of one core. (Probably it's mainly to do with the slowness of Windows process creation.) At the moment, I'm looking at getting 8.0 to build for Windows; it's largely working, although Hilfe terminates immediately on startup for some reason. Still looking into that too. > Can we remove dosmap from port.c now? Mapping error codes seems like a good thing to do. Does anyone know why it was imported via dll instead of just being linked in the normal way? ChrisA