Hi,
@Tantric: Could you please commit a “make distclean”ed version of the libs to the svn, that would make building wiimc under linux a little easyer.
I was able to build this great tool with the attached patch against the libs (don’t know if this maybe prevends windows users from building).
(Btw: sorry for the code block but the file extensions .patch and .txt are not allowed here)
Index: fribidi/Makefile.am
===================================================================
--- fribidi/Makefile.am (Revision 205)
+++ fribidi/Makefile.am (Arbeitskopie)
@@ -9,7 +9,7 @@
##############################################################################
## The order of subdirs is important, don't change without a reason.
-SUBDIRS = gen.tab charset lib bin doc test
+SUBDIRS = gen.tab charset lib doc test
EXTRA_DIST = bootstrap ChangeLog.old
Index: libprojectM/source/RandomNumberGenerators.hpp
===================================================================
--- libprojectM/source/RandomNumberGenerators.hpp (Revision 205)
+++ libprojectM/source/RandomNumberGenerators.hpp (Arbeitskopie)
@@ -4,6 +4,7 @@
#include
#include
#include
+#include
namespace RandomNumberGenerators {
Index: libprojectM/source/Renderer/TextureManager.hpp
===================================================================
--- libprojectM/source/Renderer/TextureManager.hpp (Revision 205)
+++ libprojectM/source/Renderer/TextureManager.hpp (Arbeitskopie)
@@ -5,6 +5,7 @@
#include
#include