FreeRDP / FreeRDP-WebConnect

A gateway for seamless access to your RDP-Sessions in any HTML5-compliant browser
514 stars 1.6k forks source link

Build fail in debian 8 #173

Open y-master opened 6 years ago

y-master commented 6 years ago

Hi,

I tried to build in Debian 8 (gcc 4.9) and it fail here :

-- Build files have been written to: /root/prereqs/casablanca/Release
Scanning dependencies of target cpprest
[  0%] Building CXX object src/CMakeFiles/cpprest.dir/http/client/http_client_msg.cpp.o
[  1%] Building CXX object src/CMakeFiles/cpprest.dir/http/client/x509_cert_utilities.cpp.o
[  2%] Building CXX object src/CMakeFiles/cpprest.dir/http/common/http_helpers.cpp.o
[  3%] Building CXX object src/CMakeFiles/cpprest.dir/http/common/http_msg.cpp.o
c++: internal compiler error: Processus arrêté (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.9/README.Bugs> for instructions.
src/CMakeFiles/cpprest.dir/build.make:123: recipe for target 'src/CMakeFiles/cpprest.dir/http/common/http_msg.cpp.o' failed
make[2]: *** [src/CMakeFiles/cpprest.dir/http/common/http_msg.cpp.o] Error 4
CMakeFiles/Makefile2:75: recipe for target 'src/CMakeFiles/cpprest.dir/all' failed
make[1]: *** [src/CMakeFiles/cpprest.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
Unable to build casablanca package. Exiting...
c64cosmin commented 6 years ago

@y-master Hello, can you tell me what and how you are trying to build? Up in the trace, there seems to be a problem when building cpprest.

The build scripts don't include Debian, but you can look at the required dependencies in install_prereqs.sh and install those listed. After that the ./setup_all.sh should build FreeRDP, EHS and FreeRDP-WebConnect. If not, the scripts should be self explanatory and you can further ask me here.

Thank you.