News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

libSDL_mixer.o not found

Started by serivon, May 12, 2008, 11:51:50 AM

Previous topic - Next topic

serivon

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.