-
I have run `make system` under `cross` to run cross compile for development and got an error during it.
```bash
~/ros/ws_jsk_unitree/src/jsk_robot/jsk_unitree_robot/cross $ make system
./prepare_…
-
```
What steps will reproduce the problem?
1. svn checkout http://electricsheep.googlecode.com/svn/trunk/
electricsheep-read-only
2. autogen.sh; ./configure; make
3. observe make during glx.cpp compi…
-
I am trying to build a CMake package which requires tinyxml2, but am unable to get it to work. Error:
```
CMake Error at CMakeLists.txt:9 (find_package):
By not providing "FindTinyXML2.cmake" i…
-
### Description of the Issue
When a custom value of tab size is entered, `langs.xml` file is unexpectedly changed.
### Steps to Reproduce the Issue
1. Back up `%APPDATA%\Notepad++\langs…
-
A problem with the dependency tinyxml2 of encfs >1.9 makes debops-padlock unusable on stretch for the moment.
Errors that appear with encfs > 1.9:
2016-12-16 20:59:43,610 ERROR [default] Failed to…
-
```
What steps will reproduce the problem?
1. svn checkout http://electricsheep.googlecode.com/svn/trunk/
electricsheep-read-only
2. autogen.sh; ./configure; make
3. observe make during glx.cpp compi…
-
Hello,
If I've defined custom compiler profile in the Code::Clocks the cbp2make does not importing this custom profile in to cbp2make.cfg
-
-
Hi dude, and thank you very much for this contribution.
Can you give some further info, or step by step sample of how to use it?
I mean, this works as a IDA plugin? So I have to copy into my /ho…
-
```
A code like:
ticpp::Element* pElem=...doesnt matter..
ticpp::Element* element=new ticpp::Element(name);
ticpp::Text* elementtext=new ticpp::Text(text);
element->LinkEndChild(elementtext);
pElem->…