Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dear-imgui-conan fails after build #63

Open
denisjansson opened this issue May 30, 2020 · 2 comments
Open

dear-imgui-conan fails after build #63

denisjansson opened this issue May 30, 2020 · 2 comments

Comments

@denisjansson
Copy link

I cannot launch dear-imgui-conan after the build. If I create a symlink to ~/.conan as /home/conan it fixes the first error, but it is kinda workaround.

libGL error: MESA-LOADER: failed to open swrast (search paths /home/conan/.conan/data/mesa/19.3.1/bincrafters/stable/package/0584dc45620b4bdf99bddb906b9a0e5224605ec2/lib/dri)
libGL error: failed to load driver: swrast
Glfw Error 65543: GLX: Failed to create context: BadMatch
@denisjansson
Copy link
Author

it's pop os 20.04 (ubuntu fork), I'm building examples with slightly modified build.sh

#!/bin/bash

set -e
set -x

rm -rf build
mkdir build
pushd build

conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan | true

conan install .. --build missing 
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build .

conan remote remove bincrafters

--build missing is added, because of the following error.

ERROR: Missing prebuilt package for 'mesa-glu/9.0.1@bincrafters/stable'

and I'm able to run LIBGL_DEBUG=verbose glxgears
without any problems

@denisjansson
Copy link
Author

here is the issue
bincrafters/community#1200

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant