pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] Issue 141 in pingus: Fails to build with multiple CXXFLAGS


From: pingus
Subject: [Pingus-CVS] Issue 141 in pingus: Fails to build with multiple CXXFLAGS
Date: Sun, 10 Aug 2014 12:26:12 +0000

Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 141 by address@hidden: Fails to build with multiple CXXFLAGS
http://code.google.com/p/pingus/issues/detail?id=141

Hi,

(I am currently updating the Pingus Debian package)

Building pingus with more than one CXXFLAGS passed to scons on the command line fails. For instance:
scons CXXFLAGS='-g -O2'

A bit of investigation shows that this is because CXXFLAGS are passed as list in SConscript and scons doesn't mix well strings and list. I asked on the scons mailing list and the best answer I got was to use SCons.Util.CLVar.

The attached patch fixes this issue accordingly, please include it in the next version of Pingus.

Thanks,
Bertrand

Attachments:
        multiple_buildflags.diff  833 bytes

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

[Prev in Thread] Current Thread [Next in Thread]