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

 ID:                 64569
 Updated by:         paj...@php.net
 Reported by:        jfha73 at gmail dot com
 Summary:            gettext not compiling on Beta 2
-Status:             Open
+Status:             Closed
 Type:               Bug
 Package:            Compile Failure
 Operating System:   Windows Server 2008 R2
 PHP Version:        5.5.0beta1
-Assigned To:        
+Assigned To:        pajoye
 Block user comment: N
 Private report:     N



Previous Comments:
------------------------------------------------------------------------
[2013-04-10 07:31:29] paj...@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-02 22:37:36] 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-02 21:17:29] paj...@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 20:40:11] 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 20:36:14] 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.



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



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

Reply via email to