Advertisement
Guest User

Untitled

a guest
Jul 9th, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. In file included from /home/greg/Source/sword/include/swconfig.h:29:0,
  2. from /home/greg/Source/sword/src/mgr/swconfig.cpp:23:
  3. /home/greg/Source/sword/include/multimapwdef.h: In instantiation of ‘T& sword::multimapwithdefault<Key, T, Compare>::operator[](const Key&) [with Key = sword::SWBuf; T = sword::SWBuf; Compare = std::less<sword::SWBuf>]’:
  4. /home/greg/Source/sword/src/mgr/swconfig.cpp:155:55: required from here
  5. /home/greg/Source/sword/include/multimapwdef.h:22:3: error: ‘find’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  6. /home/greg/Source/sword/include/multimapwdef.h:22:3: note: declarations in dependent base ‘std::multimap<sword::SWBuf, sword::SWBuf, std::less<sword::SWBuf>, std::allocator<std::pair<const sword::SWBuf, sword::SWBuf> > >’ are not found by unqualified lookup
  7. /home/greg/Source/sword/include/multimapwdef.h:22:3: note: use ‘this->find’ instead
  8. /home/greg/Source/sword/include/multimapwdef.h:23:4: error: ‘insert’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  9. /home/greg/Source/sword/include/multimapwdef.h:23:4: note: declarations in dependent base ‘std::multimap<sword::SWBuf, sword::SWBuf, std::less<sword::SWBuf>, std::allocator<std::pair<const sword::SWBuf, sword::SWBuf> > >’ are not found by unqualified lookup
  10. /home/greg/Source/sword/include/multimapwdef.h:23:4: note: use ‘this->insert’ instead
  11. /home/greg/Source/sword/include/multimapwdef.h:25:23: error: ‘find’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  12. /home/greg/Source/sword/include/multimapwdef.h:25:23: note: declarations in dependent base ‘std::multimap<sword::SWBuf, sword::SWBuf, std::less<sword::SWBuf>, std::allocator<std::pair<const sword::SWBuf, sword::SWBuf> > >’ are not found by unqualified lookup
  13. /home/greg/Source/sword/include/multimapwdef.h:25:23: note: use ‘this->find’ instead
  14. make[2]: *** [CMakeFiles/sword.dir/src/mgr/swconfig.cpp.o] Error 1
  15. make[2]: *** Waiting for unfinished jobs....
  16. make[1]: *** [CMakeFiles/sword.dir/all] Error 2
  17. make: *** [all] Error 2
  18. greg@Gateway08:~/Source/sword/build (master)$ gcc -v
  19. Using built-in specs.
  20. COLLECT_GCC=gcc
  21. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.7.0/lto-wrapper
  22. Target: x86_64-redhat-linux
  23. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --disable-build-with-cxx --disable-build-poststage1-with-cxx --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
  24. Thread model: posix
  25. gcc version 4.7.0 20120507 (Red Hat 4.7.0-5) (GCC)
  26. greg@Gateway08:~/Source/sword/build (master)$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement