Compilation failed in the Opencloud OS, also known as Centos8 release version #2217

Closed
opened 2026-02-21 00:16:14 -05:00 by deekerman · 1 comment
Owner

Originally created by @happytrudy on GitHub (Oct 16, 2023).

Bug Description

Compilation failed in the Opencloud OS, also known as Centos8 release version
ERRROR:
image

How to Reproduce

The following commands were executed sequentially on the server:

sudo yum -y install gcc-c++ git curl wget nasm yasm gcc gtk3-devel clang libxcb-devel libxdo-devel libXfixes-devel pulseaudio-libs-devel cmake alsa-lib-devel
git clone https://github.com/microsoft/vcpkg
cd vcpkg
git checkout 2023.04.15
cd ..
vcpkg/bootstrap-vcpkg.sh
export VCPKG_ROOT=$HOME/vcpkg
vcpkg/vcpkg install libvpx libyuv opus aom

cd vcpkg/buildtrees/libvpx/src
cd *
./configure
sed -i 's/CFLAGS+=-I/CFLAGS+=-fPIC -I/g' Makefile
sed -i 's/CXXFLAGS+=-I/CXXFLAGS+=-fPIC -I/g' Makefile
make
cp libvpx.a $HOME/vcpkg/installed/x64-linux/lib/
cd

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
git clone https://github.com/rustdesk/rustdesk
cd rustdesk
mkdir -p target/debug
wget https://raw.githubusercontent.com/c-smile/sciter-sdk/master/bin.lnx/x64/libsciter-gtk.so
mv libsciter-gtk.so target/debug
VCPKG_ROOT=$HOME/vcpkg cargo run

Execute the final command: VCPKG_ ROOT=$HOME/vcpkg cargo run encountered the above compilation error

Expected Behavior

not have

Operating system(s) on local side and remote side

opencloud os 8

RustDesk Version(s) on local side and remote side

1.2.2

Screenshots

image

Additional Context

opencloud os 8
root user

Originally created by @happytrudy on GitHub (Oct 16, 2023). ### Bug Description Compilation failed in the Opencloud OS, also known as Centos8 release version ERRROR: ![image](https://github.com/rustdesk/rustdesk/assets/61214170/86b63eee-f7cd-4e17-a402-17f7b513786f) ### How to Reproduce The following commands were executed sequentially on the server: sudo yum -y install gcc-c++ git curl wget nasm yasm gcc gtk3-devel clang libxcb-devel libxdo-devel libXfixes-devel pulseaudio-libs-devel cmake alsa-lib-devel git clone https://github.com/microsoft/vcpkg cd vcpkg git checkout 2023.04.15 cd .. vcpkg/bootstrap-vcpkg.sh export VCPKG_ROOT=$HOME/vcpkg vcpkg/vcpkg install libvpx libyuv opus aom cd vcpkg/buildtrees/libvpx/src cd * ./configure sed -i 's/CFLAGS+=-I/CFLAGS+=-fPIC -I/g' Makefile sed -i 's/CXXFLAGS+=-I/CXXFLAGS+=-fPIC -I/g' Makefile make cp libvpx.a $HOME/vcpkg/installed/x64-linux/lib/ cd curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh source $HOME/.cargo/env git clone https://github.com/rustdesk/rustdesk cd rustdesk mkdir -p target/debug wget https://raw.githubusercontent.com/c-smile/sciter-sdk/master/bin.lnx/x64/libsciter-gtk.so mv libsciter-gtk.so target/debug VCPKG_ROOT=$HOME/vcpkg cargo run Execute the final command: VCPKG_ ROOT=$HOME/vcpkg cargo run encountered the above compilation error ### Expected Behavior not have ### Operating system(s) on local side and remote side opencloud os 8 ### RustDesk Version(s) on local side and remote side 1.2.2 ### Screenshots ![image](https://github.com/rustdesk/rustdesk/assets/61214170/b168a76e-c79b-4027-b22f-938e20786906) ### Additional Context opencloud os 8 root user
deekerman 2026-02-21 00:16:14 -05:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@rustdesk commented on GitHub (Oct 16, 2023):

#763

@rustdesk commented on GitHub (Oct 16, 2023): #763
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/rustdesk-rustdesk#2217
No description provided.