distclean libs and build under linux

Home Forums Development distclean libs and build under linux

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #22635
    budd67
    Participant

    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
    #include
    +#include

    class TextureManager
    {
    Index: libprojectM/source/PresetLoader.cpp
    ===================================================================
    --- libprojectM/source/PresetLoader.cpp (Revision 205)
    +++ libprojectM/source/PresetLoader.cpp (Arbeitskopie)
    @@ -15,6 +15,7 @@
    #include
    #include
    #include
    +#include

    extern "C"
    {
    Index: libprojectM/include/projectM.hpp
    ===================================================================
    --- libprojectM/include/projectM.hpp (Revision 205)
    +++ libprojectM/include/projectM.hpp (Arbeitskopie)
    @@ -30,6 +30,7 @@
    #include
    #include


    +#include
    #include

    #include
    Index: forwarder/Makefile
    ===================================================================
    --- forwarder/Makefile (Revision 205)
    +++ forwarder/Makefile (Arbeitskopie)
    @@ -46,7 +46,7 @@
    # list of directories containing libraries, this must be the top level containing
    # include and lib
    #
    -LIBDIRS := $(CURDIR)
    +LIBDIRS := $(CURDIR) $(PORTLIBS)

    #
    # no real need to edit anything past this point unless you need to add additional
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.

Login

Lost Password