Author Topic: libSDL_mixer.o not found  (Read 2572 times)

serivon

  • Guest
libSDL_mixer.o not found
« on: May 12, 2008, 11:51:50 am »
Hi, i'm new to code blocks and programming in general.

My problem is, when I try to compile a program using SDL mixer, i get this error:

Linking console executable: bin\Debug\vidgame.exe
mingw32-g++.exe: obj\Debug\libSDL_mixer.o: No such file or directory

The problem obviously being that the sdl mixer does not come with any .o files. Any help would be appreciated, thank you.