-
There are a bunch of errors with container traits under Wily (Ubuntu 5.2.1-22ubuntu2).
#
## ERROR: test_hash_map (remove_template_defaults_tester.tester_t)
Traceback (most recent call last):
File …
-
Initially reported here: https://github.com/gccxml/pygccxml/issues/47#issuecomment-215999936
(There are also two xml files in the comment that may be interesting).
```
/home/ompl/castxml/bin/castxml …
-
Sometimes attributes are not found. I tried various combinations and got very different results.
Gccxml was already not finding this attribute before.
This needs to be checked, but is not very critic…
-
Using CastXML-41581db, pygccxml-1.7.4 and the most recent pyplusplus from the ompl bitbucket repo. Seems to be related to issue #45. I also tried -std=c++14 and got past this problem, but had other pr…
-
I'm trying to install pygimli. All things seems to be ok except the building o castxml .
I have the following message :
/home/arfang/gimli/thirdParty/src/castXML/src/Output.cxx:21:34: fatal error: cla…
-
I'm trying to install pygimli. All things seems to be ok except the building o castxml .
I have the following message :
/home/arfang/gimli/thirdParty/src/castXML/src/Output.cxx:21:34: fatal error: c…
-
**[Original report](https://bitbucket.org/ompl/ompl/issue/246) by Anonymous.**
----------------------------------------
I've been trying to run the following command in the build/Release directory. …
-
To prepare for the migration to CastXML as being the default xml parser, we need a Travis build running CastXML.
Once solution would be to installed castxml like I did with gccxml, but the debian pac…
-
hello,
I'm trying to build pygimli with python3.5 cause i upgrade my system to ubuntu16.04 LTS which is using python3.5 instead of python3.4 on ubuntu14.04 on a 64 bits system .
After installing a…
-
If you run castxml on this code:
```
class TestClass
{
protected:
template class TemplateSubclass
{
public:
T mData;
};
TemplateSubclass mInstance;
};
```
then the class TemplateSubc…