UPD after pull of origin master i've got a ne you error Zend/.libs/zend_language_parser.o: In function `zendparse': /home/andrew/Programs/php7/Zend/zend_language_parser.y:703: undefined reference to `zend_ast_append_doc_comment' collect2: error: ld returned 1 exit status
2015-10-25 0:12 GMT+03:00 Andrew Kluev <kluev.and...@gmail.com>: > In branches: master, PHP-7.0, tags/php7.0.0RC5, tags/php-7.0.0RC4 i got > error > > /bin/sh /home/andrew/Programs/php7/libtool --silent --preserve-dup-deps > --mode=compile /home/andrew/Programs/php7/meta_ccld -Iext/hash/ > -I/home/andrew/Programs/php7/ext/hash/ -DPHP_ATOM_INC > -I/home/andrew/Programs/php7/include -I/home/andrew/Programs/php7/main > -I/home/andrew/Programs/php7 -I/home/andrew/Programs/php7/ext/date/lib > -I/usr/include/libxml2 -I/usr/X11 -I/usr/include/freetype2 > -I/home/andrew/Programs/php7/ext/mbstring/oniguruma > -I/home/andrew/Programs/php7/ext/mbstring/libmbfl > -I/home/andrew/Programs/php7/ext/mbstring/libmbfl/mbfl -I/usr/include/mysql > -I/home/andrew/Programs/php7/ext/sqlite3/libsqlite -I/usr/include/pspell > -I/home/andrew/Programs/php7/ext/zip/lib -I/home/andrew/Programs/php7/TSRM > -I/home/andrew/Programs/php7/Zend -D_REENTRANT -I/usr/include -g -O2 > -fvisibility=hidden -pthread -DZTS -c > /home/andrew/Programs/php7/ext/hash/hash_joaat.c -o ext/hash/hash_joaat.lo > make: *** No rule to make target > '/home/andrew/Programs/php7/ext/hash/hash_sha3.c', needed by > 'ext/hash/hash_sha3.lo'. Stop > > Any body can help me? > > My flags > > > ./buildconf > ./configure \ > --prefix=$HOME/Programs/php7/usr \ > --with-config-file-path=$HOME/Programs/php7/usr/etc \ > --enable-mbstring \ > --enable-zip \ > --enable-bcmath \ > --enable-pcntl \ > --enable-ftp \ > --enable-exif \ > --enable-calendar \ > --enable-sysvmsg \ > --enable-sysvsem \ > --enable-sysvshm \ > --enable-wddx \ > --enable-fpm \ > --with-curl \ > --with-mcrypt \ > --with-iconv \ > --with-gmp \ > --with-pspell \ > --with-gd \ > --with-jpeg-dir=/usr \ > --with-png-dir=/usr \ > --with-zlib-dir=/usr \ > --with-xpm-dir=/usr \ > --with-freetype-dir=/usr \ > --enable-gd-native-ttf \ > --enable-gd-jis-conv \ > --with-openssl \ > --with-pdo-mysql=/usr \ > --with-gettext=/usr \ > --with-zlib=/usr \ > --with-bz2=/usr \ > --with-recode=/usr \ > --with-mysqli=/usr/bin/mysql_config \ > --enable-maintainer-zts > >