Compiling Monkey2 on Linux terminal troubles

About Monkey 2 Forums Monkey 2 Programming Help Compiling Monkey2 on Linux terminal troubles

This topic contains 4 replies, has 3 voices, and was last updated by  Hezkore 1 year, 4 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #12339

    Hezkore
    Participant

    I’ve been trying to get Monkey 2 to work on my Linux terminal, but ‘rebuildall2go.sh” always fails.
    Here’s my entire log:

    #12350

    Simon Armstrong
    Participant

    so find the first error, which looks like this one

    /var/www/html/tools/monkey2-develop/modules/sdl2/SDL/src/audio/pulseaudio/SDL_pulseaudio.c:41:30: fatal error:
    pulse/pulseaudio.h: No such file or directory
    #include <pulse/pulseaudio.h>

    which would indicate to me you need to install pulse-dev on your system before you can go any further

    #12352

    Hezkore
    Participant

    Oh, I had no idea you had to download ‘extra’ things.

    But I’m still getting errors, perhaps more stuff to install? *sigh*
    I’ll investigate.

    #12356

    abakobo
    Participant

    I have to install these to get it to work on linux Mint

    #12363

    Hezkore
    Participant

    Thanks abakobo!
    I’ve installed all of those, and some others…
    Still having issues though.

    I’ll do another compile (takes forever) with different settings, see if it helps, then report back here.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.