Compilation Problem

I trying to compile the version 2.0.5 and i received the folow massage:

libs/midi++2/alsa_sequencer_midiport.cc:175: error: ‘SND_SEQ_PORT_TYPE_SOFTWARE’ was not declared in this scope
scons: *** [libs/midi++2/alsa_sequencer_midiport.os] Error 1
scons: building terminated because of errors.

My system is a FedoraCore4…

What can I do to solve this problem?
Thanks
Rael Toffolo

Thanks for answer…

I have the two libs installed on my system…
What could be the problem?

thks

this is fixed in svn. its caused by you having an older version of the ALSA libraries. svn will compile normally on your system, as will the upcoming 2.1 release.

Do you have the files /usr/include/alsa/asoundlib.h and /usr/include/alsa/seq.h on your system? If not you will need to obtain the alsa library development packages for your distribution (I’m not sure what they would be called on Fedora.)

/J\