Re: how to use python macros together

2015-04-06 Thread Warren Young
On Apr 3, 2015, at 11:55 AM, Andy Falanga (afalanga) afala...@micron.com wrote: It just so happens that, on CentOS 6, the install of python is broken because one cannot do pkg-config --cflags python. Who said you should be able to? I just downloaded the source tarballs for Python 2.6.6

how to use python macros together

2015-04-03 Thread Andy Falanga (afalanga)
Hi, My project uses Boost.python to export C++ code to python. Thus, as one would expect, I have a dependency on python. It just so happens that, on CentOS 6, the install of python is broken because one cannot do pkg-config --cflags python. It just doesn't work. So, to work around this, I