Edit report at https://bugs.php.net/bug.php?id=63537&edit=1

 ID:               63537
 Updated by:       php-bugs@lists.php.net
 Reported by:      ajron at wp dot pl
 Summary:          vs2012 link error
-Status:           Feedback
+Status:           No Feedback
 Type:             Bug
 Package:          Compile Failure
 Operating System: Windows
 PHP Version:      Irrelevant

 New Comment:

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


Previous Comments:
------------------------------------------------------------------------
[2012-11-19 10:09:17] paj...@php.net

We need the full version in three. So I have to check if we can use the string 
representation instead. Also this is a purely PHP definition, not VC (not sure 
how you interpret it :).

I also wonder why I do not get any linker error with the current branches. 
Everything builds just fine.
Also:

> I've added to win32\build\confutils.js new compiler:
> VC_VERSIONS[1700] = 'MSVC11 (Visual C++ 2012)';
> VC_VERSIONS_SHORT[1700] = 'VC11';

is already committed, it should not be necessary to add them again. Maybe try 
using a newer snapshot? http://windows.php.net/downloads/snaps/master/


Dziękuję za informacje :)

------------------------------------------------------------------------
[2012-11-16 10:01:15] ajron at wp dot pl

Strange :)

I think, that "if (VCVERS >= 1700)" in your commit is unnecessary, because 
older 
versions also don't use PHP_MINOR_VERSION.

This version is written only to MajorImageVersion and MinorImageVersion of 
IMAGE_OPTIONAL_HEADER of PE file header by all ms linkers.


Below, there is the correct version for all compilers:

DEFINE("LDFLAGS", "/nologo /version:" + PHP_VERSION + "." + PHP_MINOR_VERSION);

------------------------------------------------------------------------
[2012-11-16 09:35:49] paj...@php.net

Hm, not sure what happens but here is the commit:

http://git.php.net/?p=php-
src.git;a=commitdiff;h=dabe89c6f36a03117e1614546dd90de80b9e90d4

I have to check why it is not present anymore :)

------------------------------------------------------------------------
[2012-11-16 09:25:55] ajron at wp dot pl

What does "master" mean?

I've tried stable build 5.3.18, 5.4.8 and snapshots php5.3-201211160830, php5.4-
201211160830, php-trunk-201211160830.

I've added to win32\build\confutils.js new compiler:
VC_VERSIONS[1700] = 'MSVC11 (Visual C++ 2012)';
VC_VERSIONS_SHORT[1700] = 'VC11';

During compilation (without config.w32 patch), I have error:

LINK : fatal error LNK1117: syntax error in option 'version:5.3.20'
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 
11.0\VC\BIN\cl.exe"' : return code '0x2'
Stop.

------------------------------------------------------------------------
[2012-11-16 08:50:27] paj...@php.net

did you try using master?

------------------------------------------------------------------------


The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

    https://bugs.php.net/bug.php?id=63537


-- 
Edit this bug report at https://bugs.php.net/bug.php?id=63537&edit=1

Reply via email to