On Saturday 09 October 2004 11:49, oota toshiya wrote: > 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?
The output of nm is empty, it should say something like this: $ nm /usr/lib/libasound.so.2|grep snd_seq_port_info_set_timestamp 0007a660 T snd_seq_port_info_set_timestamping 0007a720 T snd_seq_port_info_set_timestamp_queue 0007a6c0 T snd_seq_port_info_set_timestamp_real You need to upgrade your alsa-lib and alsa-lib-devel packages to a newer, matching version. The 0.9.6 is very old, and it is buggy (it includes the prototype functions in the headers, but it misses the implementation). For building Rosegarden 0.9.9 from source code, ALSA 0.9.7 or better is required. Regards, Pedro ------------------------------------------------------- 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
