Zapomniałem załączników :)
wxHexEditor.spec
Description: Binary data
--- wxHexEditor/HexEditorCtrl/wxHexCtrl/Tag.h.org 2009-08-28 01:54:32.000000000 +0200
+++ wxHexEditor/HexEditorCtrl/wxHexCtrl/Tag.h 2009-08-28 01:54:56.000000000 +0200
@@ -28,6 +28,7 @@
#include <wx/popupwin.h>
#include <wx/dcmemory.h>
#include "TagDialogGui.h"
+#include <stdint.h>
class TagElement{
public:
--- wxHexEditor/DataInterpreter.h.org 2009-08-28 01:50:53.000000000 +0200
+++ wxHexEditor/DataInterpreter.h 2009-08-28 01:51:17.000000000 +0200
@@ -32,6 +32,8 @@
#ifndef DATAINTERPRETER_H
#define DATAINTERPRETER_H
+#include <stdint.h>
+
class DataInterpreter : public InterpreterGui{
protected:
struct unidata{
--- wxHexEditor/makefile.org 2009-08-28 01:07:49.000000000 +0200 +++ wxHexEditor/makefile 2009-08-28 01:08:41.000000000 +0200 @@ -1,4 +1,4 @@ -WXCONFIG = wx-config +WXCONFIG = wx-gtk2-unicode-config CPP = `$(WXCONFIG) --cxx` CXXFLAGS= `$(WXCONFIG) --cxxflags` -c -O3 LDFLAGS = `$(WXCONFIG) --libs`
_______________________________________________ pld-devel-pl mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl
