On Sat, Oct 09, 2004 at 11:24:48AM +0200, Pedro Lopez-Cabanillas wrote: > Your compiler error happens in linking time instead of compile time, so your > headers came from 0.9.6 and the function prototypes are there, but the linker > fails, so your "libasound.so" file may be from an older version. Can you > please test these commands? > > $ nm /usr/lib/libasound.so.2|grep snd_seq_port_info_set_timestamp > $ grep snd_seq_port_info_set_timestamp /usr/include/alsa/*.h
result $ nm /usr/lib/libasound.so.2|grep snd_seq_port_info_set_timestamp $ grep snd_seq_port_info_set_timestamp /usr/include/alsa/*.h /usr/include/alsa/seq.h:void snd_seq_port_info_set_timestamping (snd_seq_port_info_t *info, int enable); /usr/include/alsa/seq.h:void snd_seq_port_info_set_timestamp_real (snd_seq_port_info_t *info,int realtime); /usr/include/alsa/seq.h:void snd_seq_port_info_set_timestamp_queue (snd_seq_port_info_t *info, int queue); $ rpm -qf /usr/lib/libasound.so.2.0.0 alsa-lib-0.9.6-1 $ Is alsa-lib corrupt? ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Rosegarden-devel mailing list [EMAIL PROTECTED] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
