Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

Valgrind plugin

<< < (4/9) > >>

Der Meister:
There is a missing #include in Valgrind.cpp:

--- Code: ---Index: src/plugins/contrib/Valgrind/Valgrind.cpp
===================================================================
--- src/plugins/contrib/Valgrind/Valgrind.cpp (revision 5126)
+++ src/plugins/contrib/Valgrind/Valgrind.cpp (working copy)
@@ -13,6 +13,7 @@
 #include <wx/fs_zip.h>
 #include <wx/intl.h>
 #include <wx/string.h>
+#include <wx/menu.h>
 #include <wx/xrc/xmlres.h>
 #include "cbproject.h"
 #include "manager.h"

--- End code ---
Without this compilation failes with wxGTK 2.8.

killerbot:

--- Quote from: jens on July 14, 2008, 04:07:54 pm ---Here it is.

It seems to be an error message of my executable (or better from linux), not from Valgrind.

--- End quote ---

and this shows the thing I was afraid of :-(, program output and valgrind xml get mixed

killerbot:

--- Quote from: Der Meister on July 14, 2008, 06:14:33 pm ---There is a missing #include in Valgrind.cpp:

--- Code: ---Index: src/plugins/contrib/Valgrind/Valgrind.cpp
===================================================================
--- src/plugins/contrib/Valgrind/Valgrind.cpp (revision 5126)
+++ src/plugins/contrib/Valgrind/Valgrind.cpp (working copy)
@@ -13,6 +13,7 @@
 #include <wx/fs_zip.h>
 #include <wx/intl.h>
 #include <wx/string.h>
+#include <wx/menu.h>
 #include <wx/xrc/xmlres.h>
 #include "cbproject.h"
 #include "manager.h"

--- End code ---
Without this compilation failes with wxGTK 2.8.

--- End quote ---

done : thanks !!

Jenna:

--- Quote from: killerbot on July 15, 2008, 09:37:57 am ---
--- Quote from: jens on July 14, 2008, 04:07:54 pm ---Here it is.

It seems to be an error message of my executable (or better from linux), not from Valgrind.

--- End quote ---

and this shows the thing I was afraid of :-(, program output and valgrind xml get mixed

--- End quote ---

I can not test it at the moment, but it might be an error output using the error-stream.
In this case it should be possible to filter it.

elfunesto:
Sorry,
Were can I download the plugin: it seems that it has been deleted by the administrator.
Thanks by advance. Cheers,
Hilaire

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version