yandex / pire

Perl Incompatible Regular Expressions library
http://github.com/dprokoptsev/pire/wiki
Other
330 stars 30 forks source link

Compile Error #3

Closed yaoweibin closed 13 years ago

yaoweibin commented 13 years ago

yaoweibin@ubuntu:~/test/pire$ uname -a Linux ubuntu 2.6.28-11-server #42-Ubuntu SMP Fri Apr 17 02:45:36 UTC 2009 x86_64 GNU/Linux yaoweibin@ubuntu:~/test/pire$ g++ -v Using built-in specs. Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.3-5ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4) yaoweibin@ubuntu:~/test/pire$ make make all-recursive make[1]: Entering directory /home/yaoweibin/test/pire' Making all in pire make[2]: Entering directory/home/yaoweibin/test/pire/pire' make all-am make[3]: Entering directory /home/yaoweibin/test/pire/pire' /bin/bash ../ylwrap inline.lpp .c inline.cpp -- : make[3]: *** [inline.cpp] Error 1 make[3]: Leaving directory/home/yaoweibin/test/pire/pire' make[2]: * [all] Error 2 make[2]: Leaving directory `/home/yaoweibin/test/pire/pire' make[1]: * [all-recursive] Error 1 make[1]: Leaving directory`/home/yaoweibin/test/pire' make: *\ [all] Error 2

davenger commented 13 years ago

Please provide more details. Do you have flex installed? Are you building PIRE from tarball or from repository?

yaoweibin commented 13 years ago

Thanks. After I installed flex, every thing is fine now.