swig
M2Crypto doesn't install in venv, or swig doesn't define __x86_64__ which breaks compiling against OpenSSL
I\'m trying to install the Python M2Crypto package into a virtualenv on an x86_64 RHEL 6.1 machine. This process invokes swig, which fails with the following error:[详细]
2023-04-13 07:33 分类:问答C++-classes with SWIG
I try to create a python interface (with swig) from C++-code. With the code below. When I remove the line:[详细]
2023-04-12 21:23 分类:问答nested structure array access in python using SWIG
I haven\'t been able to figure out how to access the array elements SubStatus in the following nested structure.I do seem to be able to see the first element, but don\'t understand how to force indexi[详细]
2023-04-12 03:55 分类:问答SWIG issue, empty files being generated
I am trying to wrap a C++ class using SWIG to create a Java interface, but when I run SWIG on my files it generates empty files.[详细]
2023-04-11 04:30 分类:问答Linkage error using shared dll with minimal C++/SWIG/Lua code
This is a really specific compilation problem involving C++, SWIG and Lua. I have a really simple base code :[详细]
2023-04-10 23:33 分类:问答Get SFML cross-platform typedefs in SWIG
I\'m writing an C++ game and I\'m connecting it with Lua. The tool I chose for this task was SWIG, since I want to make my game available to be written in python or some other language. I\'m also usin[详细]
2023-04-10 09:58 分类:问答Perl: Constructing an array of objects
Partially related to this question but different, as this is about constructor calls... I would like to create an array of a fixed number of objects.[详细]
2023-04-07 10:13 分类:问答Perl: IPC::Shareable and SWIG'ed C++ object don't agree
For a certain Perl project of mine I need several Perl processes to share some resources, located in a C++ library. (Don\'t ask, it\'s not the core of this question, just the context.)[详细]
2023-04-06 23:17 分类:问答How to define typemap(in) and typemap(out) for const_iterator * in swig/python?
I\'d like to let swig know about the type of my const_iterato开发者_StackOverflowrs so that it can GC them and get rid of this error:[详细]
2023-04-06 23:03 分类:问答Looking for a convenient way to call Java from C++
It seems most documentation or helper libraries relating to JNI (Java Native Interface) are concerned with calling native code from Java. This seems to be the main use of it, even though it is capable[详细]
2023-04-06 22:56 分类:问答