Sdl mixer problem

Hi all!

I have tried the SDL_Mixer library’s new version (1.2.9) and I get an error while compiling my project: \libmikmod-3.1.12\include\mikmod_internals.h(72) : error
C2059: syntax error: ‘,’. It sounds like there is a missing reference to a needed library not included in the zip package (libmikmod). Do you know where might I find it?

Thanks in advance

CODER

It doesn’t sound quite like a missing lib… What is line 72 of
\libmikmod-3.1.12\include\mikmod_internals.h?

Jonny DOn Thu, Oct 22, 2009 at 5:14 PM, CODER <riccardo.cianci at alice.it> wrote:

Hi all!

I have tried the SDL_Mixer library’s new version (1.2.9) and I get an error
while compiling my project: \libmikmod-3.1.12\include\mikmod_internals.h(72)
: error
C2059: syntax error: ‘,’. It sounds like there is a missing reference to a
needed library not included in the zip package (libmikmod). Do you know
where might I find it?

Thanks in advance

CODER


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

I heard that the midmod dll is not in the SDL_mixer released.

I think this is a bug with the SDL packaging for windows.

cu,On Fri, Oct 23, 2009 at 3:09 PM, Jonathan Dearborn wrote:

It doesn’t sound quite like a missing lib… ?What is line 72 of
\libmikmod-3.1.12\include\mikmod_internals.h?

Jonny D

On Thu, Oct 22, 2009 at 5:14 PM, CODER <riccardo.cianci at alice.it> wrote:

Hi all!

I have tried the SDL_Mixer library’s new version (1.2.9) and I get an error
while compiling my project: \libmikmod-3.1.12\include\mikmod_internals.h(72)
: error
C2059: syntax error: ‘,’. It sounds like there is a missing reference to a
needed library not included in the zip package (libmikmod). Do you know
where might I find it?

Thanks in advance

CODER

i had the same issue; installing libmikmod fixes it.

DecentTrousers wrote:

Any suggestions to what I should do? Thanks.

Code:

wget http://mikmod.raphnet.net/files/libmikmod-3.2.0-beta2.tar.gz
tar zxpvf libmikmod-3.2.0-beta2.tar.gz && rm libmikmod-3.2.0-beta2.tar.gz
cd libmikmod-3.2.0-beta2
./configure && make && sudo make install
cd -

Hello all, I have this problem as well. When I call Mix_OpenAudio I get an error saying:

“Failed loading mikmod.dll: The specified module could not be found.”

Any suggestions to what I should do? Thanks.

Yep, this is fixed now.

Thanks!On Sat, Oct 24, 2009 at 3:47 AM, Ren? Dudfield wrote:

I heard that the midmod dll is not in the SDL_mixer released.

I think this is a bug with the SDL packaging for windows.

cu,

On Fri, Oct 23, 2009 at 3:09 PM, Jonathan Dearborn wrote:

It doesn’t sound quite like a missing lib… ?What is line 72 of
\libmikmod-3.1.12\include\mikmod_internals.h?

Jonny D

On Thu, Oct 22, 2009 at 5:14 PM, CODER <riccardo.cianci at alice.it> wrote:

Hi all!

I have tried the SDL_Mixer library’s new version (1.2.9) and I get an error
while compiling my project: \libmikmod-3.1.12\include\mikmod_internals.h(72)
: error
C2059: syntax error: ‘,’. It sounds like there is a missing reference to a
needed library not included in the zip package (libmikmod). Do you know
where might I find it?

Thanks in advance

CODER


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


-Sam Lantinga, Founder and President, Galaxy Gameworks LLC