Advertisement
StoianIvanov

link errors

Feb 17th, 2025
17
0
24 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.85 KB | Software | 0 0
  1. sdr@sdr-lt:~/Downloads/App SESDK_V2.0.0/ubuntu64/src$ g++ -L../bin/ -I../../JsonCpp/ main.cpp -lSESDKWrapper -lSENet -lSEPlay -lSEP2PLibrary -lP2PTunnelAPIs -lIOTCAPIs -lRDTAPIs -lTUTKGlobalAPIs -L../../openssl_1_1_0-stable/ -lcrypto -lssl -o main
  2. /usr/bin/ld: /tmp/ccfqOdvN.o: in function `login()':
  3. main.cpp:(.text+0x97): undefined reference to `Json::Value::Value(Json::ValueType)'
  4. /usr/bin/ld: main.cpp:(.text+0xa6): undefined reference to `Json::Value::clear()'
  5. /usr/bin/ld: main.cpp:(.text+0xbc): undefined reference to `Json::Value::Value(char const*)'
  6. /usr/bin/ld: main.cpp:(.text+0xd5): undefined reference to `Json::Value::operator[](char const*)'
  7. /usr/bin/ld: main.cpp:(.text+0xe7): undefined reference to `Json::Value::operator=(Json::Value)'
  8. /usr/bin/ld: main.cpp:(.text+0xf3): undefined reference to `Json::Value::~Value()'
  9. /usr/bin/ld: main.cpp:(.text+0x104): undefined reference to `Json::Value::Value(int)'
  10. /usr/bin/ld: main.cpp:(.text+0x11d): undefined reference to `Json::Value::operator[](char const*)'
  11. /usr/bin/ld: main.cpp:(.text+0x12f): undefined reference to `Json::Value::operator=(Json::Value)'
  12. /usr/bin/ld: main.cpp:(.text+0x13b): undefined reference to `Json::Value::~Value()'
  13. /usr/bin/ld: main.cpp:(.text+0x151): undefined reference to `Json::Value::Value(char const*)'
  14. /usr/bin/ld: main.cpp:(.text+0x16a): undefined reference to `Json::Value::operator[](char const*)'
  15. /usr/bin/ld: main.cpp:(.text+0x17c): undefined reference to `Json::Value::operator=(Json::Value)'
  16. /usr/bin/ld: main.cpp:(.text+0x188): undefined reference to `Json::Value::~Value()'
  17. /usr/bin/ld: main.cpp:(.text+0x19e): undefined reference to `Json::Value::Value(char const*)'
  18. /usr/bin/ld: main.cpp:(.text+0x1b7): undefined reference to `Json::Value::operator[](char const*)'
  19. /usr/bin/ld: main.cpp:(.text+0x1c9): undefined reference to `Json::Value::operator=(Json::Value)'
  20. /usr/bin/ld: main.cpp:(.text+0x1d5): undefined reference to `Json::Value::~Value()'
  21. /usr/bin/ld: main.cpp:(.text+0x1eb): undefined reference to `Json::Value::Value(char const*)'
  22. /usr/bin/ld: main.cpp:(.text+0x204): undefined reference to `Json::Value::operator[](char const*)'
  23. /usr/bin/ld: main.cpp:(.text+0x216): undefined reference to `Json::Value::operator=(Json::Value)'
  24. /usr/bin/ld: main.cpp:(.text+0x222): undefined reference to `Json::Value::~Value()'
  25. /usr/bin/ld: main.cpp:(.text+0x238): undefined reference to `Json::Value::Value(char const*)'
  26. /usr/bin/ld: main.cpp:(.text+0x251): undefined reference to `Json::Value::operator[](char const*)'
  27. /usr/bin/ld: main.cpp:(.text+0x263): undefined reference to `Json::Value::operator=(Json::Value)'
  28. /usr/bin/ld: main.cpp:(.text+0x26f): undefined reference to `Json::Value::~Value()'
  29. /usr/bin/ld: main.cpp:(.text+0x285): undefined reference to `Json::Value::Value(char const*)'
  30. /usr/bin/ld: main.cpp:(.text+0x29e): undefined reference to `Json::Value::operator[](char const*)'
  31. /usr/bin/ld: main.cpp:(.text+0x2b0): undefined reference to `Json::Value::operator=(Json::Value)'
  32. /usr/bin/ld: main.cpp:(.text+0x2bc): undefined reference to `Json::Value::~Value()'
  33. /usr/bin/ld: main.cpp:(.text+0x2d2): undefined reference to `Json::Value::Value(char const*)'
  34. /usr/bin/ld: main.cpp:(.text+0x2eb): undefined reference to `Json::Value::operator[](char const*)'
  35. /usr/bin/ld: main.cpp:(.text+0x2fd): undefined reference to `Json::Value::operator=(Json::Value)'
  36. /usr/bin/ld: main.cpp:(.text+0x309): undefined reference to `Json::Value::~Value()'
  37. /usr/bin/ld: main.cpp:(.text+0x315): undefined reference to `Json::StreamWriterBuilder::StreamWriterBuilder()'
  38. /usr/bin/ld: main.cpp:(.text+0x32f): undefined reference to `Json::writeString[abi:cxx11](Json::StreamWriter::Factory const&, Json::Value const&)'
  39. /usr/bin/ld: main.cpp:(.text+0x39e): undefined reference to `Json::StreamWriterBuilder::~StreamWriterBuilder()'
  40. /usr/bin/ld: main.cpp:(.text+0x3ad): undefined reference to `Json::Value::~Value()'
  41. /usr/bin/ld: main.cpp:(.text+0x3d8): undefined reference to `Json::Value::~Value()'
  42. /usr/bin/ld: main.cpp:(.text+0x3f0): undefined reference to `Json::Value::~Value()'
  43. /usr/bin/ld: main.cpp:(.text+0x408): undefined reference to `Json::Value::~Value()'
  44. /usr/bin/ld: main.cpp:(.text+0x420): undefined reference to `Json::Value::~Value()'
  45. /usr/bin/ld: /tmp/ccfqOdvN.o:main.cpp:(.text+0x438): more undefined references to `Json::Value::~Value()' follow
  46. /usr/bin/ld: /tmp/ccfqOdvN.o: in function `login()':
  47. main.cpp:(.text+0x4a1): undefined reference to `Json::StreamWriterBuilder::~StreamWriterBuilder()'
  48. /usr/bin/ld: main.cpp:(.text+0x4b9): undefined reference to `Json::Value::~Value()'
  49. /usr/bin/ld: /tmp/ccfqOdvN.o: in function `start_preview(int)':
  50. main.cpp:(.text+0x625): undefined reference to `Json::Value::Value(Json::ValueType)'
  51. /usr/bin/ld: main.cpp:(.text+0x634): undefined reference to `Json::Value::clear()'
  52. /usr/bin/ld: main.cpp:(.text+0x64b): undefined reference to `Json::Value::Value(int)'
  53. /usr/bin/ld: main.cpp:(.text+0x664): undefined reference to `Json::Value::operator[](char const*)'
  54. /usr/bin/ld: main.cpp:(.text+0x679): undefined reference to `Json::Value::operator=(Json::Value)'
  55. /usr/bin/ld: main.cpp:(.text+0x688): undefined reference to `Json::Value::~Value()'
  56. /usr/bin/ld: main.cpp:(.text+0x6a1): undefined reference to `Json::Value::Value(char const*)'
  57. /usr/bin/ld: main.cpp:(.text+0x6ba): undefined reference to `Json::Value::operator[](char const*)'
  58. /usr/bin/ld: main.cpp:(.text+0x6cf): undefined reference to `Json::Value::operator=(Json::Value)'
  59. /usr/bin/ld: main.cpp:(.text+0x6de): undefined reference to `Json::Value::~Value()'
  60. /usr/bin/ld: main.cpp:(.text+0x6f2): undefined reference to `Json::Value::Value(bool)'
  61. /usr/bin/ld: main.cpp:(.text+0x70b): undefined reference to `Json::Value::operator[](char const*)'
  62. /usr/bin/ld: main.cpp:(.text+0x720): undefined reference to `Json::Value::operator=(Json::Value)'
  63. /usr/bin/ld: main.cpp:(.text+0x72f): undefined reference to `Json::Value::~Value()'
  64. /usr/bin/ld: main.cpp:(.text+0x73e): undefined reference to `Json::StreamWriterBuilder::StreamWriterBuilder()'
  65. /usr/bin/ld: main.cpp:(.text+0x75e): undefined reference to `Json::writeString[abi:cxx11](Json::StreamWriter::Factory const&, Json::Value const&)'
  66. /usr/bin/ld: main.cpp:(.text+0x846): undefined reference to `Json::StreamWriterBuilder::~StreamWriterBuilder()'
  67. /usr/bin/ld: main.cpp:(.text+0x855): undefined reference to `Json::Value::~Value()'
  68. /usr/bin/ld: main.cpp:(.text+0x883): undefined reference to `Json::Value::~Value()'
  69. /usr/bin/ld: main.cpp:(.text+0x89b): undefined reference to `Json::Value::~Value()'
  70. /usr/bin/ld: main.cpp:(.text+0x8b3): undefined reference to `Json::Value::~Value()'
  71. /usr/bin/ld: main.cpp:(.text+0x8e3): undefined reference to `Json::StreamWriterBuilder::~StreamWriterBuilder()'
  72. /usr/bin/ld: main.cpp:(.text+0x8fb): undefined reference to `Json::Value::~Value()'
  73. collect2: error: ld returned 1 exit status
  74. sdr@sdr-lt:~/Downloads/App SESDK_V2.0.0/ubuntu64/src$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement