Boost logo

Boost :

Subject: Re: [boost] Fwd: Boost.Python build error in 1.58 RC1, 2 and 3 (OK in Beta 1)
From: Mark Incley (mark.incley_at_[hidden])
Date: 2015-04-09 02:58:56


It's Python 3.3.0. In the file c:\Python33\include\fileutils.h there's only
the following two fopen functions:

PyAPI_FUNC(FILE *) _Py_wfopen(
    const wchar_t *path,
    const wchar_t *mode);

PyAPI_FUNC(FILE*) _Py_fopen(
    PyObject *path,
    const char *mode);

It appears there's only a wide char version for Windows.

Mark.

--
View this message in context: http://boost.2283326.n4.nabble.com/Fwd-Boost-Python-build-error-in-1-58-RC1-2-and-3-OK-in-Beta-1-tp4674304p4674336.html
Sent from the Boost - Dev mailing list archive at Nabble.com.

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk