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: Compile PHP with VC11 and Windows SDK 8
Author
shaumux



Joined: 01 Jun 2012
Posts: 2
Location: India

PostPosted: Wed 17 Apr '13 10:55    Post subject: Compile PHP with VC11 and Windows SDK 8 Reply with quote

Hi,
Is it possible to build PHP-5.4 with VC11 and windows SDK 8.
It seems they have removed the setenv tool from sdk 8
I'm trying but getting Detected compiler undefined.

Previously I had successfully compiled php-5.4 with windows sdk 7 and vc 10.
Back to top
Jan-E



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

PostPosted: Thu 18 Apr '13 8:34    Post subject: Reply with quote

Try to do the configure with VC10 and then the actual building by calling 'nmake snap' at the VC11 prompt. This seemd to work OK.
Back to top
shaumux



Joined: 01 Jun 2012
Posts: 2
Location: India

PostPosted: Thu 18 Apr '13 16:11    Post subject: Reply with quote

Thanks, but do you think the windows sdk could be the culprit?
In windows SDK 8.0 has many tools removed.
Theres no compiler, no command prompt and the setenv utility has also been removed.
so i wasn't able to complete those steps
Back to top


Reply to topic   Topic: Compile PHP with VC11 and Windows SDK 8 View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads