From:             jfha73 at gmail dot com
Operating system: Windows Server 2008 R2
PHP version:      5.5.0beta1
Package:          Compile Failure
Bug Type:         Bug
Bug description:gettext not compiling on Beta 2

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 bug report at https://bugs.php.net/bug.php?id=64569&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=64569&r=trysnapshot54
Try a snapshot (PHP 5.3):   
https://bugs.php.net/fix.php?id=64569&r=trysnapshot53
Try a snapshot (trunk):     
https://bugs.php.net/fix.php?id=64569&r=trysnapshottrunk
Fixed in SVN:               https://bugs.php.net/fix.php?id=64569&r=fixed
Fixed in release:           https://bugs.php.net/fix.php?id=64569&r=alreadyfixed
Need backtrace:             https://bugs.php.net/fix.php?id=64569&r=needtrace
Need Reproduce Script:      https://bugs.php.net/fix.php?id=64569&r=needscript
Try newer version:          https://bugs.php.net/fix.php?id=64569&r=oldversion
Not developer issue:        https://bugs.php.net/fix.php?id=64569&r=support
Expected behavior:          https://bugs.php.net/fix.php?id=64569&r=notwrong
Not enough info:            
https://bugs.php.net/fix.php?id=64569&r=notenoughinfo
Submitted twice:            
https://bugs.php.net/fix.php?id=64569&r=submittedtwice
register_globals:           https://bugs.php.net/fix.php?id=64569&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=64569&r=php4
Daylight Savings:           https://bugs.php.net/fix.php?id=64569&r=dst
IIS Stability:              https://bugs.php.net/fix.php?id=64569&r=isapi
Install GNU Sed:            https://bugs.php.net/fix.php?id=64569&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=64569&r=float
No Zend Extensions:         https://bugs.php.net/fix.php?id=64569&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=64569&r=mysqlcfg

Reply via email to