-
Notifications
You must be signed in to change notification settings - Fork 86
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
Failed to compile redemption on Debian 9 step2 #34
Comments
You will need to install a newer version (7.2 or higher) or clang >= 5 (https://apt.llvm.org/). Depending on how the compiler is installed, you will need to add |
Thanks for the info. but have still issue i have perform these operations: apt-get install clang-7 lldb-7 lld-7 gcc git clang --version libffmpeg-dev as no installation candidate on Debian 9: cd /root ...failed updating 31 targets... |
It is necessary to add the option bjam toolset=clang cxxflags=-stdlib=libc++ linkflags=-stdlib=libc++ exe libs |
Hi thanks See latest errors: |
|
Ok, understand... Now i have these errors bjam toolset=clang cxxflags=-stdlib=libc++ linkflags=-stdlib=libc++ exe libs
...failed clang-linux.link bin/clang-linux-9.0.0/release/rdpproxy... |
I think you just have to delete the |
Thanks, i have successfully compiled rddproxy on Debian 9 Installing redemption on minimal Debian 9.2 NetInstall 64bitsAdd the necessary repository:
open the /etc/apt/sources.list and add these lines:
Refresh the debian repos: Install necessaries packages: Install redemption from GIT
binaries are located in /usr/local/bin:
|
Hi on debian 9 i have these errors
...failed gcc.compile.c++ bin/gcc-6.3.0/release/src/lib/do_recorder.cpp.lib.o...
...skipped <pbin/gcc-6.3.0/release>libredrec.so for lack of <pbin/gcc-6.3.0/release>src/lib/do_recorder.cpp.lib.o...
...failed updating 82 targets...
...skipped 3 targets...
Attached the full log of bjam
redemption.compile.txt
The text was updated successfully, but these errors were encountered: