-
```
I've got a functional Python wrapper generated using SWIG. This would let
clients use the processor functionality without requiring them to write C++
or rely on minidump_stackwalk. I'll post som…
-
```
I've got a functional Python wrapper generated using SWIG. This would let
clients use the processor functionality without requiring them to write C++
or rely on minidump_stackwalk. I'll post som…
-
```
I've got a functional Python wrapper generated using SWIG. This would let
clients use the processor functionality without requiring them to write C++
or rely on minidump_stackwalk. I'll post som…
-
```
I've got a functional Python wrapper generated using SWIG. This would let
clients use the processor functionality without requiring them to write C++
or rely on minidump_stackwalk. I'll post som…
-
Is there any interest in getting this incorporated into the mainline SWIG repository at https://github.com/swig/swig? We are looking at gathering up all the various good quality SWIG target languages …
-
CMake Error at /opt/local/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97 (message):
Could NOT find SWIG (missing: SWIG_EXECUTABLE SWIG_DIR)
Call Stack (most recent call first):
/op…
-
I am encountering issues when wrapping the following methods with SWIG:
```cpp
// Retrieves the visible widget tree as an XML document
void getWidgetTree(uint32_t displayIndex, void* buffer, uint3…
-
I cannot find
'php_otapi.dll' or otapi.so
required by php file otapi.php (swig/glue/php)
I am running windows 7
How can I generate them ?
From Visual Studio, it is asking zend files which I don't …
jspit updated
12 years ago
-
Only .html is currently supported.
Could you add support for .swig files?
-
# Summary
Building from source fails with `swig error : Unrecognized option -doxygen`. Weirdly, running `swig -doxygen -python -c++ -I.. faiss/python/swigfaiss.swig` works. This is swig 4.0.2.
F…