Only ran into one problem compiling Qt on a SUSE SLES 10 SP2 box using
linux-icc-64
the alsa version is 1.0.11
qaudiodeviceinfo_alsa_p.cpp uses snd_device_name_hint
which didn't appear until 1.0.14
you can catch it by beefing up your alsa test alsates.cpp with
a chunk of code from qaudiodeviceinfo_alsa_p.cpp
void **hints;
if(snd_device_name_hint(-1, "pcm", &hints) < 0) {
return 1;
}
--
Richard Fleck
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This email message is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information of Cameron and its Operating Divisions.
Any unauthorized use or disclosure is prohibited.
If you are not the intended recipient, please contact the
sender by reply email and delete and destroy all copies
of the original message inclusive of any attachments.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_______________________________________________
Qt4-preview-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback