VCRUNTIME140.dll required Why are open source projects built with Visual Studio these days? Especially as binaries built with VS2015 (release and up to service pack 2) are known to phone home "by accident". There are the GNU, Mingw, Msys, LLVM options on Windows - completely open source. Offer binary builds with at least one of these compilers on Windows platform.
like it or not, VC is a very good compiler and a windows standard, and since not exactly recently, available for free for personal use. you don't have to use visual studio in order to compile software with cl.
Servo nightly builds on Windows now available
51–60 of 117 posts
Re: Servo nightly builds on Windows now available
#52Nice. I wondered, for what kind of problems should I bother to file issues? The page says: > so please file issues about anything that doesn’t work as expected! Wouldn't that be quite a lot of obvious stuff? I just opened one web page and see over ten rendering errors. Even the text edit control of the built-in search-bar doesn't work as expected (text selection doesn't work, both with mouse and keyboard). There seem…
Re: Servo nightly builds on Windows now available
#53Doesn't even launch. The window appears very briefly then closes immediately. If any of the maintainers are here let me know how can I help you with this. I'm on Windows 10 version 1703 (OS Build 15063.13) x64
Same here. There don't seem to be any command line options to help debug it either. Even `servo --help` didn't print anything.
On Linux it's theoretically possible to force Servo into software-rendering mode, though when I've tried that it has done nothing even after 20 minutes.
However it's not yet available on other platforms:
Re: Servo nightly builds on Windows now available
#54Re: Servo nightly builds on Windows now available
#55I just tried it out. It froze when looking at a reddit comments page, it froze when I tried to use the URL bar. Pretty exciting nonetheless.
Re: Servo nightly builds on Windows now available
#56…and yet…
…I think you know we're all waiting for Servo itself to be usable as our main browser :-) Good luck!
Re: Servo nightly builds on Windows now available
#57I loved reading https://github.com/servo/servo/issues/12125 . It is a great example of open source persistence despite it not being a priority. Things move forward at snail pace and stalls multiple times. Just when all hope seems lost, they manage to ship it ! This is the case with most opensource projects - things take their own sweet time but they eventually somehow manage. On a side note, I noted that https://gith…
> every 5th german is named lars That is completely untrue. Lars isn't exactly a rare name in Germany, but I'd be surprised if it was even one of the 20 most common first names. It's definitely nowhere near 1/5th of the population.
Re: Servo nightly builds on Windows now available
#58I loved reading https://github.com/servo/servo/issues/12125 . It is a great example of open source persistence despite it not being a priority. Things move forward at snail pace and stalls multiple times. Just when all hope seems lost, they manage to ship it ! This is the case with most opensource projects - things take their own sweet time but they eventually somehow manage. On a side note, I noted that https://gith…
> every 5th german is named lars That is completely untrue. Lars isn't exactly a rare name in Germany, but I'd be surprised if it was even one of the 20 most common first names. It's definitely nowhere near 1/5th of the population.
Re: Servo nightly builds on Windows now available
#59But what makes software that's used everyday feel great are the small details.
I can't use Chrome (for consumption, though I use it for development) because of the way it renders text and a few other UI annoyances.
A browser is a lot of things, but to me, it's first and foremost a reading platform. So please, do whatever you can to use the OS's native text rendering.
Re: Servo nightly builds on Windows now available
#60We're all exited about Servo (and Rust) and I'm really looking forward to using it. But what makes software that's used everyday feel great are the small details. I can't use Chrome (for consumption, though I use it for development) because of the way it renders text and a few other UI annoyances. A browser is a lot of things, but to me, it's first and foremost a reading platform. So please, do whatever you can to us…
That seems odd and would mean different quality on different platforms. Yes, if native is better than built-in then I agree. But what if their GL based text rendering is just fine, shouldn't they use it everywhere because it's portable?