Just updated from 8.3 to FreeBSD 9.0-RELEASE-p3, and am reinstalling ports. Chromium is giving me two errors and bombing out.
The errors are: media/audio/pulst/pulse_output.cc:89L28: error: use of undeclared identifier 'kChannelOrderings'; did you mean 'ChannelOrder'? int channel_position = kChannelOrderings[channel_layout][channel]; ^~~~~~~~~~~~~~~~~ ChannelOrder ./media/base/channel/_layout.h:121:18: note: 'ChannelOrder' declared here MEDIA_EXPORT int ChannelOrder(ChannelLayout layout, Channels, channel); ^ media/audio/pulse_output.cc:89:45: error: type 'int (media::ChannelLayout, media::Channels)' does not provide a subscript operator int channel_position = kChannelOrderings[channel_layout][channel]; 2 errors generated. gmake: *** [out/Release/obj.target/media/media/audio/pulse/pulse_output.0] Error 1 I've googled trying to see what if anyting this might be, and see nothing... Anyone have thoughts on this? Thanks, Kurt _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"