Giter Club home page Giter Club logo

Comments (5)

mogoh avatar mogoh commented on August 17, 2024

I've got the same problem and also no Idea.

from go-sdl.

bmatsuo avatar bmatsuo commented on August 17, 2024

Also a problem for me on Ubuntu Lucid.

from go-sdl.

zombieCraig avatar zombieCraig commented on August 17, 2024

I had the same problem on my Ubuntu system. I created two files by hand SDL_ttf.pc and SDL_mixer.pc. I then copied them to /usr/lib/pkgconfig and all worked fine. Below is the contents of the two files:

SDL_ttf.pc

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: SDL_ttf
Description: ttf library for Simple DirectMedia Layer with FreeType 2 support
Version: @VERSION@
Requires: sdl >= @SDL_VERSION@
Libs: -L${libdir} -lSDL_ttf
Cflags: -I${includedir}/SDL

SDL_mixer.pc

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: SDL_mixer
Description: mixer library for Simple DirectMedia Layer
Version: @VERSION@
Requires: sdl >= @SDL_VERSION@
Libs: -L${libdir} -lSDL_mixer
Cflags: -I${includedir}/SDL

Note I haven't tested Go-SDL yet just saw that it compiled fine.

from go-sdl.

 avatar commented on August 17, 2024

Ubuntu 12.10 (quantal) appears to be shipping with SDL_ttf.pc.

http://packages.ubuntu.com/quantal/i386/libsdl-ttf2.0-dev/filelist

from go-sdl.

trosh avatar trosh commented on August 17, 2024

@zombieCraig not sure what witchcraft you used but this solves everything (at least on my #! distro). thumbs up.

from go-sdl.

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.