Questions tagged [conan]

Conan is a portable package manager, intended for C and C++ developers, but it is able to manage builds from source, dependencies, and precompiled binaries for any language.

Homepage

Documents

Github Repository

662 questions
0
votes
1 answer

Using conan to build Qt from source does not build Qt5Help, Cmake cannot find a package configuration file provided by "Qt5Help"

I am trying to use the qt conan package qt/5.6.2@osechet/stable to add qt to an existing project. For this project I need the Qt help package. I have: [requires] qt/5.6.2@osechet/stable [options] qt:tools=True in my conanfile. How do I get the…
Kevin Lannen
  • 89
  • 2
  • 13
0
votes
1 answer

How can I solve undefined reference errors with Conan and SDL2 on Ubuntu 16.10?

I am trying to get conan working in a test project by following their Geting Started guide so that I can begin using it in a real project. I am attempting to use SDL2 with glew in a C++ project compiled with g++ on Ubuntu 16.10 x64. My…
john01dav
  • 1,842
  • 1
  • 21
  • 40
0
votes
2 answers

Trouble creating Conan package

I'm trying to use Conan to package some files and executables together for version control, however after looking at the Conan documentation it's still unclear to me how to do this, or if Conan is even the right tool for the job. Basically I want…
Stefan
  • 211
  • 3
  • 14
0
votes
1 answer

Building a project with Conan C/C++ Package Manager

Hy all, I want to build a project with Conan C/C++ Package manager, i have some issues... it can't find the Conanfile but the Conanfile exists! ... CentOs ... I have a folder "mytimer" : [user mytimer]$ ls build CMakeLists.txt Conanfile.txt …
user7127267
0
votes
1 answer

How to use conan's SDL2 in windows

I'm new to compiling with conan in windows and I'm struggling with using SDL2. Here there's a hello world that uses conan, which compiles and runs fine in linux doing: git clone https://bitbucket.org/mutcoll/conan-sdl2-hello-world.git cd…
jmmut
  • 884
  • 9
  • 19
-1
votes
1 answer

Github Action fails to build on Mac, but works on Windows and Linux -> ld: symbol(s) not found for architecture arm64

So, I'm building part of an application I'm working on using a Github Action. This Github Action fetches libraries used from conan center and then build a lib for the use within a Godot 3 Programm. This build process works fine in the example given…
LyffLyff
  • 5
  • 2
-1
votes
1 answer

can't import library by conan

os: Mac ide: CLion library: uwebsockets I'm trying to connect the library to my project, I use Conan, the package is downloaded, but the magic ends there, it gives errors in the python file, but I have no idea what to do with it, the python has…
-1
votes
1 answer

How to install conan package on build stage with QBS

I have a solution with many projects, for one of them I need to install conan package, but only if this project will be chosen to build. I am building my projects with QBS. I tried to use Probes.ConanfileProbe in qbs file, but it seems that conan…
Daria
  • 1
-1
votes
1 answer

Jenkins start pipeline container as jenkins user causing permission denied error

I have a custom ubuntu docker image where I install some packages and set environment variables so I can use it in jenkins to build a project FROM ubuntu:focal # Set environment ENV DEBIAN_FRONTEND=noninteractive ENV PATH="${PATH}:/usr/local/bin"…
WilliamB
  • 65
  • 5
-1
votes
1 answer

Building FLTK Project with CMAKE/CONAN

I'm fairly new to C++ / CMake, but I'd like to create a project with FLTK using CMAKE and CONAN as package manager. I'm using Windows 11, but trying to get it to run under WSL (Ubuntu 20.04). My WSL-version supports GUI applications. When I install…
-1
votes
1 answer

Installing of WebP, conan errror

I'm trying to install webp in PyCharm, but after 'pip install webp' i get this error: Please, help me. I've been trying to install webp for a few days and have already lost all hope. I just don't know what to do. Thanks for all advices!
Neighbourhood
  • 166
  • 3
  • 13
-1
votes
1 answer

Strange behaviour by conan when generating CMake files

I'm currently writing a conanfile.py to build OpenCV, a custom build used internally by my company. We're trying to use CMake to build but we're coming across an unexpected behaviour by OpenCV: when generating a Release build without specifying the…
ruipacheco
  • 15,025
  • 19
  • 82
  • 138
-1
votes
1 answer

How to edit and save Python file via command-line

I have a Dockerfile that in one of its RUN instructions creates a conan file. I'd like to edit and save that conan file in my Dockerfile to set project specific settings. Is there a way to do so via command line, for example the Python…
ruipacheco
  • 15,025
  • 19
  • 82
  • 138
-1
votes
1 answer

Jenkins Artifactory Plugin with ConanClient: huge BuildInfo refering unrelated packages returned by ConanClient

for some reason the BuildInfo object returned by the ConanClient.run() method contains references to a lot of unrelated Conan Packages as "modules". It seems these packages were also built on the same Jenkins slave but of course in different…
-2
votes
1 answer

How to install conan and use it?

Check if Conan is not installed correctly.install failed,The initial installation is through the PIP installation 1、pip install conan 2、conan An error occurs at step 2(windows 7) failed create aprocess
Rwqxzty
  • 1
  • 1
1 2 3
44
45