-
swig 4.0 is generating an error with the attached wrapper code and header file when generating wrapper for tcl8:
[user@host src]$ swig -c++ -tcl8 example.i
$HOME/software/share/swig/4.0.0/std/std_mu…
lmnca updated
2 years ago
-
```
error: undefined method `ascent' for #. Use --trace to view backtrace
```
Happens for all calls of `pdf-extract`. This installation error may be relevant:
```
Parsing documentation for libsvm-ru…
-
Hi,
after cloning the repository, we run the command
python setup.py install --prefix=`pwd`/install
but we get the following error:
running install
running build
running build_py
file src/cosmology.p…
-
I'd like to add an `__enter__()` method to my class so that it can be used as a context manager. This is important for proper resource management in Python.
However, usually the `__enter__()` metho…
d-b-w updated
8 months ago
-
This is a pattern I've seen more and more people start to use in the npm community. Essentially there would be `swig-cli` which would do all of the command line compiling/minification.
This would en…
-
Hello, I've tried to get PyNEC installed but instructions are a bit messed up all over different links (most likely I'm a beginner with this stuff so it's complicated for me). After I read some of you…
-
Did you change `examples/Python/snowboydetect.py` by any chance? That file was generated by swig automatically and the first line is not `../../swig/Python/snowboydetect.py`. Your error …
-
Tested with SWIG 4.0.2, SWIG 4.0.0, and SWIG 3.0.12, all display the same behavior in Windows 7 and Windows 10.
If one module wraps an `enum`, and another module needs to use a `vector` of it, no t…
-
### What is your question?
It seems the version of `zlib` that `pcre2` depends on was updated recently. Now this `conanfile.py`:
```
from conans import ConanFile
class MyConan(ConanFile):
…
-
On Linux (Ubuntu 12.04), the `pip wheel --wheel-dir=dist/wheels .` command fails:
```
coming soon
```
Removing the `external/linux32arm` directory fixes the problem, but this is a poor solution and …