gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] make error when using mingw


From: Dossy Shiobara
Subject: Re: [Gnash-dev] make error when using mingw
Date: Thu, 09 Aug 2007 08:45:36 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070728 Thunderbird/2.0.0.6 Mnenhy/0.7.5.0

Tomas Groth wrote on 8/9/2007 7:40 AM:
Btw, did your patches for compiling under MinGW/MSYS ever made it into CVS?

Tomas,

Sadly, I haven't had a chance to submit a patch yet. Considering that 0.8.1 is around the corner, I've built the CVS HEAD around July 28th.

How should I submit a patch? I'm going to attach it to this email since it's pretty small.

I still can't get audio working on my Win32 build, and I'm using fltk-agg-ffmpeg. I've placed it here for other people to try:

http://static.panoptic.com/gnash/gnash-HEAD-win32-agg-fltk-ffmpeg.zip (7.59M)

-- Dossy

--
Dossy Shiobara              | address@hidden | http://dossy.org/
Panoptic Computer Network   | http://panoptic.com/
 "He realized the fastest way to change is to laugh at your own
   folly -- then you can let go and quickly move on." (p. 70)

Index: backend/sound_handler_sdl.h
===================================================================
RCS file: /sources/gnash/gnash/backend/sound_handler_sdl.h,v
retrieving revision 1.30
diff -u -r1.30 sound_handler_sdl.h
--- backend/sound_handler_sdl.h 23 Jul 2007 22:22:25 -0000      1.30
+++ backend/sound_handler_sdl.h 9 Aug 2007 12:27:19 -0000
@@ -35,6 +35,7 @@
 
 #include <vector>
 
+#include <iconv.h>
 #include <SDL_audio.h>
 #include <boost/thread/thread.hpp>
 #include <boost/bind.hpp>
Index: gui/gnash.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/gnash.cpp,v
retrieving revision 1.88
diff -u -r1.88 gnash.cpp
--- gui/gnash.cpp       26 Jul 2007 16:14:21 -0000      1.88
+++ gui/gnash.cpp       9 Aug 2007 12:27:19 -0000
@@ -56,6 +56,7 @@
 #include <string>
 #include <iostream>
 
+#include <libintl.h>
 #ifdef ENABLE_NLS
 #include <locale.h>
 #endif
Index: server/gnash.h
===================================================================
RCS file: /sources/gnash/gnash/server/gnash.h,v
retrieving revision 1.101
diff -u -r1.101 gnash.h
--- server/gnash.h      24 Jul 2007 14:19:31 -0000      1.101
+++ server/gnash.h      9 Aug 2007 12:27:20 -0000
@@ -489,6 +489,18 @@
 
        KEYCOUNT
 };
+#ifdef MOD_NONE
+#undef MOD_NONE
+#endif
+#ifdef MOD_SHIFT
+#undef MOD_SHIFT
+#endif
+#ifdef MOD_CONTROL
+#undef MOD_CONTROL
+#endif
+#ifdef MOD_ALT
+#undef MOD_ALT
+#endif
 enum modifier
 {
     MOD_NONE = 0,
Index: utilities/dumpshm.cpp
===================================================================
RCS file: /sources/gnash/gnash/utilities/dumpshm.cpp,v
retrieving revision 1.12
diff -u -r1.12 dumpshm.cpp
--- utilities/dumpshm.cpp       1 Jul 2007 10:55:16 -0000       1.12
+++ utilities/dumpshm.cpp       9 Aug 2007 12:27:21 -0000
@@ -61,6 +61,9 @@
 #endif
 #include <cstdio>
 
+#include <libintl.h>
+#include "gettext.h"
+
 #include "log.h"
 #include "rc.h"
 #include "shm.h"
Index: utilities/parser.cpp
===================================================================
RCS file: /sources/gnash/gnash/utilities/parser.cpp,v
retrieving revision 1.41
diff -u -r1.41 parser.cpp
--- utilities/parser.cpp        1 Jul 2007 10:55:16 -0000       1.41
+++ utilities/parser.cpp        9 Aug 2007 12:27:21 -0000
@@ -36,6 +36,7 @@
 #endif
 }
 
+#include <libintl.h>
 #include "gettext.h"
 #include "tu_file.h"
 #include "zlib_adapter.h"
Index: utilities/processor.cpp
===================================================================
RCS file: /sources/gnash/gnash/utilities/processor.cpp,v
retrieving revision 1.61
diff -u -r1.61 processor.cpp
--- utilities/processor.cpp     1 Jul 2007 10:55:16 -0000       1.61
+++ utilities/processor.cpp     9 Aug 2007 12:27:21 -0000
@@ -25,6 +25,7 @@
 #include <sys/time.h>
 #include <time.h>
 
+#include <libintl.h>
 #include "gettext.h"
 #include "tu_file.h"
 #include "container.h"

reply via email to

[Prev in Thread] Current Thread [Next in Thread]