[C++-sig] Py++ - Can't Seem To Get It Working

Lawrence Spector Lawrence.Spector at CanfieldSci.com
Thu Jul 12 21:26:33 CEST 2007


I'm repeatedly getting an error that says the following (from Boost):

#error "Compiler threading support is not turned on.  Please set the correct command line options for threading: either /MT /MTd /MD or /MDd"

Reasonable.  However, when I go to the gccxml_config file, and add to the GCCXML_CXXFLAGS, it does not seem to apply them.  I tried adding /MT, with no effect.  So, from what I can tell, the GCCXML_CXXFLAGS option is being ignored.

Is there another way to set flags for gccxml?

Thanks,

Lawrence

-----Original Message-----
From: c++-sig-bounces at python.org [mailto:c++-sig-bounces at python.org] On Behalf Of Roman Yakovenko
Sent: Thursday, July 12, 2007 3:13 PM
To: Development of Python/C++ integration
Subject: Re: [C++-sig] Py++ - Can't Seem To Get It Working

On 7/12/07, Lawrence Spector <Lawrence.Spector at canfieldsci.com> wrote:
> Is there a way to specific flags to Py++, so that GCCXML can get past this issue?

I don't understand. What issue do you mean?

--
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/
_______________________________________________
C++-sig mailing list
C++-sig at python.org
http://mail.python.org/mailman/listinfo/c++-sig



More information about the Cplusplus-sig mailing list