-
```
ScaledNumber.cpp:(.text._ZN4llvm16ScaledNumberBase8toStringB5cxx11Emsij+0x602): undefined reference to `std::__cxx11::basic_string::_M_replace(unsigned long, unsigned long, char const*, unsigned l…
-
I've compiled gccxml using VC++ 10 version on Windows 8. I have both pygccxml and gccxml latest versions installed on my system. There is no problem when using gccxml standalone from commandline but i…
-
Hi, I am trying to make a python-bindings of a motion planning library.
The fllowing error appears:
INFO Parsing source file "bindings/util.h" ...
INFO gccxml cmd: /usr/local/bin/gccxml -I"." -I"/…
-
Hello,
while I'm well aware of [this post](http://public.kitware.com/pipermail/castxml/2015-June/000012.html) I still think that it would make life of everybody easier if you would tag some release.…
-
I experience the following linker problem while building castXML under the current mingw64 and mingw32 environment with respective mingw-w64-*-clang-3.6.2
Scanning dependencies of target cxsys
[ 6%]…
-
GCCXML is not supporting newer compiler versions and is replaced by CastXML (https://github.com/CastXML/CastXML). If py++ is ready to work with CastXML (https://github.com/gccxml/pygccxml/issues/19), …
-
Hi,
I am trying to build CastXML on a Sun machine, I am doing the following:
cd src
mkdir build
cd build
cmake ..
and I get the following errors:
```
-- The C compiler identification is SunPro 5.12…
-
CastXML appears to always exit with status 0 even if, e.g. the input file doesn't exist:
steve@riemann{trunk}castxml a b
error: no such file or directory: 'a'
error: no such file or directory: 'b'
er…
smr99 updated
9 years ago
-
Dear developers,
it seems there is something bad for castxml in debian mipsel [0].
There are some tests that are failing.
Some errors are of this kind:
```
236/236 Test #236: gccxml.c++11.GNU-floa…
-
Have installed and built gimli and pygimli as per installation instructions - no obvious CMake errors, and running make was fine. Now running python3 (same as for python[2.7]), the import fails with t…