wbhart

Results 24 comments of wbhart

We found the pull request [1] related to rtti and tried enabling rtti by setting the JULIA_CXX_RTTI environment variable before starting Julia. That actually works for some of us, but...

Apparently, despite what is said in that PR, rebuilding Cxx *is* still required after changing this environment variable. It now works on my machine.

Both of these tell me that the type names (sideal or resolvente respectively) are unknown. They are certainly defined and included, ( I'm able to use them in an icxx...

I guess sideal is a C struct rather than a C++ class. I don't know if that is relevant. On 19 December 2016 at 18:03, Bill Hart wrote: > Both...

Also, what is the best way of passing an integer, say, by reference. So far I have something like this: ``` s = [0] p = pointer(s) icxx"""some_func($p);""" ``` Alternatively...

Thanks very much! This was a hard bug to track down, and would have taken us ages. We probably would have just worked around this, since it isn't easy to...

I still don't understand what the issue is either. GMP have had _ptr and _srcptr types for a very long time, long before this was an issue with recent GCC...

@albinahlback I don't understand what your example is supposed to show. You are not reading anything. You are merely printing the pointer values and these seem to be printed correctly...

You can probably check the flint version. We could change that to 2.6.0 in our repositories and then you can check for 2.6.0. But it's really up to Fredrik.

I changed it to 2.5.3 in my repo, the reasoning being that if someone finds a severe issue in Flint that we need to issue a patch release for urgently,...