linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #02896
[Bug 700369] [NEW] Crash on scons in centos 5.4
Public bug reported:
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.
** Affects: adchpp
Importance: Undecided
Status: New
--
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++:
New
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.
Follow ups
References