On Tue, 31 Jan 2012 12:08:42 -0800, Cyrus Harrison <[email protected]> wrote: > Hi Andreas, > I found another missing file: > > bpl-subset/bpl_subset/pyopenclboost/typeof/incr_registration_group.hpp(11): > catastrophic error: could not open source file > "boost/preprocessor/slot/counter.hpp" > # include <boost/preprocessor/slot/counter.hpp>
Added. > I added it + the "detail" subfolder & I made it a bit further. If you mean boost/preprocessor/slot/detail, that was already there for me. > Now I am stuck here: > > icc -pthread -m64 -fPIC -O3 -DNDEBUG (...) -c > src/wrapper/wrap_mempool.cpp -o > build/temp.linux-x86_64-2.6/src/wrapper/wrap_mempool.o > > > /usr/include/c++/4.1.2/cstdio(109): error: the global scope has no "fgetpos" > using ::fgetpos; > ^ > > /usr/include/c++/4.1.2/cstdio(111): error: the global scope has no "fopen" > using ::fopen; > ^ > > /usr/include/c++/4.1.2/cstdio(116): error: the global scope has no "freopen" > using ::freopen; > ^ > > /usr/include/c++/4.1.2/cstdio(119): error: the global scope has no "fsetpos" > using ::fsetpos; > ^ > > /usr/include/c++/4.1.2/cstdio(138): error: the global scope has no "tmpfile" > using ::tmpfile; Can you compile just a regular C++ file using <cstdio>? What's the include path leading there? (If it's from pyopencl, we might be able to simply switch to the <stdio.h> C form.) Andreas
pgpom54b32DFd.pgp
Description: PGP signature
_______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
