Skip to content

Instantly share code, notes, and snippets.

@ikariiin
Created March 3, 2016 09:17
Show Gist options
  • Save ikariiin/f75accddc3e615d0e65d to your computer and use it in GitHub Desktop.
Save ikariiin/f75accddc3e615d0e65d to your computer and use it in GitHub Desktop.
/bin/bash /home/gourab/Desktop/xdebug/libtool --mode=compile cc -I. -I/home/gourab/Desktop/xdebug -DPHP_ATOM_INC -I/home/gourab/Desktop/xdebug/include -I/home/gourab/Desktop/xdebug/main -I/home/gourab/Desktop/xdebug -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /home/gourab/Desktop/xdebug/xdebug.c -o xdebug.lo
mkdir .libs
cc -I. -I/home/gourab/Desktop/xdebug -DPHP_ATOM_INC -I/home/gourab/Desktop/xdebug/include -I/home/gourab/Desktop/xdebug/main -I/home/gourab/Desktop/xdebug -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /home/gourab/Desktop/xdebug/xdebug.c -fPIC -DPIC -o .libs/xdebug.o
In file included from /home/gourab/Desktop/xdebug/xdebug.c:52:0:
/home/gourab/Desktop/xdebug/php_xdebug.h:23:27: warning: missing terminating " character [enabled by default]
#define XDEBUG_VERSION "2.4.1-dev
^
In file included from /home/gourab/Desktop/xdebug/xdebug_handlers.h:22:0,
from /home/gourab/Desktop/xdebug/php_xdebug.h:33,
from /home/gourab/Desktop/xdebug/xdebug.c:52:
/home/gourab/Desktop/xdebug/php_xdebug.h:23:27: warning: missing terminating " character [enabled by default]
#define XDEBUG_VERSION "2.4.1-dev
^
/home/gourab/Desktop/xdebug/xdebug.c:169:2: error: missing terminating " character
XDEBUG_VERSION,
^
/home/gourab/Desktop/xdebug/xdebug.c:169:16: error: expected expression before ‘,’ token
XDEBUG_VERSION,
^
/home/gourab/Desktop/xdebug/xdebug.c: In function ‘zm_info_xdebug’:
/home/gourab/Desktop/xdebug/xdebug.c:1339:2: error: missing terminating " character
php_info_print_table_row(2, "Version", XDEBUG_VERSION);
^
/home/gourab/Desktop/xdebug/xdebug.c:1339:55: error: expected expression before ‘)’ token
php_info_print_table_row(2, "Version", XDEBUG_VERSION);
^
/home/gourab/Desktop/xdebug/xdebug.c: At top level:
/home/gourab/Desktop/xdebug/xdebug.c:2712:2: error: missing terminating " character
XDEBUG_VERSION,
^
/home/gourab/Desktop/xdebug/xdebug.c:2712:16: error: expected expression before ‘,’ token
XDEBUG_VERSION,
^
make: *** [xdebug.lo] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment