我正在使用以下文件构建docker映像 # Version: 0.0.1 FROM ubuntu MAINTAINER Walid Ashraf RUN apt-get update RUN apt-get upgrade RUN apt-get install -y git libprotobuf-dev libprotobuf-c0-dev protobuf-c-compiler protobuf-compiler python-protobuf 我一直收到以下错误: Reading package lists.....
Am running Mint 17.3 (based on Trusty). When I run: sudo apt-get install libpurple-dev libjson-glib-dev libglib2.0-dev libprotobuf-c-dev protobuf-c-compiler mercurial make It returns: E: Unable to locate package libprotobuf-c-dev ...
I tried to runsudo apt-get install git cmake build-essential libboost-system-dev libprotobuf17 protobuf-compiler libprotobuf-dev openssl libssl-dev libgoogle-perftools-devin the ubuntu termianl to install MARIANNMT, but always got the errorunable to locate package libprotobuf17I then triedsudo...
Operating system Windows Server 2019 Compiler cmake Steps to reproduce the behavior Steps to execute: Install Visual Studio Build Tools 2022. vcpkg install protobuf works. Then install Visual Studio Test Agent 2022 (2) (17.6.4) ("Agents ...
Because now by default we use find_package to locate the dependencies first. You can set FETCHCONTENT_TRY_FIND_PACKAGE_MODE to NEVER. AddingSET(CMAKE_SYSTEM_PROCESSOR aarch64)indeed fixes the issue for v1.15.1. Thank you@mayeut. For anyone else who comes across this issue, here is the ...