php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #64569 gettext not compiling on Beta 2
Submitted: 2013-04-02 20:36 UTC Modified: 2013-04-10 07:31 UTC
From: jfha73 at gmail dot com Assigned: pajoye (profile)
Status: Closed Package: Compile Failure
PHP Version: 5.5.0beta1 OS: Windows Server 2008 R2
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.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jfha73 at gmail dot com
New email:
PHP Version: OS:

 

 [2013-04-02 20:36 UTC] jfha73 at gmail dot com
Description:
------------
Hey guys,

I don't know if you forgot to include php_gd2.dll and php_gettext.dll, but anyway, I tried and I was able to compile php_gd2.dll, but Gettext gave me this error:

   Creating library x64\Release_TS\php_gettext.lib and object x64\Release_TS\php
_gettext.exp
gettext.obj : error LNK2019: unresolved external symbol libintl_gettext referenc
ed in function zif_gettext
gettext.obj : error LNK2019: unresolved external symbol libintl_dgettext referen
ced in function zif_dgettext
gettext.obj : error LNK2019: unresolved external symbol libintl_dcgettext refere
nced in function zif_dcgettext
gettext.obj : error LNK2019: unresolved external symbol libintl_ngettext referen
ced in function zif_ngettext
gettext.obj : error LNK2019: unresolved external symbol libintl_dngettext refere
nced in function zif_dngettext
gettext.obj : error LNK2019: unresolved external symbol libintl_dcngettext refer
enced in function zif_dcngettext
gettext.obj : error LNK2019: unresolved external symbol libintl_textdomain refer
enced in function zif_textdomain
gettext.obj : error LNK2019: unresolved external symbol libintl_bindtextdomain r
eferenced in function zif_bindtextdomain
gettext.obj : error LNK2019: unresolved external symbol libintl_bind_textdomain_
codeset referenced in function zif_bind_textdomain_codeset
x64\Release_TS\php_gettext.dll : fatal error LNK1120: 9 unresolved externals
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 11.0
\VC\BIN\amd64\cl.exe"' : return code '0x2'
Stop.

I think you need to check the dep for it (libintl)

I'm sending you the php_gd2.dll I compiled.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-04-02 20:40 UTC] jfha73 at gmail dot com
Disregard the I'm sending the file, your web app did not accept it because it has to be a text file.
 [2013-04-02 21:17 UTC] pajoye@php.net
It works just fine for us, check the deps here: 
http://windows.php.net/downloads/php-sdk/deps/

also the missing extensions are now fixed and should be available in the next 
snaps:

http://windows.php.net/downloads/snaps/php-5.5/
 [2013-04-02 22:37 UTC] jfha73 at gmail dot com
Thanks for the info, do you have any info about the work on memory_info higher than 3072M?

Are you getting close to fix that any time soon?

Thanks.
 [2013-04-10 07:31 UTC] pajoye@php.net
It is due to VC always having 32bit size integer for long, even on x64 binaries. 
Sadly that's not going to change in 5.5.x. Maybe in 5.6 or later. But that's not  
a small change as it affects every single part of php and its dependencies.
 [2013-04-10 07:31 UTC] pajoye@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: pajoye
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 07:01:28 2024 UTC