Code Monkey home page Code Monkey logo

Comments (7)

lazydroid avatar lazydroid commented on September 16, 2024

ok. changed that by adding at the 25 line of build script:

### this fixes missing sdl-config during pygame install
RUN apt-get install -y libsdl1.2-dev

now the output is:

    WARNING, No "Setup" File Exists, Running "buildconfig/config.py"
    Using UNIX configuration...
    
    
    Hunting dependencies...
    SDL     : found 1.2.15
    FONT    : not found
    IMAGE   : not found
    MIXER   : not found
    PNG     : found
    JPEG    : not found
    SCRAP   : found
    PORTMIDI: not found
    PORTTIME: not found
    FREETYPE: found 21.0.15
    Missing dependencies
    ----------------------------------------

Would greatly appreciate to get pointers to the missing deps! =)

from dronesimlab.

lazydroid avatar lazydroid commented on September 16, 2024

ok, the correct fix would be adding the following somewhere around line 25 of build script:

### this fixes missing sdl-config dependencies during pygame install
RUN apt-get install -y libsdl1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev libsdl-mixer1.2-dev libportmidi-dev

from dronesimlab.

orig74 avatar orig74 commented on September 16, 2024

Cheers for that,
I'll add the line to the dockerfile.
Which docker file is it?

from dronesimlab.

lazydroid avatar lazydroid commented on September 16, 2024

dockers/python3_dev/Dockerfile

from dronesimlab.

orig74 avatar orig74 commented on September 16, 2024

thanks

from dronesimlab.

lazydroid avatar lazydroid commented on September 16, 2024

BTW, are there any plans to change to pygame 1.9.6 (April 25th 2019)?

from dronesimlab.

orig74 avatar orig74 commented on September 16, 2024

Not at the moment.

from dronesimlab.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.