linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #02897
[Bug 700369] Re: Crash on scons in centos 5.4
it isnt a crash its just that you have a too old compiler you need gcc
4.5.x
** Changed in: adchpp
Status: New => Invalid
--
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to ADCH++.
https://bugs.launchpad.net/bugs/700369
Title:
Crash on scons in centos 5.4
Status in ADCH++:
Invalid
Bug description:
when trying to build scons i get this
-bash-3.2# scons
scons: Reading SConscript files ...
Checking for C header file poll.h... (cached) yes
Checking for C header file sys/epoll.h... (cached) yes
Checking for C header file ruby.h... (cached) no
Checking for dlopen() in C library dl... (cached) yes
Checking for pthread_create() in C library pthread... (cached) yes
Checking for SSL_connect() in C library ssl... (cached) yes
Ruby not found, skipping ruby module
Invalid Python version: 24 - skipping Python module
No Linux support for PHP extensions yet
scons: done reading SConscript files.
scons: Building targets ...
Compiling build/debug-default/adchpp/adchpp.gch (shared precompiled header)
cc1plus: error: unrecognized command line option "-std=gnu++0x"
scons: *** [build/debug-default/adchpp/adchpp.gch] Error 1
scons: building terminated because of errors.
References