Advertisement
kapitanluffy

quickfix ruby

Apr 18th, 2015
421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 17.50 KB | None | 0 0
  1. "DESTDIR=" clean
  2. make "DESTDIR="
  3. compiling MessageSorters.cpp
  4. compiling OdbcStore.cpp
  5. compiling Initiator.cpp
  6. In file included from Session.h:34,
  7.                  from Initiator.h:36,
  8.                  from Initiator.cpp:26:
  9. DataDictionaryProvider.h:54: error: ‘ptr::shared_ptr’ has not been declared
  10. DataDictionaryProvider.h:54: error: expected ‘,’ or ‘...’ before ‘<’ token
  11. DataDictionaryProvider.h:55: error: ‘ptr::shared_ptr’ has not been declared
  12. DataDictionaryProvider.h:55: error: expected ‘,’ or ‘...’ before ‘<’ token
  13. DataDictionaryProvider.h:63: error: ‘shared_ptr’ is not a member of ‘ptr’
  14. DataDictionaryProvider.h:63: error: ‘shared_ptr’ is not a member of ‘ptr’
  15. DataDictionaryProvider.h:63: error: template argument 2 is invalid
  16. DataDictionaryProvider.h:63: error: template argument 4 is invalid
  17. DataDictionaryProvider.h:63: error: expected unqualified-id before ‘>’ token
  18. DataDictionaryProvider.h:64: error: ‘shared_ptr’ is not a member of ‘ptr’
  19. DataDictionaryProvider.h:64: error: ‘shared_ptr’ is not a member of ‘ptr’
  20. DataDictionaryProvider.h:64: error: template argument 2 is invalid
  21. DataDictionaryProvider.h:64: error: template argument 4 is invalid
  22. DataDictionaryProvider.h:64: error: expected unqualified-id before ‘>’ token
  23. DataDictionaryProvider.h: In member function ‘void FIX::DataDictionaryProvider::addTransportDataDictionary(const FIX::BeginString&, const std::string&)’:
  24. DataDictionaryProvider.h:58: error: ‘shared_ptr’ is not a member of ‘ptr’
  25. DataDictionaryProvider.h:58: error: expected primary-expression before ‘>’ token
  26. DataDictionaryProvider.h: In member function ‘void FIX::DataDictionaryProvider::addApplicationDataDictionary(const FIX::ApplVerID&, const std::string&)’:
  27. DataDictionaryProvider.h:60: error: ‘shared_ptr’ is not a member of ‘ptr’
  28. DataDictionaryProvider.h:60: error: expected primary-expression before ‘>’ token
  29. In file included from Initiator.cpp:29:
  30. SessionFactory.h: At global scope:
  31. SessionFactory.h:63: error: ‘shared_ptr’ is not a member of ‘ptr’
  32. SessionFactory.h:63: error: ‘shared_ptr’ is not a member of ‘ptr’
  33. SessionFactory.h:63: error: template argument 2 is invalid
  34. SessionFactory.h:63: error: template argument 4 is invalid
  35. SessionFactory.h:63: error: expected unqualified-id before ‘>’ token
  36. SessionFactory.h:65: error: ISO C++ forbids declaration of ‘shared_ptr’ with no type
  37. SessionFactory.h:65: error: invalid use of ‘::’
  38. SessionFactory.h:65: error: expected ‘;’ before ‘<’ token
  39. SessionFactory.h:82: error: ‘Dictionaries’ does not name a type
  40. make: *** [Initiator.o] Error 1
  41. ERROR:  Error installing quickfix_ruby:
  42.         ERROR: Failed to build gem native extension.
  43.  
  44.     Building has failed. See above output for more information on the failure.
  45. make failed, exit code 2
  46.  
  47. Gem files will remain installed in /mnt/ext/home/fox/.rvm/gems/ruby-2.2.1/gems/quickfix_ruby-1.14.3.1 for inspection.
  48. Results logged to /mnt/ext/home/fox/.rvm/gems/ruby-2.2.1/extensions/x86-linux/2.2.0/quickfix_ruby-1.14.3.1/gem_make.out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement