Preprocessor error's

Hello,

I get compiler errors like:

“”“
src/audio/pulseaudio/SDL_pulseaudio.c:109:5: error: token
”“libpulse-simple.so.0"” is not valid in preprocessor expressions
"""

since having the package libpulse-dev installed.
Shouldn’t the #if 's like in the above source file be #ifdef 's instead?

compiled with gcc 4.4.3 on ubuntu 10.04

since having the package libpulse-dev installed.
Shouldn’t the #if 's like in the above source file be #ifdef 's instead?

Yes, you’re right. This is fixed in revision control now.

Thanks!

–ryan.