-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[libusb] Build error on x64-linux #43141
Comments
Please try this:
|
I was able to install those packages and finish the third step in building, but then when I ran I think this is the first error:
|
@pkmnabcd Can you provide the full failure log? Thanks. |
Yes, the full log is attached.big_error_log.txt |
The error is unrelated to vcpkg ports. |
Dang, what might it be related to? |
Your C++ code needs work. You must seek help elsewhere. |
Copy issue body from /home/gabe/Cemu/build/vcpkg_installed/vcpkg/issue_body.md
On pretty fresh linux mint install.
Ran the commands:
sudo apt install -y cmake curl clang-15 freeglut3-dev git libbluetooth-dev libgcrypt20-dev libglm-dev libgtk-3-dev libpulse-dev libsecret-1-dev libsystemd-dev libtool nasm ninja-build
then
git clone --recursive https://github.com/cemu-project/Cemu
then
cd Cemu
then
cmake -S . -B build -DCMAKE_BUILD_TYPE=release -DCMAKE_C_COMPILER=/usr/bin/clang-15 -DCMAKE_CXX_COMPILER=/usr/bin/clang++-15 -G Ninja -DCMAKE_MAKE_PROGRAM=/usr/bin/ninja
Ran into vcpkg install errors, and ran the command:
cd dependencies/vcpkg && git fetch --unshallow && cd ../..
then
git submodule update --remote dependencies/vcpkg
then
git pull
I also tried
vcpkg update
, but that command wasn't recognizedAfter all this, still hit the same errors:
Here is the issue body from Cemu/build/vcpkg_installed/vcpkg/issue_body.md:
Package: libusb[core,udev]:[email protected]#1
Host Environment
vcpkg-scripts version: 65be701 2025-01-03 (3 days ago)
To Reproduce
vcpkg install
Failure logs
/home/gabe/Cemu/dependencies/vcpkg/buildtrees/libusb/config-x64-linux-dbg-err.log
/home/gabe/Cemu/dependencies/vcpkg/buildtrees/libusb/config-x64-linux-dbg-out.log
/home/gabe/Cemu/dependencies/vcpkg/buildtrees/libusb/config-x64-linux-dbg-config.log
Additional context
vcpkg.json
The text was updated successfully, but these errors were encountered: