You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2022/05/26 08:26:57 UTC

[GitHub] [incubator-brpc] helifu commented on issue #1691: [cmake] 使用leveldb提供的cmake配置文件来查找并使用leveldb

helifu commented on issue #1691:
URL: https://github.com/apache/incubator-brpc/issues/1691#issuecomment-1138293469

   hit the same question on version 1.0.0:
   ```
   ../output/lib/libbrpc.so: undefined reference to `snappy::GetUncompressedLength(char const*, unsigned long, unsigned long*)'
   ../output/lib/libbrpc.so: undefined reference to `snappy::MaxCompressedLength(unsigned long)'
   ../output/lib/libbrpc.so: undefined reference to `snappy::RawUncompress(char const*, unsigned long, char*)'
   ../output/lib/libbrpc.so: undefined reference to `snappy::RawCompress(char const*, unsigned long, char*, unsigned long*)'
   collect2: error: ld returned 1 exit status
   make[2]: *** [output/bin/protoc-gen-mcpack] Error 1
   make[1]: *** [src/CMakeFiles/protoc-gen-mcpack.dir/all] Error 2
   make[1]: *** Waiting for unfinished jobs....
   ^Cmake[2]: make[2]: make[2]: make[2]: make[2]: *** Deleting file `output/bin/rpc_press'*** Deleting file `output/bin/rpc_replay'*** Deleting file `output/bin/trackme_server'*** Deleting file `output/bin/parallel_http'
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org