php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #65233 build error with vc11 x64
Submitted: 2013-07-10 11:41 UTC Modified: 2013-07-10 15:41 UTC
From: zeev at initech dot co dot il Assigned: ab (profile)
Status: Closed Package: memcache (PECL)
PHP Version: 5.5.0 OS: windows 8 pro
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: zeev at initech dot co dot il
New email:
PHP Version: OS:

 

 [2013-07-10 11:41 UTC] zeev at initech dot co dot il
Description:
------------
output of nmake:

Finished generating code

memcache_session.obj : error LNK2005: usleep already defined in time.obj

x64\Release_TS\php5ts.dll : fatal error LNK1169: one or more multiply defined 
symbols found

NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 
11.0\VC\BIN\amd64\cl.exe"' : return code '0x2'

Stop.

php 5.5 from current git, memcache 3.0.8 from pecl tarball



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-07-10 13:51 UTC] ab@php.net
-Status: Open +Status: Assigned -Assigned To: +Assigned To: ab
 [2013-07-10 13:51 UTC] ab@php.net
That's true, it can now be compiled shared only because of the conflicting 
usleep() definition. Please get the fresh builds here 
http://windows.php.net/downloads/pecl/releases/memcache/ .

Thanks for reporting, I'll be fixing this in the next days.
 [2013-07-10 15:32 UTC] ab@php.net
Automatic comment from SVN on behalf of ab
Revision: http://svn.php.net/viewvc/?view=revision&revision=330877
Log: Fixed bug #65233 build error with vc11 x64
 [2013-07-10 15:41 UTC] ab@php.net
-Status: Assigned +Status: Closed
 [2013-07-10 15:41 UTC] ab@php.net
The fix for this bug has been committed.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 01 22:01:31 2024 UTC