On Dienstag 04 November 2008, Brad Zima wrote:
> Well, it looks like some tweaking of my --boost-inc-dir parameters found
> the header file for me. Apparently, I needed the full-path for my home
> directory instead of ~/. However, when compiling I now get an internal
> compiler error from gcc, as follows:
>
> [EMAIL PROTECTED]:~/pycuda> make
> [snip]
> /home/infinite/pool/include/boost-1_36/boost/type_traits/detail/cv_traits_i
>mpl.hpp:37: internal compiler error: in make_rtl_for_nonlocal_decl, at
> cp/decl.c:4971 Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://bugs.opensuse.org> for instructions.
> error: command 'gcc' failed with exit status 1
> make: *** [all] Error 1

Let me guess: gcc 4.1.something?

If so, include

CXXFLAGS = ['-DBOOST_PYTHON_NO_PY_SIGNATURES']

in your siteconf.py.

Andreas

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
PyCuda mailing list
[email protected]
http://tiker.net/mailman/listinfo/pycuda_tiker.net

Reply via email to