This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ndousis
Recipients X-Istence, meador.inge, ndousis, ronaldoussoren
Date 2011-04-19.20:16:19
SpamBayes Score 0.00011234469
Marked as misclassified No
Message-id <BANLkTikrMwUrRZO8jLzoX+R0uokdpbHaxg@mail.gmail.com>
In-reply-to <1303089647.11.0.346812766679.issue10910@psf.upfronthosting.co.za>
Content
Meador et al,

Thanks for your attention to this issue.  Just to clarify, I can eliminate
the compile errors by prepending

#include "Python.h"

to any source file with

#include<boost/python.hpp>

Also, my code compiles in Linux, with and without the Python.h header:

$ uname -a
Linux nxx.xx.com 2.6.18-128.1.14.el5 #1 SMP Wed Jun 17 06:38:05 EDT 2009
x86_64 x86_64 x86_64 GNU/Linux

with the same flags as before:

cd $(BOOST); ./bootstrap.sh --prefix=$(CURDIR)/$(BOOST)
--with-python-root=$(CURDIR)/$(PYTHON_DIR) --with-python-version=2.7
--with-libraries=mpi

cd $(PYTHON_SRCDIR) ; ./configure --enable-shared
--prefix=$(CURDIR)/$(PYTHON_DIR)
cd $(PYTHON_SRCDIR) ; make -j $(NUMPROC) && make install

Thanks again,
Nasos
Files
File name Uploaded
unnamed ndousis, 2011-04-19.20:16:19
History
Date User Action Args
2011-04-19 20:16:20ndousissetrecipients: + ndousis, ronaldoussoren, meador.inge, X-Istence
2011-04-19 20:16:19ndousislinkissue10910 messages
2011-04-19 20:16:19ndousiscreate