## ajtiM via freebsd-ports ([email protected]): > Reading > /usr/ports/accessibility/qt5-speech/work/qtspeech-everywhere-src-5.12.1/src/plugins/tts/speechdispatcher/speechdispatcher.pro > > [/usr/ports/accessibility/qt5-speech/work/.build/src/plugins/tts/speechdispatcher] > Reading > /usr/ports/accessibility/qt5-speech/work/qtspeech-everywhere-src-5.12.1/src/plugins/tts/flite/flite.pro > [/usr/ports/accessibility/qt5-speech/work/.build/src/plugins/tts/flite] > Project ERROR: Unknown module(s) in QT: multimedia *** Error code 3
1. that's qt5-speech, not FreeCAD 2. looks like a typical case of local contamination: the error happens in the flite plugin. The flite plugin is not build by default (at least, in the port), but it gets activated if the qt5-speech build (the qt5 side of that, not "our" build system) picks up a flite installation. And then it falls flat on it's face as the flite plugin required qt5-multimedia, but that's not declared as a dependency on qt5-speech. Regards, Christoph -- Spare Space _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
