logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: Visual Studio 2015 Update 3
Author
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Tue 12 Apr '16 12:03    Post subject: Visual Studio 2015 Update 3 Reply with quote

Visual Studie 2015 Update 2 has been released on March 30:
https://www.visualstudio.com/en-us/news/vs2015-update2-vs.aspx

Redistributables:
https://www.visualstudio.com/downloads/download-visual-studio-vs#d-visual-c


Last edited by Jan-E on Fri 01 Jul '16 16:33; edited 2 times in total
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3049
Location: Hilversum, NL, EU

PostPosted: Tue 12 Apr '16 12:16    Post subject: Reply with quote

There are guys with issues with Update 2, see https://blogs.msdn.microsoft.com/visualstudio/2016/03/30/visual-studio-2015-update-2-rtm/#comments

Always better to wait a while.

You can already download VC++ 2015 U2 Redist at https://www.microsoft.com/en-us/download/details.aspx?id=51682
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Tue 12 Apr '16 13:22    Post subject: Reply with quote

I did not experience any problems. And I was curious to see if the had solved the problem with geoip-api-c. But alas:
Code:
timeZone.c
timeZone.c(1126): fatal error C1026: parser stack overflow, program too complex
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.EXE"' : return code '0x2'
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Tue 12 Apr '16 19:27    Post subject: Reply with quote

Jan, what version are you trying to build? This stack overflow was fixed in 1.6.7.
Quote:
Fixed a MSVC parser stack overflow when parsing regionName.c and timeZone.c. Fix by elliotlo. GitHub #64


I got 1.6.9 to compile easily.


Last edited by glsmith on Tue 13 Dec '16 3:15; edited 1 time in total
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Tue 12 Apr '16 20:27    Post subject: Reply with quote

That was 1.6.5. 1.6.9 builds fine. Still, it remains remarkable that VC14 stumbles over something that is OK in VC9 and VC11.
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Tue 12 Apr '16 21:36    Post subject: Reply with quote

Laughing It's not remarkable, it's Microsoft Laughing

Can you believe I do not have a local git client? I am curious what was done to regionNames.c & timezones.c to fix this stack overflow that is so large that this cannot show it.

Edit: Strike that, I see why the diff is so big.
Back to top
puertoblack2003



Joined: 31 Jul 2009
Posts: 118
Location: U.S

PostPosted: Thu 14 Apr '16 2:58    Post subject: Reply with quote

so its safe to download and install ? i read that post from that link, so i thought to wait till it's fixed.
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Wed 20 Apr '16 11:48    Post subject: Reply with quote

I did not experience any problem. Not with PHP7, not with Apache 2.4.20, not with libcoucbase, not with mod_https v1.5.0+.
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Fri 01 Jul '16 14:50    Post subject: Reply with quote

https://www.apachelounge.com/viewtopic.php?p=33728#33728

Steffen upgraded to Visual Studio 2015 UPdate 3. I am upgrading at the moment.
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Fri 01 Jul '16 16:35    Post subject: Reply with quote

For those of you that also upgrade to VC14 Update 3: it activates a Web Deployment service which uses port 80. My local Apache would not start anymore until I stopped that service.
Back to top


Reply to topic   Topic: Visual Studio 2015 Update 3 View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads