I generated the .exe files by running 'make' for the c++ project g2o. However when I try executing them, a black window appears for a short time, but nothing else happens. Does it mean something went wrong when creating them? I generated them again using the source code from https://github.com/RainerKuemmerle/g2o, which resulted in the same problem.
Asked
Active
Viewed 246 times
0

Sophie Sepp
- 521
- 1
- 5
- 16
-
Where is the g2o folder in relation to the source file that failed to compile? – jarmod Aug 08 '15 at 15:52
-
3What build system are you using? – Thomas Matthews Aug 08 '15 at 16:03
-
1What platform are you using? Did you already build the shared libraries using cmake? ([Instructions](https://github.com/RainerKuemmerle/g2o#compilation).) – Potatoswatter Aug 08 '15 at 16:20
-
When you added the path, did you include "g2o/stuff" in it? I just want to confirm that the path you set + '/' + g2o/stuff/macros.h gives the whole path you expect. – donjuedo Aug 12 '15 at 15:12
-
I tried on some other projects and I at least got some .exe files now. The problem is when I try to execute them a black window appears for a short time, that`s all. Is this project specific, or does it mean something went wrong when creating the exe files? – Sophie Sepp Aug 15 '15 at 19:44
-
Can anyone please tell me how I get these .exe working, I need it desperately for a project. – Sophie Sepp Sep 25 '15 at 16:17