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

 ID:                 63786
 Updated by:         re...@php.net
 Reported by:        me at derrabus dot de
 Summary:            Compile failure in ext/json/utf8_to_utf16.c
-Status:             Open
+Status:             Not a bug
 Type:               Bug
 Package:            Compile Failure
 Operating System:   Ubuntu 12.10
 PHP Version:        5.5Git-2012-12-17 (Git)
 Block user comment: N
 Private report:     N

 New Comment:

closed


Previous Comments:
------------------------------------------------------------------------
[2012-12-17 16:07:11] me at derrabus dot de

Thank you for your quick reply. After running buildconf (which I forgot after 
the pull), php compiles fine. Sorry for this bogus report. :-(

------------------------------------------------------------------------
[2012-12-17 11:48:03] johan...@php.net

Have you run ./buildconf and configure to regenerate the Makefile after 
updating from git?

------------------------------------------------------------------------
[2012-12-17 11:21:14] me at derrabus dot de

Description:
------------
I've just tried to compile the current 5.5 branch from git. ext/json fails to 
build.

My test machine runs a Ubuntu 12.10 standard configuration.

Linux 3.5.0-19-generic (64bit)
GCC 4.7.2

Test script:
---------------
./configure --prefix=/opt/php/php-5.5-dev --enable-cli --with-zlib --with-pear
make

Expected result:
----------------
A compiled version of PHP 5.5.

Actual result:
--------------
/home/rabus/php-src/ext/json/json.c: In function ‘json_escape_string’:
/home/rabus/php-src/ext/json/json.c:422:6: warning: unknown conversion type 
character ‘k’ in format [-Wformat]
/home/rabus/php-src/ext/json/json.c: In function ‘php_json_encode’:
/home/rabus/php-src/ext/json/json.c:630:6: warning: unknown conversion type 
character ‘k’ in format [-Wformat]
make: *** No rule to make target 
`/home/rabus/php-src/ext/json/utf8_to_utf16.c', needed by 
`ext/json/utf8_to_utf16.lo'.  Stop.



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



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

Reply via email to