Advertisement
Guest User

Untitled

a guest
May 8th, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. Making all in .
  2. make[3]: Entering directory `/home/gaurav/Work/xapian/xapian-gsoc-gaurav/xapian-gaurav-gsoc/xapian-applications/omega'
  3. g++ -DHAVE_CONFIG_H -I. -I./common -DCONFIGFILE_SYSTEM=\"/usr/local/etc/omega.conf\" -DPKGLIBBINDIR=\"/usr/local/lib/xapian-omega/bin\" -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Wstrict-null-sentinel -Wshadow -Wstrict-overflow=1 -Winit-self -Wlogical-op -Wmissing-declarations -fvisibility=hidden -Werror -I/home/gaurav/Work/xapian/xapian-gsoc-gaurav/xapian-gaurav-gsoc/xapian-core/include -I/home/gaurav/Work/xapian/xapian-gsoc-gaurav/xapian-gaurav-gsoc/INST/include -L/home/gaurav/Work/xapian/xapian-gsoc-gaurav/xapian-gaurav-gsoc/INST/lib -MT runfilter.o -MD -MP -MF .deps/runfilter.Tpo -c -o runfilter.o runfilter.cc
  4. runfilter.cc: In function ‘std::string stdout_to_string(const string&)’:
  5. runfilter.cc:91:52: error: narrowing conversion of ‘mem’ from ‘long int’ to ‘rlim_t {aka long unsigned int}’ inside { } is ill-formed in C++11 [-Werror=narrowing]
  6. cc1plus: all warnings being treated as errors
  7. make[3]: *** [runfilter.o] Error 1
  8. make[3]: Leaving directory `/home/gaurav/Work/xapian/xapian-gsoc-gaurav/xapian-gaurav-gsoc/xapian-applications/omega'
  9. make[2]: *** [all-recursive] Error 1
  10. make[2]: Leaving directory `/home/gaurav/Work/xapian/xapian-gsoc-gaurav/xapian-gaurav-gsoc/xapian-applications/omega'
  11. make[1]: *** [all] Error 2
  12. make[1]: Leaving directory `/home/gaurav/Work/xapian/xapian-gsoc-gaurav/xapian-gaurav-gsoc/xapian-applications/omega'
  13. make: *** [all] Error 2
  14. [gaurav@myhost xapian-gaurav-gsoc]$ locate runfilter.cc
  15. /home/gaurav/Work/xapian/xapian/xapian-applications/omega/runfilter.cc
  16. /home/gaurav/Work/xapian/xapian-gsoc-gaurav/xapian-gaurav-gsoc/xapian-applications/omega/runfilter.cc
  17. [gaurav@myhost xapian-gaurav-gsoc]$ vim /home/gaurav/Work/xapian/xapian-gsoc-gaurav/xapian-gaurav-gsoc/xapian-applications/omega/runfilter.cc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement