On Fri, Mar 05, 2010 at 02:09:23PM +0100, Michael Bienia wrote:
> It would be good if an user of it could confirm that is still works as
> expected (didn't had time to test it yet).

It does appear to work as expected, so far as I've been able to tell.
Deprecation warnings are also still happening during compilation.

Full build log follows:

/bin/bash /tmp/build/php-imlib-0.7/libtool --mode=compile cc  -I. 
-I/tmp/build/php-imlib-0.7 -DPHP_ATOM_INC -I/tmp/build/php-imlib-0.7/include 
-I/tmp/build/php-imlib-0.7/main -I/tmp/build/php-imlib-0.7 -I/usr/include/php5 
-I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend 
-I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -DHAVE_CONFIG_H  -g -O2   -c 
/tmp/build/php-imlib-0.7/imlib.c -o imlib.lo 
libtool: compile:  cc -I. -I/tmp/build/php-imlib-0.7 -DPHP_ATOM_INC 
-I/tmp/build/php-imlib-0.7/include -I/tmp/build/php-imlib-0.7/main 
-I/tmp/build/php-imlib-0.7 -I/usr/include/php5 -I/usr/include/php5/main 
-I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext 
-I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-DHAVE_CONFIG_H -g -O2 -c /tmp/build/php-imlib-0.7/imlib.c  -fPIC -DPIC -o 
.libs/imlib.o
/tmp/build/php-imlib-0.7/imlib.c: In function ‘_php_imlib_draw_something’:
/tmp/build/php-imlib-0.7/imlib.c:501: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function ‘_php_imlib_single_arg’:
/tmp/build/php-imlib-0.7/imlib.c:533: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function 
‘zif_imlib_add_color_to_color_range’:
/tmp/build/php-imlib-0.7/imlib.c:560: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function 
‘zif_imlib_blend_image_onto_image’:
/tmp/build/php-imlib-0.7/imlib.c:586: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function ‘zif_imlib_clone_image’:
/tmp/build/php-imlib-0.7/imlib.c:622: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function ‘zif_imlib_create_cropped_image’:
/tmp/build/php-imlib-0.7/imlib.c:661: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function 
‘zif_imlib_create_cropped_scaled_image’:
/tmp/build/php-imlib-0.7/imlib.c:685: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function ‘zif_imlib_create_image’:
/tmp/build/php-imlib-0.7/imlib.c:714: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function ‘zif_imlib_create_rotated_image’:
/tmp/build/php-imlib-0.7/imlib.c:743: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function ‘zif_imlib_create_scaled_image’:
/tmp/build/php-imlib-0.7/imlib.c:777: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function ‘zif_imlib_dump_image’:
/tmp/build/php-imlib-0.7/imlib.c:820: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function ‘zif_imlib_free_color_range’:
/tmp/build/php-imlib-0.7/imlib.c:913: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function ‘zif_imlib_free_font’:
/tmp/build/php-imlib-0.7/imlib.c:930: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function ‘zif_imlib_free_image’:
/tmp/build/php-imlib-0.7/imlib.c:947: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function ‘zif_imlib_get_text_size’:
/tmp/build/php-imlib-0.7/imlib.c:966: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function ‘zif_imlib_image_blur’:
/tmp/build/php-imlib-0.7/imlib.c:1002: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function ‘zif_imlib_image_draw_polygon’:
/tmp/build/php-imlib-0.7/imlib.c:1048: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function 
‘zif_imlib_image_fill_color_range_rectangle’:
/tmp/build/php-imlib-0.7/imlib.c:1097: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function ‘zif_imlib_image_fill_polygon’:
/tmp/build/php-imlib-0.7/imlib.c:1145: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function ‘zif_imlib_image_format’:
/tmp/build/php-imlib-0.7/imlib.c:1216: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function ‘zif_imlib_image_get_filename’:
/tmp/build/php-imlib-0.7/imlib.c:1240: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function ‘zif_imlib_image_get_height’:
/tmp/build/php-imlib-0.7/imlib.c:1264: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function ‘zif_imlib_image_get_width’:
/tmp/build/php-imlib-0.7/imlib.c:1286: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function ‘zif_imlib_image_has_alpha’:
/tmp/build/php-imlib-0.7/imlib.c:1307: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function ‘zif_imlib_image_modify_alpha’:
/tmp/build/php-imlib-0.7/imlib.c:1337: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function ‘zif_imlib_image_set_format’:
/tmp/build/php-imlib-0.7/imlib.c:1377: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function ‘zif_imlib_image_sharpen’:
/tmp/build/php-imlib-0.7/imlib.c:1405: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function ‘zif_imlib_load_font’:
/tmp/build/php-imlib-0.7/imlib.c:1480: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function ‘zif_imlib_load_image’:
/tmp/build/php-imlib-0.7/imlib.c:1506: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function ‘zif_imlib_polygon_add_point’:
/tmp/build/php-imlib-0.7/imlib.c:1543: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function 
‘zif_imlib_polygon_contains_point’:
/tmp/build/php-imlib-0.7/imlib.c:1567: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function ‘zif_imlib_polygon_free’:
/tmp/build/php-imlib-0.7/imlib.c:1599: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function ‘zif_imlib_polygon_get_bounds’:
/tmp/build/php-imlib-0.7/imlib.c:1617: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function ‘zif_imlib_save_image’:
/tmp/build/php-imlib-0.7/imlib.c:1664: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function ‘zif_imlib_text_draw’:
/tmp/build/php-imlib-0.7/imlib.c:1713: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/tmp/build/php-imlib-0.7/imlib.c: In function ‘zif_imlib_set_cache_size’:
/tmp/build/php-imlib-0.7/imlib.c:1754: warning: ‘zend_get_parameters_ex’ is 
deprecated (declared at /usr/include/php5/Zend/zend_API.h:222)
/bin/bash /tmp/build/php-imlib-0.7/libtool --mode=link cc -DPHP_ATOM_INC 
-I/tmp/build/php-imlib-0.7/include -I/tmp/build/php-imlib-0.7/main 
-I/tmp/build/php-imlib-0.7 -I/usr/include/php5 -I/usr/include/php5/main 
-I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext 
-I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  
-DHAVE_CONFIG_H  -g -O2   -o imlib.la -export-dynamic -avoid-version 
-prefer-pic -module -rpath /tmp/build/php-imlib-0.7/modules  imlib.lo -lImlib2
libtool: link: cc -shared  .libs/imlib.o   /usr/lib/libImlib2.so    -Wl,-soname 
-Wl,imlib.so -o .libs/imlib.so
libtool: link: ( cd ".libs" && rm -f "imlib.la" && ln -s "../imlib.la" 
"imlib.la" )
/bin/bash /tmp/build/php-imlib-0.7/libtool --mode=install cp ./imlib.la 
/tmp/build/php-imlib-0.7/modules
libtool: install: cp ./.libs/imlib.so /tmp/build/php-imlib-0.7/modules/imlib.so
libtool: install: cp ./.libs/imlib.lai /tmp/build/php-imlib-0.7/modules/imlib.la
libtool: finish: 
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" 
ldconfig -n /tmp/build/php-imlib-0.7/modules
----------------------------------------------------------------------
Libraries have been installed in:
   /tmp/build/php-imlib-0.7/modules

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------

Build complete.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to