Skip to Content.
Sympa Menu

sm-commit - Re: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (378c16c02ba000efec24f6cd3104bb647591c90d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <ismael AT iodev.co.uk>
  • To: Treeve Jelbert <treeve AT sourcemage.org>
  • Cc: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: Re: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (378c16c02ba000efec24f6cd3104bb647591c90d)
  • Date: Fri, 20 Jun 2025 23:32:41 +0200

<...>
> commit f3b22deef4097475f27f347877ff08d8bf5e5ded
> Author: Treeve Jelbert <treeve AT sourcemage.org>
> Commit: Treeve Jelbert <treeve AT sourcemage.org>
>
> rosegarden: => 25.06
>
<...>
> diff --git a/qt5-cmake/rosegarden/DETAILS b/qt5-cmake/rosegarden/DETAILS
> index a6c4413..c1e189c 100755
> --- a/qt5-cmake/rosegarden/DETAILS
> +++ b/qt5-cmake/rosegarden/DETAILS
> @@ -1,7 +1,7 @@
> # Watch: https://www.rosegardenmusic.com/getting/source/
> SPELL=rosegarden
> - VERSION=24.12.1
> -
> SOURCE_HASH=sha512:f732951162e816a2dde4805e519c9b99598edb543fbe01f819248454c23eb70293a74e92ad11a51ecdd4990bca1f111242f838b2e3259ca09cb4f9bf955b9b6a
> + VERSION=25.06
> +
> SOURCE_HASH=sha512:4ce306c939e26f265e48a9ae90df32869b4530927dba9d1f7d017e089f7ff81a912d283dc80aa58f2ed3eacd4f05565d0a3663ece7795ed7c16b3a6753f04daf
> SOURCE=$SPELL-$VERSION.tar.xz
> SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
>
> SOURCE_URL[0]=https://sourceforge.net/projects/rosegarden/files/rosegarden/${VERSION%.?}/$SOURCE/download

Both with QT5 and QT6 this version fails to build (with GCC 14.2).

There's a ton of warnings about RG_MODULE_STRING being redefined, and
type mismatch errors, specially with QT5.

The QT6 build:
src/commands/edit/RetrogradeInvertCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/commands/edit/PasteEventsCommand.cpp:18:9: note: this is the location of
the previous definition
src/commands/edit/RetrogradeInvertCommand.cpp:19:9: warning:
"RG_NO_DEBUG_PRINT" redefined
src/commands/edit/PasteEventsCommand.cpp:19:9: note: this is the location of
the previous definition
src/commands/edit/EraseCommand.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/commands/edit/RetrogradeInvertCommand.cpp:18:9: note: this is the
location of the previous definition
src/commands/edit/CutCommand.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/commands/edit/EraseCommand.cpp:18:9: note: this is the location of the
previous definition
src/base/Composition.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/commands/notation/MultiKeyInsertionCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/base/Typematic.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/base/Buss.cpp:16:9: note: this is the location of the previous definition
src/sound/LADSPAPluginFactory.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/base/Typematic.cpp:16:9: note: this is the location of the previous
definition
src/base/Clipboard.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/base/Composition.cpp:16:9: note: this is the location of the previous
definition
src/commands/matrix/MatrixPercussionInsertionCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/commands/edit/RetrogradeCommand.cpp:18:9: note: this is the location of
the previous definition
src/commands/segment/SegmentTransposeCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/commands/matrix/MatrixPercussionInsertionCommand.cpp:18:9: note: this is
the location of the previous definition
src/commands/segment/PasteToTriggerSegmentCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/commands/segment/SegmentTransposeCommand.cpp:18:9: note: this is the
location of the previous definition
src/base/Studio.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/commands/segment/CreateTempoMapFromSegmentCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/commands/segment/ExpandFigurationCommand.cpp:19:9: note: this is the
location of the previous definition
src/commands/segment/SegmentInsertCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/commands/segment/CreateTempoMapFromSegmentCommand.cpp:18:9: note: this is
the location of the previous definition
src/sound/PluginFactory.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
/usr/include/alsa/seq_event.h:30:2: warning: #warning "use #include
<alsa/asoundlib.h>, <alsa/seq_event.h> should not be used directly" [-Wcpp]
src/commands/segment/AudioSegmentAutoSplitCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/commands/segment/SegmentAutoSplitCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/commands/segment/RenameTrackCommand.cpp:18:9: note: this is the location
of the previous definition
src/sound/ControlBlock.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/sound/LADSPAPluginFactory.cpp:16:9: note: this is the location of the
previous definition
src/commands/segment/SegmentResizeFromStartCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/commands/segment/AudioSegmentAutoSplitCommand.cpp:18:9: note: this is the
location of the previous definition
src/commands/segment/AddLayerCommand.cpp:19:9: warning: "RG_MODULE_STRING"
redefined
src/commands/segment/SegmentResizeFromStartCommand.cpp:18:9: note: this is
the location of the previous definition
src/base/figuration/SegmentFigData.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/base/Studio.cpp:16:9: note: this is the location of the previous
definition
src/commands/segment/AddTracksCommand.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/commands/segment/SegmentInsertCommand.cpp:18:9: note: this is the
location of the previous definition
src/commands/segment/MergeFileCommand.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/commands/segment/AddTracksCommand.cpp:18:9: note: this is the location of
the previous definition
src/sound/DSSIPluginFactory.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/sound/MidiFile.cpp:16:9: note: this is the location of the previous
definition
src/sound/DSSIPluginFactory.cpp:17:9: warning: "RG_NO_DEBUG_PRINT" redefined
src/sound/MidiFile.cpp:18:9: note: this is the location of the previous
definition
src/base/figuration/FigurationSourceMap.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/base/figuration/SegmentFigData.cpp:18:9: note: this is the location of
the previous definition
/usr/include/alsa/seq_event.h:30:2: warning: #warning "use #include
<alsa/asoundlib.h>, <alsa/seq_event.h> should not be used directly" [-Wcpp]
src/sound/PeakFile.cpp:15:9: warning: "RG_MODULE_STRING" redefined
src/sound/PluginFactory.cpp:16:9: note: this is the location of the previous
definition
src/sound/LV2Worker.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/sound/LV2URIDMapper.cpp:15:9: note: this is the location of the previous
definition
src/sound/PluginAudioSource.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/sound/PeakFile.cpp:15:9: note: this is the location of the previous
definition
src/commands/segment/SegmentEraseCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/commands/segment/SegmentAutoSplitCommand.cpp:18:9: note: this is the
location of the previous definition
src/sound/LV2World.cpp:15:9: warning: "RG_MODULE_STRING" redefined
src/sound/LV2Worker.cpp:16:9: note: this is the location of the previous
definition
src/sound/LV2PluginParameter.cpp:15:9: warning: "RG_MODULE_STRING" redefined
src/sound/LV2World.cpp:15:9: note: this is the location of the previous
definition
src/gui/studio/AudioPluginLV2GUIManager.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/sound/LV2PluginParameter.cpp:15:9: note: this is the location of the
previous definition
src/commands/segment/SegmentExcludeFromPrintingCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/commands/segment/SegmentEraseCommand.cpp:18:9: note: this is the location
of the previous definition
src/commands/segment/CopySegmentCommand.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/commands/segment/SegmentExcludeFromPrintingCommand.cpp:18:9: note: this
is the location of the previous definition
src/commands/notation/NoteInsertionCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/commands/notation/MultiKeyInsertionCommand.cpp:18:9: note: this is the
location of the previous definition
src/sound/SoundDriver.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/sound/RIFFAudioFile.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/sound/DSSIPluginFactory.cpp:16:9: note: this is the location of the
previous definition
src/sound/AudioCache.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/sound/SoundDriver.cpp:16:9: note: this is the location of the previous
definition
src/sound/Tuning.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/sound/AudioCache.cpp:16:9: note: this is the location of the previous
definition
src/sound/PluginAudioSource.cpp:16:9: note: this is the location of the
previous definition
src/sound/AudioFileTimeStretcher.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/sound/RIFFAudioFile.cpp:16:9: note: this is the location of the previous
definition
src/commands/segment/AudioSegmentSplitCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/sound/WAVAudioFile.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/sound/ControlBlock.cpp:16:9: note: this is the location of the previous
definition
src/commands/segment/AudioSegmentInsertCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/commands/segment/FitToBeatsCommand.cpp:19:9: note: this is the location
of the previous definition
src/commands/edit/SelectAddEvenNotesCommand.cpp:19:9: warning:
"RG_MODULE_STRING" redefined
src/gui/studio/AudioPluginLV2GUI.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/studio/AudioPluginLV2GUIManager.cpp:18:9: note: this is the location
of the previous definition
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/gui/studio/AudioPluginLV2GUIWindow.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/studio/AudioPluginLV2GUI.cpp:18:9: note: this is the location of the
previous definition
src/sound/SequencerDataBlock.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/sound/AudioFileTimeStretcher.cpp:18:9: note: this is the location of the
previous definition
src/commands/segment/AudioSegmentRescaleCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/commands/segment/AudioSegmentInsertCommand.cpp:18:9: note: this is the
location of the previous definition
src/commands/segment/SegmentJoinCommand.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/commands/segment/AudioSegmentRescaleCommand.cpp:18:9: note: this is the
location of the previous definition
src/base/SegmentNotationHelper.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/base/AllocateChannels.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/base/SegmentNotationHelper.cpp:16:9: note: this is the location of the
previous definition
src/base/AllocateChannels.cpp:19:9: warning: "RG_NO_DEBUG_PRINT" redefined
src/base/SegmentNotationHelper.cpp:18:9: note: this is the location of the
previous definition
src/base/Profiler.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/base/AllocateChannels.cpp:18:9: note: this is the location of the
previous definition
src/commands/studio/RemoveControlParameterCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/commands/studio/CreateOrDeleteDeviceCommand.cpp:18:9: note: this is the
location of the previous definition
src/commands/studio/ReconnectDeviceCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/commands/studio/RemoveControlParameterCommand.cpp:18:9: note: this is the
location of the previous definition
src/commands/studio/ModifyDeviceCommand.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/commands/studio/ReconnectDeviceCommand.cpp:18:9: note: this is the
location of the previous definition
src/base/InstrumentStaticSignals.cpp:16:9: warning: "RG_MODULE_STRING"
redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/base/Selection.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/base/InstrumentStaticSignals.cpp:16:9: note: this is the location of the
previous definition
src/commands/segment/DeleteTracksCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/commands/notation/AdoptSegmentCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/sequencer/SequencerThread.cpp:15:9: warning: "RG_MODULE_STRING" redefined
src/commands/studio/ModifyDeviceMappingCommand.cpp:18:9: note: this is the
location of the previous definition
src/sound/AudioPlayQueue.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/sound/AudioFileManager.cpp:18:9: note: this is the location of the
previous definition
src/sequencer/RosegardenSequencer.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/sequencer/SequencerThread.cpp:15:9: note: this is the location of the
previous definition
src/commands/notation/KeyInsertionCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/sound/Resampler.cpp:15:9: warning: "RG_MODULE_STRING" redefined
src/sound/AudioPlayQueue.cpp:16:9: note: this is the location of the previous
definition
src/sound/JackCaptureClient.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/sound/ExternalController.cpp:14:9: warning: "RG_MODULE_STRING" redefined
src/sound/Resampler.cpp:15:9: note: this is the location of the previous
definition
src/sound/KorgNanoKontrol2.cpp:14:9: warning: "RG_MODULE_STRING" redefined
src/sound/ExternalController.cpp:14:9: note: this is the location of the
previous definition
src/sound/WAVExporter.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/sound/KorgNanoKontrol2.cpp:14:9: note: this is the location of the
previous definition
src/sequencer/RosegardenSequencer.cpp:18:9: note: this is the location of the
previous definition
src/sound/LV2PluginDatabase.cpp:15:9: warning: "RG_MODULE_STRING" redefined
src/sound/JackCaptureClient.cpp:18:9: note: this is the location of the
previous definition
src/sound/LV2PluginDatabase.cpp:16:9: warning: "RG_NO_DEBUG_PRINT" redefined
src/sequencer/RosegardenSequencer.cpp:19:9: note: this is the location of the
previous definition
src/sound/LV2PluginFactory.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/sound/LV2PluginDatabase.cpp:15:9: note: this is the location of the
previous definition
src/sound/LV2PluginInstance.cpp:15:9: warning: "RG_MODULE_STRING" redefined
src/sound/LV2PluginFactory.cpp:16:9: note: this is the location of the
previous definition
src/sound/LV2Utils.cpp:15:9: warning: "RG_MODULE_STRING" redefined
src/sound/LV2PluginInstance.cpp:15:9: note: this is the location of the
previous definition
src/base/AudioPluginInstance.cpp:15:9: warning: "RG_MODULE_STRING" redefined
src/base/BasicQuantizer.cpp:16:9: note: this is the location of the previous
definition
src/base/AudioPluginInstance.cpp:16:9: warning: "RG_NO_DEBUG_PRINT" redefined
src/base/BasicQuantizer.cpp:17:9: note: this is the location of the previous
definition
src/base/Quantizer.cpp:15:9: warning: "RG_MODULE_STRING" redefined
src/base/AudioPluginInstance.cpp:15:9: note: this is the location of the
previous definition
src/base/XmlExportable.cpp:15:9: warning: "RG_MODULE_STRING" redefined
src/base/Quantizer.cpp:15:9: note: this is the location of the previous
definition
src/base/Pitch.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/base/Device.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/base/Pitch.cpp:16:9: note: this is the location of the previous definition
src/base/PluginContainer.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/base/Device.cpp:16:9: note: this is the location of the previous
definition
src/sound/JackDriver.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/sound/MappedEvent.cpp:15:9: note: this is the location of the previous
definition
src/sound/AlsaDriver.cpp:20:9: warning: "RG_MODULE_STRING" redefined
src/sound/JackDriver.cpp:16:9: note: this is the location of the previous
definition
src/sound/MappedBufMetaIterator.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/sound/AlsaDriver.cpp:20:9: note: this is the location of the previous
definition
src/base/ViewSegment.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/base/ControllerContext.cpp:18:9: note: this is the location of the
previous definition
src/sound/PeakFileManager.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/sound/LSCPPatchExtractor.cpp:16:9: note: this is the location of the
previous definition
src/sound/Audit.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/sound/PeakFileManager.cpp:16:9: note: this is the location of the
previous definition
src/sound/MappedStudio.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/sound/Audit.cpp:16:9: note: this is the location of the previous
definition
src/gui/seqmanager/InternalSegmentMapper.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/seqmanager/AudioSegmentMapper.cpp:18:9: note: this is the location of
the previous definition
src/base/Instrument.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/gui/seqmanager/InternalSegmentMapper.cpp:18:9: note: this is the location
of the previous definition
src/base/MidiDevice.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/base/Segment.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/base/Instrument.cpp:16:9: note: this is the location of the previous
definition
src/commands/edit/MoveCommand.cpp:19:9: warning: "RG_MODULE_STRING" redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/commands/edit/CopyCommand.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/commands/edit/MoveCommand.cpp:19:9: note: this is the location of the
previous definition
src/commands/edit/CollapseNotesCommand.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/commands/edit/CopyCommand.cpp:18:9: note: this is the location of the
previous definition
src/sound/audiostream/WavFileWriteStream.cpp:20:9: warning:
"RG_MODULE_STRING" redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/sound/audiostream/AudioWriteStreamFactory.cpp:17:9: warning:
"RG_MODULE_STRING" redefined
src/sound/audiostream/WavFileWriteStream.cpp:20:9: note: this is the location
of the previous definition
src/sound/MidiInserter.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/sound/audiostream/AudioWriteStreamFactory.cpp:17:9: note: this is the
location of the previous definition
src/sound/AudioInstrumentMixer.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/sound/LADSPAPluginInstance.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/sound/AudioInstrumentMixer.cpp:16:9: note: this is the location of the
previous definition
/usr/include/alsa/seq_event.h:30:2: warning: #warning "use #include
<alsa/asoundlib.h>, <alsa/seq_event.h> should not be used directly" [-Wcpp]
src/sound/SoundFile.cpp:14:9: warning: "RG_MODULE_STRING" redefined
src/sound/LADSPAPluginInstance.cpp:16:9: note: this is the location of the
previous definition
src/gui/seqmanager/SequenceManager.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/seqmanager/MEBIterator.cpp:18:9: note: this is the location of the
previous definition
src/gui/studio/AudioStrip.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/studio/AudioMixerWindow2.cpp:18:9: note: this is the location of the
previous definition
src/gui/seqmanager/MetronomeMapper.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/studio/AudioStrip.cpp:18:9: note: this is the location of the
previous definition
src/gui/seqmanager/MappedEventBuffer.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/seqmanager/MetronomeMapper.cpp:18:9: note: this is the location of
the previous definition
src/gui/seqmanager/SegmentMapper.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/seqmanager/SequenceManager.cpp:18:9: note: this is the location of
the previous definition
src/gui/seqmanager/MidiFilterDialog.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/seqmanager/SegmentMapper.cpp:18:9: note: this is the location of the
previous definition
src/gui/seqmanager/MidiFilterDialog.cpp:19:9: warning: "RG_NO_DEBUG_PRINT"
redefined
src/gui/seqmanager/SequenceManager.cpp:19:9: note: this is the location of
the previous definition
src/gui/seqmanager/ChannelManager.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/seqmanager/MidiFilterDialog.cpp:18:9: note: this is the location of
the previous definition
src/gui/seqmanager/CompositionMapper.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/seqmanager/ChannelManager.cpp:18:9: note: this is the location of the
previous definition
src/gui/studio/AudioPluginOSCGUI.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/studio/NameSetEditor.cpp:18:9: note: this is the location of the
previous definition
src/gui/studio/AudioPluginManager.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/studio/AudioPluginOSCGUI.cpp:18:9: note: this is the location of the
previous definition
src/gui/studio/MidiKeyMappingEditor.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/studio/AudioPluginManager.cpp:18:9: note: this is the location of the
previous definition
src/gui/studio/SynthPluginManagerDialog.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/studio/MidiKeyMappingEditor.cpp:18:9: note: this is the location of
the previous definition
src/gui/studio/ControlParameterEditDialog.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/studio/SynthPluginManagerDialog.cpp:18:9: note: this is the location
of the previous definition
src/gui/studio/MidiMixerWindow.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/rulers/RawNoteRuler.cpp:18:9: note: this is the location of the
previous definition
src/gui/studio/OSCMessage.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/studio/MidiMixerWindow.cpp:18:9: note: this is the location of the
previous definition
src/gui/studio/MixerWindow.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/studio/OSCMessage.cpp:18:9: note: this is the location of the
previous definition
src/gui/studio/MidiProgramsEditor.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/studio/MixerWindow.cpp:18:9: note: this is the location of the
previous definition
src/gui/studio/AudioPluginGUIManager.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/studio/ControlEditorDialog.cpp:18:9: note: this is the location of
the previous definition
src/gui/studio/AudioPluginGUIManager.cpp:19:9: warning: "RG_NO_DEBUG_PRINT"
redefined
src/gui/studio/ControlEditorDialog.cpp:19:9: note: this is the location of
the previous definition
src/gui/studio/AudioPluginOSCGUIManager.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/studio/AudioPluginGUIManager.cpp:18:9: note: this is the location of
the previous definition
src/gui/studio/StudioControl.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/studio/MidiProgramsEditor.cpp:18:9: note: this is the location of the
previous definition
src/gui/studio/DeviceManagerDialog.cpp:21:9: warning: "RG_MODULE_STRING"
redefined
src/gui/studio/AudioPluginOSCGUIManager.cpp:18:9: note: this is the location
of the previous definition
src/gui/studio/DeviceManagerDialog.cpp:22:9: warning: "RG_NO_DEBUG_PRINT"
redefined
src/gui/studio/AudioPluginGUIManager.cpp:19:9: note: this is the location of
the previous definition
src/gui/studio/BankEditorDialog.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/studio/DeviceManagerDialog.cpp:21:9: note: this is the location of
the previous definition
src/sound/RingBufferPool.h:28:7: error: redefinition of 'class
Rosegarden::RingBufferPool'
src/sound/RingBufferPool.h:28:7: note: previous definition of 'class
Rosegarden::RingBufferPool'
src/commands/matrix/MatrixPercussionInsertionCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/commands/edit/RetrogradeCommand.cpp:18:9: note: this is the location of
the previous definition
src/commands/segment/SegmentTransposeCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/commands/matrix/MatrixPercussionInsertionCommand.cpp:18:9: note: this is
the location of the previous definition
src/commands/segment/PasteToTriggerSegmentCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/commands/segment/SegmentTransposeCommand.cpp:18:9: note: this is the
location of the previous definition
src/gui/rulers/StandardRuler.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/rulers/ControlRulerWidget.cpp:18:9: note: this is the location of the
previous definition
src/gui/rulers/LoopRuler.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/rulers/StandardRuler.cpp:18:9: note: this is the location of the
previous definition
src/commands/segment/SegmentAutoSplitCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/commands/segment/RenameTrackCommand.cpp:18:9: note: this is the location
of the previous definition
src/commands/segment/CreateTempoMapFromSegmentCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/commands/segment/ExpandFigurationCommand.cpp:19:9: note: this is the
location of the previous definition
src/commands/segment/SegmentInsertCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/commands/segment/CreateTempoMapFromSegmentCommand.cpp:18:9: note: this is
the location of the previous definition
src/gui/rulers/ControlMover.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/gui/rulers/MarkerRuler.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/rulers/ControlMover.cpp:18:9: note: this is the location of the
previous definition
src/gui/rulers/ChordNameRuler.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/rulers/MarkerRuler.cpp:18:9: note: this is the location of the
previous definition
src/gui/rulers/TempoRuler.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/rulers/ChordNameRuler.cpp:18:9: note: this is the location of the
previous definition
src/gui/rulers/TempoRuler.cpp:19:9: warning: "RG_NO_DEBUG_PRINT" redefined
src/gui/rulers/ChordNameRuler.cpp:20:9: note: this is the location of the
previous definition
src/commands/segment/AddTracksCommand.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/commands/segment/SegmentInsertCommand.cpp:18:9: note: this is the
location of the previous definition
src/commands/segment/MergeFileCommand.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/commands/segment/AddTracksCommand.cpp:18:9: note: this is the location of
the previous definition
src/commands/segment/SegmentEraseCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/commands/segment/SegmentAutoSplitCommand.cpp:18:9: note: this is the
location of the previous definition
src/commands/segment/SegmentExcludeFromPrintingCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/commands/segment/SegmentEraseCommand.cpp:18:9: note: this is the location
of the previous definition
src/commands/segment/CopySegmentCommand.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/commands/segment/SegmentExcludeFromPrintingCommand.cpp:18:9: note: this
is the location of the previous definition
src/gui/rulers/ControlChangeCommand.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/rulers/EventControlItem.cpp:18:9: note: this is the location of the
previous definition
src/gui/rulers/PercussionPitchRuler.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/rulers/ControlChangeCommand.cpp:18:9: note: this is the location of
the previous definition
src/gui/rulers/ControllerEventAdapter.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/rulers/PercussionPitchRuler.cpp:18:9: note: this is the location of
the previous definition
src/commands/segment/DeleteRangeCommand.cpp:410:20: error: expected
type-specifier before 'OpenOrCloseRangeCommand'
src/base/InstrumentStaticSignals.cpp:16:9: warning: "RG_MODULE_STRING"
redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/base/Selection.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/base/InstrumentStaticSignals.cpp:16:9: note: this is the location of the
previous definition
src/commands/segment/AudioSegmentSplitCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/commands/studio/RemoveControlParameterCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/commands/studio/CreateOrDeleteDeviceCommand.cpp:18:9: note: this is the
location of the previous definition
src/commands/studio/ReconnectDeviceCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/commands/studio/RemoveControlParameterCommand.cpp:18:9: note: this is the
location of the previous definition
src/commands/studio/ModifyDeviceCommand.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/commands/studio/ReconnectDeviceCommand.cpp:18:9: note: this is the
location of the previous definition
src/commands/notation/AdoptSegmentCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/sound/LV2Worker.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/sound/LV2URIDMapper.cpp:15:9: note: this is the location of the previous
definition
src/sound/LV2World.cpp:15:9: warning: "RG_MODULE_STRING" redefined
src/sound/LV2Worker.cpp:16:9: note: this is the location of the previous
definition
src/sound/LV2PluginParameter.cpp:15:9: warning: "RG_MODULE_STRING" redefined
src/sound/LV2World.cpp:15:9: note: this is the location of the previous
definition
src/gui/studio/AudioPluginLV2GUIManager.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/sound/LV2PluginParameter.cpp:15:9: note: this is the location of the
previous definition
src/gui/studio/AudioPluginLV2GUI.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/studio/AudioPluginLV2GUIManager.cpp:18:9: note: this is the location
of the previous definition
src/gui/studio/AudioPluginLV2GUIWindow.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/studio/AudioPluginLV2GUI.cpp:18:9: note: this is the location of the
previous definition
src/base/Studio.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/base/figuration/SegmentFigData.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/base/Studio.cpp:16:9: note: this is the location of the previous
definition
src/commands/segment/DeleteTracksCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/base/figuration/FigurationSourceMap.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/base/figuration/SegmentFigData.cpp:18:9: note: this is the location of
the previous definition
src/commands/notation/KeyInsertionCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/base/SegmentNotationHelper.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/commands/edit/SelectAddEvenNotesCommand.cpp:19:9: warning:
"RG_MODULE_STRING" redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/base/AllocateChannels.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/base/SegmentNotationHelper.cpp:16:9: note: this is the location of the
previous definition
src/base/AllocateChannels.cpp:19:9: warning: "RG_NO_DEBUG_PRINT" redefined
src/base/SegmentNotationHelper.cpp:18:9: note: this is the location of the
previous definition
src/base/Profiler.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/base/AllocateChannels.cpp:18:9: note: this is the location of the
previous definition
src/commands/segment/AudioSegmentAutoSplitCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/commands/segment/SegmentResizeFromStartCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/commands/segment/AudioSegmentAutoSplitCommand.cpp:18:9: note: this is the
location of the previous definition
src/commands/segment/AddLayerCommand.cpp:19:9: warning: "RG_MODULE_STRING"
redefined
src/commands/segment/SegmentResizeFromStartCommand.cpp:18:9: note: this is
the location of the previous definition
/usr/include/glib-2.0/gio/gdbusintrospection.h:157:25: error: expected
unqualified-id before 'public'
/usr/include/gtk-2.0/gtk/gtkbindings.h:78:26: error: expected unqualified-id
before 'public'
src/sound/AudioPlayQueue.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/sound/AudioFileManager.cpp:18:9: note: this is the location of the
previous definition
src/sound/Resampler.cpp:15:9: warning: "RG_MODULE_STRING" redefined
src/sound/AudioPlayQueue.cpp:16:9: note: this is the location of the previous
definition
src/sound/ExternalController.cpp:14:9: warning: "RG_MODULE_STRING" redefined
src/sound/Resampler.cpp:15:9: note: this is the location of the previous
definition
src/sound/KorgNanoKontrol2.cpp:14:9: warning: "RG_MODULE_STRING" redefined
src/sound/ExternalController.cpp:14:9: note: this is the location of the
previous definition
src/sound/WAVExporter.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/sound/KorgNanoKontrol2.cpp:14:9: note: this is the location of the
previous definition
src/commands/segment/AudioSegmentInsertCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/commands/segment/FitToBeatsCommand.cpp:19:9: note: this is the location
of the previous definition
src/commands/segment/AudioSegmentRescaleCommand.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/commands/segment/AudioSegmentInsertCommand.cpp:18:9: note: this is the
location of the previous definition
src/commands/segment/SegmentJoinCommand.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/commands/segment/AudioSegmentRescaleCommand.cpp:18:9: note: this is the
location of the previous definition
src/base/AudioPluginInstance.cpp:15:9: warning: "RG_MODULE_STRING" redefined
src/base/BasicQuantizer.cpp:16:9: note: this is the location of the previous
definition
src/base/AudioPluginInstance.cpp:16:9: warning: "RG_NO_DEBUG_PRINT" redefined
src/base/BasicQuantizer.cpp:17:9: note: this is the location of the previous
definition
src/base/Quantizer.cpp:15:9: warning: "RG_MODULE_STRING" redefined
src/base/AudioPluginInstance.cpp:15:9: note: this is the location of the
previous definition
src/base/XmlExportable.cpp:15:9: warning: "RG_MODULE_STRING" redefined
src/base/Quantizer.cpp:15:9: note: this is the location of the previous
definition
src/base/ViewSegment.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/base/ControllerContext.cpp:18:9: note: this is the location of the
previous definition
src/sequencer/SequencerThread.cpp:15:9: warning: "RG_MODULE_STRING" redefined
src/commands/studio/ModifyDeviceMappingCommand.cpp:18:9: note: this is the
location of the previous definition
src/sequencer/RosegardenSequencer.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/sequencer/SequencerThread.cpp:15:9: note: this is the location of the
previous definition
src/sound/JackCaptureClient.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/sequencer/RosegardenSequencer.cpp:18:9: note: this is the location of the
previous definition
src/sound/LV2PluginDatabase.cpp:15:9: warning: "RG_MODULE_STRING" redefined
src/sound/JackCaptureClient.cpp:18:9: note: this is the location of the
previous definition
src/sound/LV2PluginDatabase.cpp:16:9: warning: "RG_NO_DEBUG_PRINT" redefined
src/sequencer/RosegardenSequencer.cpp:19:9: note: this is the location of the
previous definition
src/sound/LV2PluginFactory.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/sound/LV2PluginDatabase.cpp:15:9: note: this is the location of the
previous definition
src/sound/LV2PluginInstance.cpp:15:9: warning: "RG_MODULE_STRING" redefined
src/sound/LV2PluginFactory.cpp:16:9: note: this is the location of the
previous definition
src/sound/LV2Utils.cpp:15:9: warning: "RG_MODULE_STRING" redefined
src/sound/LV2PluginInstance.cpp:15:9: note: this is the location of the
previous definition
src/commands/edit/MoveCommand.cpp:19:9: warning: "RG_MODULE_STRING" redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/commands/edit/CopyCommand.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/commands/edit/MoveCommand.cpp:19:9: note: this is the location of the
previous definition
src/commands/edit/CollapseNotesCommand.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/commands/edit/CopyCommand.cpp:18:9: note: this is the location of the
previous definition
src/sound/audiostream/WavFileWriteStream.cpp:20:9: warning:
"RG_MODULE_STRING" redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/sound/audiostream/AudioWriteStreamFactory.cpp:17:9: warning:
"RG_MODULE_STRING" redefined
src/sound/audiostream/WavFileWriteStream.cpp:20:9: note: this is the location
of the previous definition
src/sound/MidiInserter.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/sound/audiostream/AudioWriteStreamFactory.cpp:17:9: note: this is the
location of the previous definition
src/sound/AudioInstrumentMixer.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/sound/LADSPAPluginInstance.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/sound/AudioInstrumentMixer.cpp:16:9: note: this is the location of the
previous definition
/usr/include/alsa/seq_event.h:30:2: warning: #warning "use #include
<alsa/asoundlib.h>, <alsa/seq_event.h> should not be used directly" [-Wcpp]
src/sound/SoundFile.cpp:14:9: warning: "RG_MODULE_STRING" redefined
src/sound/LADSPAPluginInstance.cpp:16:9: note: this is the location of the
previous definition
src/sound/audiostream/WavFileReadStream.cpp:61:52: error: conflicting
declaration
'Rosegarden::AudioReadStreamBuilder<Rosegarden::WavFileReadStream>*
Rosegarden::wavbuilder'
src/sound/audiostream/WavFileWriteStream.cpp:39:54: note: previous
declaration as
'Rosegarden::AudioWriteStreamBuilder<Rosegarden::WavFileWriteStream>*
Rosegarden::wavbuilder'
src/sound/audiostream/WavFileReadStream.cpp:66:18: error: cannot convert
'Rosegarden::AudioReadStreamBuilder<Rosegarden::WavFileReadStream>*' to
'Rosegarden::AudioWriteStreamBuilder<Rosegarden::WavFileWriteStream>*' in
assignment
src/sound/PeakFileManager.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/sound/LSCPPatchExtractor.cpp:16:9: note: this is the location of the
previous definition
src/sound/Audit.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/sound/AudioInstrumentMixer.cpp:52:21: error: redefinition of 'float
Rosegarden::flushToZero(float)'
src/sound/AudioProcess.cpp:55:21: note: 'float
Rosegarden::flushToZero(float)' previously defined here
src/sound/AudioInstrumentMixer.cpp:58:20: error: redefinition of 'void
Rosegarden::denormalKill(float*, int)'
src/sound/AudioProcess.cpp:61:20: note: 'void
Rosegarden::denormalKill(float*, int)' previously defined here
src/sound/PeakFileManager.cpp:16:9: note: this is the location of the
previous definition
src/sound/MappedStudio.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/sound/Audit.cpp:16:9: note: this is the location of the previous
definition
src/base/MidiDevice.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/base/Pitch.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/base/Device.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/base/Pitch.cpp:16:9: note: this is the location of the previous definition
src/base/PluginContainer.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/base/Device.cpp:16:9: note: this is the location of the previous
definition
src/gui/studio/AudioStrip.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/studio/AudioMixerWindow2.cpp:18:9: note: this is the location of the
previous definition
src/gui/seqmanager/SequenceManager.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/seqmanager/MEBIterator.cpp:18:9: note: this is the location of the
previous definition
src/gui/seqmanager/MetronomeMapper.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/studio/AudioStrip.cpp:18:9: note: this is the location of the
previous definition
src/gui/seqmanager/MappedEventBuffer.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/seqmanager/MetronomeMapper.cpp:18:9: note: this is the location of
the previous definition
src/gui/seqmanager/SegmentMapper.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/seqmanager/SequenceManager.cpp:18:9: note: this is the location of
the previous definition
src/gui/seqmanager/MidiFilterDialog.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/seqmanager/SegmentMapper.cpp:18:9: note: this is the location of the
previous definition
src/gui/seqmanager/MidiFilterDialog.cpp:19:9: warning: "RG_NO_DEBUG_PRINT"
redefined
src/gui/seqmanager/SequenceManager.cpp:19:9: note: this is the location of
the previous definition
src/gui/seqmanager/ChannelManager.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/seqmanager/MidiFilterDialog.cpp:18:9: note: this is the location of
the previous definition
src/gui/seqmanager/CompositionMapper.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/seqmanager/ChannelManager.cpp:18:9: note: this is the location of the
previous definition
src/sound/JackDriver.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/sound/MappedEvent.cpp:15:9: note: this is the location of the previous
definition
src/sound/AlsaDriver.cpp:20:9: warning: "RG_MODULE_STRING" redefined
src/sound/JackDriver.cpp:16:9: note: this is the location of the previous
definition
src/sound/MappedBufMetaIterator.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/sound/AlsaDriver.cpp:20:9: note: this is the location of the previous
definition
src/gui/studio/AudioPluginOSCGUI.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/studio/NameSetEditor.cpp:18:9: note: this is the location of the
previous definition
src/gui/studio/AudioPluginManager.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/studio/AudioPluginOSCGUI.cpp:18:9: note: this is the location of the
previous definition
src/gui/studio/MidiKeyMappingEditor.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/studio/AudioPluginManager.cpp:18:9: note: this is the location of the
previous definition
src/gui/studio/SynthPluginManagerDialog.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/studio/MidiKeyMappingEditor.cpp:18:9: note: this is the location of
the previous definition
src/gui/studio/ControlParameterEditDialog.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/studio/SynthPluginManagerDialog.cpp:18:9: note: this is the location
of the previous definition
src/gui/seqmanager/InternalSegmentMapper.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/seqmanager/AudioSegmentMapper.cpp:18:9: note: this is the location of
the previous definition
src/base/Instrument.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/gui/seqmanager/InternalSegmentMapper.cpp:18:9: note: this is the location
of the previous definition
src/base/Segment.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/base/Instrument.cpp:16:9: note: this is the location of the previous
definition
src/gui/studio/MidiMixerWindow.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/rulers/RawNoteRuler.cpp:18:9: note: this is the location of the
previous definition
src/gui/studio/OSCMessage.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/studio/MidiMixerWindow.cpp:18:9: note: this is the location of the
previous definition
src/gui/studio/MixerWindow.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/studio/OSCMessage.cpp:18:9: note: this is the location of the
previous definition
src/gui/studio/MidiProgramsEditor.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/studio/MixerWindow.cpp:18:9: note: this is the location of the
previous definition
src/gui/studio/StudioControl.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/studio/MidiProgramsEditor.cpp:18:9: note: this is the location of the
previous definition
src/gui/studio/AudioPluginGUIManager.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/studio/ControlEditorDialog.cpp:18:9: note: this is the location of
the previous definition
src/gui/studio/AudioPluginGUIManager.cpp:19:9: warning: "RG_NO_DEBUG_PRINT"
redefined
src/gui/studio/ControlEditorDialog.cpp:19:9: note: this is the location of
the previous definition
src/gui/studio/AudioPluginOSCGUIManager.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/studio/AudioPluginGUIManager.cpp:18:9: note: this is the location of
the previous definition
src/gui/studio/DeviceManagerDialog.cpp:21:9: warning: "RG_MODULE_STRING"
redefined
src/gui/studio/AudioPluginOSCGUIManager.cpp:18:9: note: this is the location
of the previous definition
src/gui/studio/DeviceManagerDialog.cpp:22:9: warning: "RG_NO_DEBUG_PRINT"
redefined
src/gui/studio/AudioPluginGUIManager.cpp:19:9: note: this is the location of
the previous definition
src/gui/studio/BankEditorDialog.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/studio/DeviceManagerDialog.cpp:21:9: note: this is the location of
the previous definition
src/gui/rulers/StandardRuler.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/rulers/ControlRulerWidget.cpp:18:9: note: this is the location of the
previous definition
src/gui/rulers/LoopRuler.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/rulers/StandardRuler.cpp:18:9: note: this is the location of the
previous definition
src/gui/rulers/ControlChangeCommand.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/rulers/EventControlItem.cpp:18:9: note: this is the location of the
previous definition
src/gui/rulers/PercussionPitchRuler.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/rulers/ControlChangeCommand.cpp:18:9: note: this is the location of
the previous definition
src/gui/rulers/ControllerEventAdapter.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/rulers/PercussionPitchRuler.cpp:18:9: note: this is the location of
the previous definition
src/gui/rulers/ControlMover.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/gui/rulers/MarkerRuler.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/rulers/ControlMover.cpp:18:9: note: this is the location of the
previous definition
src/gui/rulers/ChordNameRuler.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/rulers/MarkerRuler.cpp:18:9: note: this is the location of the
previous definition
src/gui/rulers/TempoRuler.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/rulers/ChordNameRuler.cpp:18:9: note: this is the location of the
previous definition
src/gui/rulers/TempoRuler.cpp:19:9: warning: "RG_NO_DEBUG_PRINT" redefined
src/gui/rulers/ChordNameRuler.cpp:20:9: note: this is the location of the
previous definition
/usr/include/c++/14.2.0/bits/stl_algobase.h:452:30: warning: 'void*
__builtin_memcpy(void*, const void*, long unsigned int)' forming offset 4 is
out of the bounds [0, 4] [-Warray-bounds=]

The QT5 build:
src/gui/editors/event/ControllerWidget.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/event/RestWidget.cpp:18:9: note: this is the location of the
previous definition
src/gui/editors/event/ProgramChangeWidget.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/editors/event/ControllerWidget.cpp:18:9: note: this is the location
of the previous definition
src/gui/editors/event/PitchBendWidget.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/event/ProgramChangeWidget.cpp:18:9: note: this is the
location of the previous definition
src/gui/editors/event/ChannelPressureWidget.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/editors/event/PitchBendWidget.cpp:18:9: note: this is the location of
the previous definition
src/gui/editors/event/KeyPressureWidget.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/event/ChannelPressureWidget.cpp:18:9: note: this is the
location of the previous definition
src/gui/editors/event/SysExWidget.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/event/KeyPressureWidget.cpp:18:9: note: this is the location
of the previous definition
src/gui/editors/event/RPNWidget.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/event/SysExWidget.cpp:18:9: note: this is the location of the
previous definition
src/gui/editors/event/PitchBendWidget.cpp:41:19: error: redefinition of
'Rosegarden::PreferenceInt Rosegarden::{anonymous}::a_valueSetting'
src/gui/editors/event/ControllerWidget.cpp:44:19: note:
'Rosegarden::PreferenceInt Rosegarden::{anonymous}::a_valueSetting'
previously declared here
src/gui/editors/event/KeyPressureWidget.cpp:47:19: error: redefinition of
'Rosegarden::PreferenceInt Rosegarden::{anonymous}::a_pressureSetting'
src/gui/editors/event/ChannelPressureWidget.cpp:42:19: note:
'Rosegarden::PreferenceInt Rosegarden::{anonymous}::a_pressureSetting'
previously declared here
src/gui/editors/event/RPNWidget.cpp:42:19: error: redefinition of
'Rosegarden::PreferenceInt Rosegarden::{anonymous}::a_valueSetting'
src/gui/editors/event/ControllerWidget.cpp:44:19: note:
'Rosegarden::PreferenceInt Rosegarden::{anonymous}::a_valueSetting'
previously declared here
src/gui/widgets/AudioListView.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/widgets/Rotary.cpp:18:9: note: this is the location of the previous
definition
src/gui/widgets/Fader.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/widgets/AudioListView.cpp:18:9: note: this is the location of the
previous definition
src/gui/widgets/Fader.cpp:50:38: error: conflicting declaration 'typedef
class std::map<std::pair<int, int>, std::pair<std::map<unsigned int,
QSharedPointer<QPixmap> >, QSharedPointer<QPixmap> > >
Rosegarden::PixmapCache'
src/gui/widgets/Rotary.cpp:84:39: note: previous declaration as 'typedef
class std::map<Rosegarden::CacheIndex, QPixmap> Rosegarden::PixmapCache'
src/gui/widgets/Fader.cpp:163:55: error: no matching function for call to
'std::map<Rosegarden::CacheIndex, QPixmap>::find(Rosegarden::SizeRec)'
/usr/include/c++/14.2.0/bits/stl_map.h:1224:9: note: candidate:
'template<class _Kt> decltype (((std::map<_Key, _Tp, _Compare,
_Alloc>*)this)->std::map<_Key, _Tp, _Compare, _Alloc>::_M_t._M_find_tr(__x))
std::map<_Key, _Tp, _Compare, _Alloc>::find(const _Kt&) [with _Key =
Rosegarden::CacheIndex; _Tp = QPixmap; _Compare =
std::less<Rosegarden::CacheIndex>; _Alloc = std::allocator<std::pair<const
Rosegarden::CacheIndex, QPixmap> >]'
/usr/include/c++/14.2.0/bits/stl_map.h:1224:9: note: template argument
deduction/substitution failed:
/usr/include/c++/14.2.0/bits/stl_map.h:1224:57: error: no matching function
for call to 'std::_Rb_tree<Rosegarden::CacheIndex, std::pair<const
Rosegarden::CacheIndex, QPixmap>, std::_Select1st<std::pair<const
Rosegarden::CacheIndex, QPixmap> >, std::less<Rosegarden::CacheIndex>,
std::allocator<std::pair<const Rosegarden::CacheIndex, QPixmap> >
>::_M_find_tr(const std::pair<int, int>&)'
/usr/include/c++/14.2.0/bits/stl_tree.h:1291:9: note: candidate:
'template<class _Kt, class _Req> std::_Rb_tree<_Key, _Val, _KeyOfValue,
_Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare,
_Alloc>::_M_find_tr(const _Kt&) [with _Req = _Kt; _Key =
Rosegarden::CacheIndex; _Val = std::pair<const Rosegarden::CacheIndex,
QPixmap>; _KeyOfValue = std::_Select1st<std::pair<const
Rosegarden::CacheIndex, QPixmap> >; _Compare =
std::less<Rosegarden::CacheIndex>; _Alloc = std::allocator<std::pair<const
Rosegarden::CacheIndex, QPixmap> >]'
/usr/include/c++/14.2.0/bits/stl_tree.h:1291:9: note: template argument
deduction/substitution failed:
/usr/include/c++/14.2.0/bits/stl_function.h:1427:11: error: no type named
'type' in 'struct
std::__has_is_transparent<std::less<Rosegarden::CacheIndex>, std::pair<int,
int>, void>'
/usr/include/c++/14.2.0/bits/stl_tree.h:1300:9: note: candidate:
'template<class _Kt, class _Req> std::_Rb_tree<_Key, _Val, _KeyOfValue,
_Compare, _Alloc>::const_iterator std::_Rb_tree<_Key, _Val, _KeyOfValue,
_Compare, _Alloc>::_M_find_tr(const _Kt&) const [with _Req = _Kt; _Key =
Rosegarden::CacheIndex; _Val = std::pair<const Rosegarden::CacheIndex,
QPixmap>; _KeyOfValue = std::_Select1st<std::pair<const
Rosegarden::CacheIndex, QPixmap> >; _Compare =
std::less<Rosegarden::CacheIndex>; _Alloc = std::allocator<std::pair<const
Rosegarden::CacheIndex, QPixmap> >]'
/usr/include/c++/14.2.0/bits/stl_tree.h:1300:9: note: template argument
deduction/substitution failed:
/usr/include/c++/14.2.0/bits/stl_map.h:1249:9: note: candidate:
'template<class _Kt> decltype (((const std::map<_Key, _Tp, _Compare,
_Alloc>*)this)->std::map<_Key, _Tp, _Compare, _Alloc>::_M_t._M_find_tr(__x))
std::map<_Key, _Tp, _Compare, _Alloc>::find(const _Kt&) const [with _Key =
Rosegarden::CacheIndex; _Tp = QPixmap; _Compare =
std::less<Rosegarden::CacheIndex>; _Alloc = std::allocator<std::pair<const
Rosegarden::CacheIndex, QPixmap> >]'
/usr/include/c++/14.2.0/bits/stl_map.h:1249:9: note: template argument
deduction/substitution failed:
/usr/include/c++/14.2.0/bits/stl_map.h:1249:63: error: no matching function
for call to 'std::_Rb_tree<Rosegarden::CacheIndex, std::pair<const
Rosegarden::CacheIndex, QPixmap>, std::_Select1st<std::pair<const
Rosegarden::CacheIndex, QPixmap> >, std::less<Rosegarden::CacheIndex>,
std::allocator<std::pair<const Rosegarden::CacheIndex, QPixmap> >
>::_M_find_tr(const std::pair<int, int>&) const'
/usr/include/c++/14.2.0/bits/stl_tree.h:1291:9: note: candidate:
'template<class _Kt, class _Req> std::_Rb_tree<_Key, _Val, _KeyOfValue,
_Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare,
_Alloc>::_M_find_tr(const _Kt&) [with _Req = _Kt; _Key =
Rosegarden::CacheIndex; _Val = std::pair<const Rosegarden::CacheIndex,
QPixmap>; _KeyOfValue = std::_Select1st<std::pair<const
Rosegarden::CacheIndex, QPixmap> >; _Compare =
std::less<Rosegarden::CacheIndex>; _Alloc = std::allocator<std::pair<const
Rosegarden::CacheIndex, QPixmap> >]'
/usr/include/c++/14.2.0/bits/stl_tree.h:1291:9: note: template argument
deduction/substitution failed:
/usr/include/c++/14.2.0/bits/stl_tree.h:1300:9: note: candidate:
'template<class _Kt, class _Req> std::_Rb_tree<_Key, _Val, _KeyOfValue,
_Compare, _Alloc>::const_iterator std::_Rb_tree<_Key, _Val, _KeyOfValue,
_Compare, _Alloc>::_M_find_tr(const _Kt&) const [with _Req = _Kt; _Key =
Rosegarden::CacheIndex; _Val = std::pair<const Rosegarden::CacheIndex,
QPixmap>; _KeyOfValue = std::_Select1st<std::pair<const
Rosegarden::CacheIndex, QPixmap> >; _Compare =
std::less<Rosegarden::CacheIndex>; _Alloc = std::allocator<std::pair<const
Rosegarden::CacheIndex, QPixmap> >]'
/usr/include/c++/14.2.0/bits/stl_tree.h:1300:9: note: template argument
deduction/substitution failed:
/usr/include/c++/14.2.0/bits/stl_map.h:1218:7: note: candidate:
'std::map<_Key, _Tp, _Compare, _Alloc>::iterator std::map<_Key, _Tp,
_Compare, _Alloc>::find(const key_type&) [with _Key = Rosegarden::CacheIndex;
_Tp = QPixmap; _Compare = std::less<Rosegarden::CacheIndex>; _Alloc =
std::allocator<std::pair<const Rosegarden::CacheIndex, QPixmap> >; iterator =
std::_Rb_tree<Rosegarden::CacheIndex, std::pair<const Rosegarden::CacheIndex,
QPixmap>, std::_Select1st<std::pair<const Rosegarden::CacheIndex, QPixmap> >,
std::less<Rosegarden::CacheIndex>, std::allocator<std::pair<const
Rosegarden::CacheIndex, QPixmap> > >::iterator; key_type =
Rosegarden::CacheIndex]'
/usr/include/c++/14.2.0/bits/stl_map.h:1218:28: note: no known conversion
for argument 1 from 'Rosegarden::SizeRec' {aka 'std::pair<int, int>'} to
'const std::map<Rosegarden::CacheIndex, QPixmap>::key_type&' {aka 'const
Rosegarden::CacheIndex&'}
/usr/include/c++/14.2.0/bits/stl_map.h:1243:7: note: candidate:
'std::map<_Key, _Tp, _Compare, _Alloc>::const_iterator std::map<_Key, _Tp,
_Compare, _Alloc>::find(const key_type&) const [with _Key =
Rosegarden::CacheIndex; _Tp = QPixmap; _Compare =
std::less<Rosegarden::CacheIndex>; _Alloc = std::allocator<std::pair<const
Rosegarden::CacheIndex, QPixmap> >; const_iterator =
std::_Rb_tree<Rosegarden::CacheIndex, std::pair<const Rosegarden::CacheIndex,
QPixmap>, std::_Select1st<std::pair<const Rosegarden::CacheIndex, QPixmap> >,
std::less<Rosegarden::CacheIndex>, std::allocator<std::pair<const
Rosegarden::CacheIndex, QPixmap> > >::const_iterator; key_type =
Rosegarden::CacheIndex]'
/usr/include/c++/14.2.0/bits/stl_map.h:1243:28: note: no known conversion
for argument 1 from 'Rosegarden::SizeRec' {aka 'std::pair<int, int>'} to
'const std::map<Rosegarden::CacheIndex, QPixmap>::key_type&' {aka 'const
Rosegarden::CacheIndex&'}
src/gui/widgets/Fader.cpp:167:49: error: 'class QPixmap' has no member named
'first'
src/gui/widgets/Fader.cpp:168:28: error: 'class QPixmap' has no member named
'first'
src/gui/widgets/Fader.cpp:178:55: error: no matching function for call to
'std::map<Rosegarden::CacheIndex, QPixmap>::find(Rosegarden::SizeRec)'
/usr/include/c++/14.2.0/bits/stl_map.h:1224:9: note: candidate:
'template<class _Kt> decltype (((std::map<_Key, _Tp, _Compare,
_Alloc>*)this)->std::map<_Key, _Tp, _Compare, _Alloc>::_M_t._M_find_tr(__x))
std::map<_Key, _Tp, _Compare, _Alloc>::find(const _Kt&) [with _Key =
Rosegarden::CacheIndex; _Tp = QPixmap; _Compare =
std::less<Rosegarden::CacheIndex>; _Alloc = std::allocator<std::pair<const
Rosegarden::CacheIndex, QPixmap> >]'
/usr/include/c++/14.2.0/bits/stl_map.h:1224:9: note: template argument
deduction/substitution failed:
/usr/include/c++/14.2.0/bits/stl_map.h:1224:57: error: no matching function
for call to 'std::_Rb_tree<Rosegarden::CacheIndex, std::pair<const
Rosegarden::CacheIndex, QPixmap>, std::_Select1st<std::pair<const
Rosegarden::CacheIndex, QPixmap> >, std::less<Rosegarden::CacheIndex>,
std::allocator<std::pair<const Rosegarden::CacheIndex, QPixmap> >
>::_M_find_tr(const std::pair<int, int>&)'
/usr/include/c++/14.2.0/bits/stl_tree.h:1291:9: note: candidate:
'template<class _Kt, class _Req> std::_Rb_tree<_Key, _Val, _KeyOfValue,
_Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare,
_Alloc>::_M_find_tr(const _Kt&) [with _Req = _Kt; _Key =
Rosegarden::CacheIndex; _Val = std::pair<const Rosegarden::CacheIndex,
QPixmap>; _KeyOfValue = std::_Select1st<std::pair<const
Rosegarden::CacheIndex, QPixmap> >; _Compare =
std::less<Rosegarden::CacheIndex>; _Alloc = std::allocator<std::pair<const
Rosegarden::CacheIndex, QPixmap> >]'
/usr/include/c++/14.2.0/bits/stl_tree.h:1291:9: note: template argument
deduction/substitution failed:
/usr/include/c++/14.2.0/bits/stl_tree.h:1300:9: note: candidate:
'template<class _Kt, class _Req> std::_Rb_tree<_Key, _Val, _KeyOfValue,
_Compare, _Alloc>::const_iterator std::_Rb_tree<_Key, _Val, _KeyOfValue,
_Compare, _Alloc>::_M_find_tr(const _Kt&) const [with _Req = _Kt; _Key =
Rosegarden::CacheIndex; _Val = std::pair<const Rosegarden::CacheIndex,
QPixmap>; _KeyOfValue = std::_Select1st<std::pair<const
Rosegarden::CacheIndex, QPixmap> >; _Compare =
std::less<Rosegarden::CacheIndex>; _Alloc = std::allocator<std::pair<const
Rosegarden::CacheIndex, QPixmap> >]'
/usr/include/c++/14.2.0/bits/stl_tree.h:1300:9: note: template argument
deduction/substitution failed:
/usr/include/c++/14.2.0/bits/stl_map.h:1249:9: note: candidate:
'template<class _Kt> decltype (((const std::map<_Key, _Tp, _Compare,
_Alloc>*)this)->std::map<_Key, _Tp, _Compare, _Alloc>::_M_t._M_find_tr(__x))
std::map<_Key, _Tp, _Compare, _Alloc>::find(const _Kt&) const [with _Key =
Rosegarden::CacheIndex; _Tp = QPixmap; _Compare =
std::less<Rosegarden::CacheIndex>; _Alloc = std::allocator<std::pair<const
Rosegarden::CacheIndex, QPixmap> >]'
/usr/include/c++/14.2.0/bits/stl_map.h:1249:9: note: template argument
deduction/substitution failed:
/usr/include/c++/14.2.0/bits/stl_map.h:1249:63: error: no matching function
for call to 'std::_Rb_tree<Rosegarden::CacheIndex, std::pair<const
Rosegarden::CacheIndex, QPixmap>, std::_Select1st<std::pair<const
Rosegarden::CacheIndex, QPixmap> >, std::less<Rosegarden::CacheIndex>,
std::allocator<std::pair<const Rosegarden::CacheIndex, QPixmap> >
>::_M_find_tr(const std::pair<int, int>&) const'
/usr/include/c++/14.2.0/bits/stl_tree.h:1291:9: note: candidate:
'template<class _Kt, class _Req> std::_Rb_tree<_Key, _Val, _KeyOfValue,
_Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare,
_Alloc>::_M_find_tr(const _Kt&) [with _Req = _Kt; _Key =
Rosegarden::CacheIndex; _Val = std::pair<const Rosegarden::CacheIndex,
QPixmap>; _KeyOfValue = std::_Select1st<std::pair<const
Rosegarden::CacheIndex, QPixmap> >; _Compare =
std::less<Rosegarden::CacheIndex>; _Alloc = std::allocator<std::pair<const
Rosegarden::CacheIndex, QPixmap> >]'
/usr/include/c++/14.2.0/bits/stl_tree.h:1291:9: note: template argument
deduction/substitution failed:
/usr/include/c++/14.2.0/bits/stl_tree.h:1300:9: note: candidate:
'template<class _Kt, class _Req> std::_Rb_tree<_Key, _Val, _KeyOfValue,
_Compare, _Alloc>::const_iterator std::_Rb_tree<_Key, _Val, _KeyOfValue,
_Compare, _Alloc>::_M_find_tr(const _Kt&) const [with _Req = _Kt; _Key =
Rosegarden::CacheIndex; _Val = std::pair<const Rosegarden::CacheIndex,
QPixmap>; _KeyOfValue = std::_Select1st<std::pair<const
Rosegarden::CacheIndex, QPixmap> >; _Compare =
std::less<Rosegarden::CacheIndex>; _Alloc = std::allocator<std::pair<const
Rosegarden::CacheIndex, QPixmap> >]'
/usr/include/c++/14.2.0/bits/stl_tree.h:1300:9: note: template argument
deduction/substitution failed:
/usr/include/c++/14.2.0/bits/stl_map.h:1218:7: note: candidate: 'std::masamu:
job failed: /var/lib/sorcery/build/c++ -DBUILD_RELEASE -DHAVE_ALSA
-DHAVE_GTK2 -DHAVE_LIBJACK -DHAVE_LIBSNDFILE -DHAVE_LILV -DNDEBUG -DNO_TIMING
-DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_NO_EXCEPTIONS
-DQT_NO_URL_CAST_FROM_STRING -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB
-DQT_XML_LIB -DROSEGARDENPRIVATE_LIB_MAKEDLL -DSTABLE
-I/usr/src/rosegarden-25.06/builddir/src -I/usr/src/rosegarden-25.06/src
-I/usr/src/rosegarden-25.06/builddir/src/rosegardenprivate_autogen/include
-I/usr/include/raptor2 -I/usr/include/opus -I/usr/include/lilv-0
-I/usr/include/sratom-0 -I/usr/include/sord-0 -I/usr/include/serd-0
-I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gtk-2.0
-I/usr/lib/gtk-2.0/include -isystem /usr/include/QtCore -isystem
/usr/./mkspecs/linux-g++-musl -isystem /usr/include/QtWidgets -isystem
/usr/include/QtGui -isystem /usr/ip<_Key, _Tp, _Compare, _Alloc>::iterator
std::map<_Key, _Tp, _Compare, _Alloc>::find(const key_type&) [with _Key =
Rosegarden::CacheIndex; _Tp = QPixmap; _Compare =
std::less<Rosegarden::CacheIndex>; _Alloc = std::allocator<std::pair<const
Rosegarden::CacheIndex, QPixmap> >; iterator =
std::_Rb_tree<Rosegarden::CacheIndex, std::pair<const Rosegarden::CacheIndex,
QPixmap>, std::_Select1st<std::pair<const Rosegarden::CacheIndex, QPixmap> >,
std::less<Rosegarden::CacheIndex>, std::allocator<std::pair<const
Rosegarden::CacheIndex, QPixmap> > >::iterator; key_type =
Rosegarden::CacheIndex]'
/usr/include/c++/14.2.0/bits/stl_map.h:1218:28: note: no known conversion
for argument 1 from 'Rosegarden::SizeRec' {aka 'std::pair<int, int>'} to
'const std::map<Rosegarden::CacheIndex, QPixmap>::key_type&' {aka 'const
Rosegarden::CacheIndex&'}
/usr/include/c++/14.2.0/bits/stl_map.h:1243:7: note: candidate:
'std::map<_Key, _Tp, _Compare, _Alloc>::const_iterator std::map<_Key, _Tp,
_Compare, _Alloc>::find(const key_type&) const [with _Key =
Rosegarden::CacheIndex; _Tp = QPixmap; _Compare =
std::less<Rosegarden::CacheIndex>; _Alloc = std::allocator<std::pair<const
Rosegarden::CacheIndex, QPixmap> >; const_iterator =
std::_Rb_tree<Rosegarden::CacheIndex, std::pair<const Rosegarden::CacheIndex,
QPixmap>, std::_Select1st<std::pair<const Rosegarden::CacheIndex, QPixmap> >,
std::less<Rosegarden::CacheIndex>, std::allocator<std::pair<const
Rosegarden::CacheIndex, QPixmap> > >::const_iterator; key_type =
Rosegarden::CacheIndex]'
/usr/include/c++/14.2.0/bits/stl_map.h:1243:28: note: no known conversion
for argument 1 from 'Rosegarden::SizeRec' {aka 'std::pair<int, int>'} to
'const std::map<Rosegarden::CacheIndex, QPixmap>::key_type&' {aka 'const
Rosegarden::CacheIndex&'}
src/gui/widgets/Fader.cpp:180:26: error: 'class QPixmap' has no member named
'second'
src/gui/widgets/Fader.cpp:485:58: error: no match for 'operator[]' (operand
types are 'QGlobalStatic<std::map<Rosegarden::CacheIndex, QPixmap>,
Rosegarden::{anonymous}::Q_QGS_faderPixmapCache::innerFunction,
Rosegarden::{anonymous}::Q_QGS_faderPixmapCache::guard>::Type' {aka
'std::map<Rosegarden::CacheIndex, QPixmap>'} and 'Rosegarden::SizeRec' {aka
'std::pair<int, int>'})
/usr/include/c++/14.2.0/bits/stl_map.h:504:7: note: candidate:
'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp,
_Compare, _Alloc>::operator[](const key_type&) [with _Key =
Rosegarden::CacheIndex; _Tp = QPixmap; _Compare =
std::less<Rosegarden::CacheIndex>; _Alloc = std::allocator<std::pair<const
Rosegarden::CacheIndex, QPixmap> >; mapped_type = QPixmap; key_type =
Rosegarden::CacheIndex]'
/usr/include/c++/14.2.0/bits/stl_map.h:504:34: note: no known conversion
for argument 1 from 'Rosegarden::SizeRec' {aka 'std::pair<int, int>'} to
'const std::map<Rosegarden::CacheIndex, QPixmap>::key_type&' {aka 'const
Rosegarden::CacheIndex&'}
/usr/include/c++/14.2.0/bits/stl_map.h:524:7: note: candidate:
'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp,
_Compare, _Alloc>::operator[](key_type&&) [with _Key =
Rosegarden::CacheIndex; _Tp = QPixmap; _Compare =
std::less<Rosegarden::CacheIndex>; _Alloc =
std::allocator<std::pair<consnclude/QtPrintSupport -isystem
/usr/include/QtXml -isystem /usr/include/QtNetwork -march=x86-64 -fPIC -DPIC
-pipe -fPIC -Os -fuse-ld=mold -Wall -Woverloaded-virtual -Wextra
-Wformat-nonliteral -Wformat-security -Winit-self -Wswitch-enum
-Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align
-Wchar-subscripts -W -Wpointer-arith -fno-check-new -fno-common
-Werror=return-type -fvisibility=hidden -Wsuggest-override -march=x86-64
-fPIC -DPIC -pipe -fPIC -Os -fuse-ld=mold -std=gnu++14 -fPIC -Winvalid-pch
-include
/usr/src/rosegarden-25.06/builddir/src/CMakeFiles/rosegardenprivate.dir/cmake_pch.hxx
-MD -MT src/CMakeFiles/rosegardenprivate.dir/Unity/unity_14_cxx.cxx.o -MF
src/CMakeFiles/rosegardenprivate.dir/Unity/unity_14_cxx.cxx.o.d -o
src/CMakeFiles/rosegardenprivate.dir/Unity/unity_14_cxx.cxx.o -c
/usr/src/rosegarden-25.06/builddir/src/CMakeFiles/rosegardenprivate.dir/Unity/unity_14_cxx.cxx
/usr/include/c++/14.2.0/bits/stl_map.h:524:29: note: no known conversion
for argument 1 from 'Rosegarden::SizeRec' {aka 'std::pair<int, int>'} to
'std::map<Rosegarden::CacheIndex, QPixmap>::key_type&&' {aka
'Rosegarden::CacheIndex&&'}
src/gui/widgets/Fader.cpp:544:55: error: no matching function for call to
'std::map<Rosegarden::CacheIndex, QPixmap>::find(Rosegarden::SizeRec)'
/usr/include/c++/14.2.0/bits/stl_map.h:1224:9: note: candidate:
'template<class _Kt> decltype (((std::map<_Key, _Tp, _Compare,
_Alloc>*)this)->std::map<_Key, _Tp, _Compare, _Alloc>::_M_t._M_find_tr(__x))
std::map<_Key, _Tp, _Compare, _Alloc>::find(const _Kt&) [with _Key =
Rosegarden::CacheIndex; _Tp = QPixmap; _Compare =
std::less<Rosegarden::CacheIndex>; _Alloc = std::allocator<std::pair<const
Rosegarden::CacheIndex, QPixmap> >]'
/usr/include/c++/14.2.0/bits/stl_map.h:1224:9: note: template argument
deduction/substitution failed:
/usr/include/c++/14.2.0/bits/stl_map.h:1224:57: error: no matching function
for call to 'std::_Rb_tree<Rosegarden::CacheIndex, std::pair<const
Rosegarden::CacheIndex, QPixmap>, std::_Select1st<std::pair<const
Rosegarden::CacheIndex, QPixmap> >, std::less<Rosegarden::CacheIndex>,
std::allocator<std::pair<const Rosegarden::CacheIndex, QPixmap> >
>::_M_find_tr(const std::pair<int, int>&)'
/usr/include/c++/14.2.0/bits/stl_tree.h:1291:9: note: candidate:
'template<class _Kt, class _Req> std::_Rb_tree<_Key, _Val, _KeyOfValue,
_Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare,
_Alloc>::_M_find_tr(const _Kt&) [with _Req = _Kt; _Key =
Rosegarden::CacheIndex; _Val = std::pair<const Rosegarden::CacheIndex,
QPixmap>; _KeyOfValue = std::_Select1st<std::pair<const
Rosegarden::CacheIndex, QPixmap> >; _Compare =
std::less<Rosegarden::CacheIndex>; _Alloc = std::allocator<std::pair<const
Rosegarden::CacheIndex, QPixmap> >]'
/usr/include/c++/14.2.0/bits/stl_tree.h:1291:9: note: template argument
deduction/substitution failed:
/usr/include/c++/14.2.0/bits/stl_tree.h:1300:9: note: candidate:
'template<class _Kt, class _Req> std::_Rb_tree<_Key, _Val, _KeyOfValue,
_Compare, _Alloc>::const_iterator std::_Rb_tree<_Key, _Val, _KeyOfValue,
_Compare, _Alloc>::_M_find_tr(const _Kt&) const [with _Req = _Kt; _Key =
Rosegarden::CacheIndex; _Val = std::pair<const Rosegarden::CacheIndex,
QPixmap>; _KeyOfValue = std::_Select1st<std::pair<const
Rosegarden::CacheIndex, QPixmap> >; _Compare =
std::less<Rosegarden::CacheIndex>; _Alloc = std::allocator<std::pair<const
Rosegarden::CacheIndex, QPixmap> >]'
/usr/include/c++/14.2.0/bits/stl_tree.h:1300:9: note: template argument
deduction/substitution failed:
/usr/include/c++/14.2.0/bits/stl_map.h:1249:9: note: candidate:
'template<class _Kt> decltype (((const std::map<_Key, _Tp, _Compare,
_Alloc>*)this)->std::map<_Key, _Tp, _Compare, _Alloc>::_M_t._M_find_tr(__x))
std::map<_Key, _Tp, _Compare, _Alloc>::find(const _Kt&) const [with _Key =
Rosegarden::CacheIndex; _Tp = QPixmap; _Compare =
std::less<Rosegarden::CacheIndex>; _Alloc = std::allocator<std::pair<const
Rosegarden::CacheIndex, QPixmap> >]'
/usr/include/c++/14.2.0/bits/stl_map.h:1249:9: note: template argument
deduction/substitution failed:
/usr/include/c++/14.2.0/bits/stl_map.h:1249:63: error: no matching function
for call to 'std::_Rb_tree<Rosegarden::CacheIndex, std::pair<const
Rosegarden::CacheIndex, QPixmap>, std::_Select1st<std::pair<const
Rosegarden::CacheIndex, QPixmap> >, std::less<Rosegarden::CacheIndex>,
std::allocator<std::pair<const Rosegarden::CacheIndex, QPixmap> >
>::_M_find_tr(const std::pair<int, int>&) const'
/usr/include/c++/14.2.0/bits/stl_tree.h:1291:9: note: candidate:
'template<class _Kt, class _Req> std::_Rb_tree<_Key, _Val, _KeyOfValue,
_Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare,
_Alloc>::_M_find_tr(const _Kt&) [with _Req = _Kt; _Key =
Rosegarden::CacheIndex; _Val = std::pair<const Rosegarden::CacheIndex,
QPixmap>; _KeyOfValue = std::_Select1st<std::pair<const
Rosegarden::CacheIndex, QPixmap> >; _Compare =
std::less<Rosegarden::CacheIndex>; _Alloc = std::allocator<std::pair<const
Rosegarden::CacheIndex, QPixmap> >]'
/usr/include/c++/14.2.0/bits/stl_tree.h:1291:9: note: template argument
deduction/substitution failed:
/usr/include/c++/14.2.0/bits/stl_tree.h:1300:9: note: candidate:
'template<class _Kt, class _Req> std::_Rb_tree<_Key, _Val, _KeyOfValue,
_Compare, _Alloc>::const_iterator std::_Rb_tree<_Key, _Val, _KeyOfValue,
_Compare, _Alloc>::_M_find_tr(const _Kt&) const [with _Req = _Kt; _Key =
Rosegarden::CacheIndex; _Val = std::pair<const Rosegarden::CacheIndex,
QPixmap>; _KeyOfValue = std::_Select1st<std::pair<const
Rosegarden::CacheIndex, QPixmap> >; _Compare =
std::less<Rosegarden::CacheIndex>; _Alloc = std::allocator<std::pair<const
Rosegarden::CacheIndex, QPixmap> >]'
/usr/include/c++/14.2.0/bits/stl_tree.h:1300:9: note: template argument
deduction/substitution failed:
/usr/include/c++/14.2.0/bits/stl_map.h:1218:7: note: candidate:
'std::map<_Key, _Tp, _Compare, _Alloc>::iterator std::map<_Key, _Tp,
_Compare, _Alloc>::find(const key_type&) [with _Key = Rosegarden::CacheIndex;
_Tp = QPixmap; _Compare = std::less<Rosegarden::CacheIndex>; _Alloc =
std::allocator<std::pair<const Rosegarden::CacheIndex, QPixmap> >; iterator =
std::_Rb_tree<Rosegarden::CacheIndex, std::pair<const Rosegarden::CacheIndex,
QPixmap>, std::_Select1st<std::pair<const Rosegarden::CacheIndex, QPixmap> >,
std::less<Rosegarden::CacheIndex>, std::allocator<std::pair<const
Rosegarden::CacheIndex, QPixmap> > >::iterator; key_type =
Rosegarden::CacheIndex]'
/usr/include/c++/14.2.0/bits/stl_map.h:1218:28: note: no known conversion
for argument 1 from 'Rosegarden::SizeRec' {aka 'std::pair<int, int>'} to
'const std::map<Rosegarden::CacheIndex, QPixmap>::key_type&' {aka 'const
Rosegarden::CacheIndex&'}
/usr/include/c++/14.2.0/bits/stl_map.h:1243:7: note: candidate:
'std::map<_Key, _Tp, _Compare, _Alloc>::const_iterator std::map<_Key, _Tp,
_Compare, _Alloc>::find(const key_type&) const [with _Key =
Rosegarden::CacheIndex; _Tp = QPixmap; _Compare =
std::less<Rosegarden::CacheIndex>; _Alloc = std::allocator<std::pair<const
Rosegarden::CacheIndex, QPixmap> >; const_iterator =
std::_Rb_tree<Rosegarden::CacheIndex, std::pair<const Rosegarden::CacheIndex,
QPixmap>, std::_Select1st<std::pair<const Rosegarden::CacheIndex, QPixmap> >,
std::less<Rosegarden::CacheIndex>, std::allocator<std::pair<const
Rosegarden::CacheIndex, QPixmap> > >::const_iterator; key_type =
Rosegarden::CacheIndex]'
/usr/include/c++/14.2.0/bits/stl_map.h:1243:28: note: no known conversion
for argument 1 from 'Rosegarden::SizeRec' {aka 'std::pair<int, int>'} to
'const std::map<Rosegarden::CacheIndex, QPixmap>::key_type&' {aka 'const
Rosegarden::CacheIndex&'}
src/gui/widgets/Fader.cpp:545:53: error: 'class QPixmap' has no member named
'second'
src/gui/widgets/Fader.cpp:548:58: error: no match for 'operator[]' (operand
types are 'QGlobalStatic<std::map<Rosegarden::CacheIndex, QPixmap>,
Rosegarden::{anonymous}::Q_QGS_faderPixmapCache::innerFunction,
Rosegarden::{anonymous}::Q_QGS_faderPixmapCache::guard>::Type' {aka
'std::map<Rosegarden::CacheIndex, QPixmap>'} and 'Rosegarden::SizeRec' {aka
'std::pair<int, int>'})
/usr/include/c++/14.2.0/bits/stl_map.h:504:7: note: candidate:
'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp,
_Compare, _Alloc>::operator[](const key_type&) [with _Key =
Rosegarden::CacheIndex; _Tp = QPixmap; _Compare =
std::less<Rosegarden::CacheIndex>; _Alloc = std::allocator<std::pair<const
Rosegarden::CacheIndex, QPixmap> >; mapped_type = QPixmap; key_type =
Rosegarden::CacheIndex]'
/usr/include/c++/14.2.0/bits/stl_map.h:504:34: note: no known conversion
for argument 1 from 'Rosegarden::SizeRec' {aka 'std::pair<int, int>'} to
'const std::map<Rosegarden::CacheIndex, QPixmap>::key_type&' {aka 'const
Rosegarden::CacheIndex&'}
/usr/include/c++/14.2.0/bits/stl_map.h:524:7: note: candidate:
'std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp,
_Compare, _Alloc>::operator[](key_type&&) [with _Key =
Rosegarden::CacheIndex; _Tp = QPixmap; _Compare =
std::less<Rosegarden::CacheIndex>; _Alloc = std::allocator<std::pair<const
Rosegarden::CacheIndex, QPixmap> >; mapped_type = QPixmap; key_type =
Rosegarden::CacheIndex]'
/usr/include/c++/14.2.0/bits/stl_map.h:524:29: note: no known conversion
for argument 1 from 'Rosegarden::SizeRec' {aka 'std::pair<int, int>'} to
'std::map<Rosegarden::CacheIndex, QPixmap>::key_type&&' {aka
'Rosegarden::CacheIndex&&'}
src/gui/widgets/Thumbwheel.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/widgets/VUMeter.cpp:18:9: note: this is the location of the previous
definition
src/gui/dialogs/ShortcutWarnDialog.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/dialogs/ShortcutDelegate.cpp:18:9: note: this is the location of the
previous definition
src/gui/dialogs/OutOfProcessorPower.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/dialogs/ShortcutWarnDialog.cpp:18:9: note: this is the location of
the previous definition
src/gui/dialogs/SelectBankDialog.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/dialogs/OutOfProcessorPower.cpp:18:9: note: this is the location of
the previous definition
src/gui/widgets/FileDialog.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/dialogs/SelectBankDialog.cpp:18:9: note: this is the location of the
previous definition
src/gui/dialogs/AudioFileLocationDialog.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/gui/dialogs/ConfigureDialogBase.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/dialogs/AudioFileLocationDialog.cpp:18:9: note: this is the location
of the previous definition
src/gui/widgets/Panned.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/widgets/TimeWidget.cpp:18:9: note: this is the location of the
previous definition
src/gui/widgets/Led.cpp:23:9: warning: "RG_MODULE_STRING" redefined
src/gui/widgets/WheelyButton.cpp:18:9: note: this is the location of the
previous definition
src/gui/widgets/AudioRouteMenu.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/widgets/Led.cpp:23:9: note: this is the location of the previous
definition
src/gui/editors/matrix/MatrixPainter.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/matrix/MatrixTool.cpp:18:9: note: this is the location of the
previous definition
src/gui/editors/matrix/MatrixResizer.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/matrix/MatrixPainter.cpp:18:9: note: this is the location of
the previous definition
src/gui/editors/matrix/MatrixVelocity.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/matrix/MatrixResizer.cpp:18:9: note: this is the location of
the previous definition
src/gui/editors/matrix/MatrixViewSegment.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/editors/matrix/MatrixVelocity.cpp:18:9: note: this is the location of
the previous definition
src/gui/editors/matrix/MatrixViewSegment.cpp:19:9: warning:
"RG_NO_DEBUG_PRINT" redefined
src/gui/editors/matrix/MatrixPainter.cpp:19:9: note: this is the location of
the previous definition
src/gui/editors/matrix/MatrixSelector.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/matrix/MatrixViewSegment.cpp:18:9: note: this is the location
of the previous definition
src/gui/editors/matrix/MatrixToolBox.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/matrix/MatrixSelector.cpp:18:9: note: this is the location of
the previous definition
src/document/CommandHistory.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/document/XmlStorableEvent.cpp:18:9: note: this is the location of the
previous definition
src/document/MetadataHelper.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/document/CommandHistory.cpp:18:9: note: this is the location of the
previous definition
src/misc/TempDir.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/document/MetadataHelper.cpp:18:9: note: this is the location of the
previous definition
src/gui/editors/guitar/NoteSymbols.cpp:19:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/guitar/ChordMap.cpp:18:9: note: this is the location of the
previous definition
src/gui/editors/guitar/FingeringBox.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/guitar/NoteSymbols.cpp:19:9: note: this is the location of
the previous definition
src/gui/editors/parameters/RosegardenParameterBox.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/editors/guitar/FingeringBox.cpp:18:9: note: this is the location of
the previous definition
src/gui/editors/parameters/AudioInstrumentParameterPanel.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/editors/parameters/RosegardenParameterBox.cpp:18:9: note: this is the
location of the previous definition
src/gui/general/DecoyAction.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/general/BaseTool.cpp:18:9: note: this is the location of the previous
definition
src/gui/general/PresetGroup.cpp:21:9: warning: "RG_MODULE_STRING" redefined
src/gui/general/DecoyAction.cpp:18:9: note: this is the location of the
previous definition
src/gui/general/ActionCommandRegistry.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/general/PresetGroup.cpp:21:9: note: this is the location of the
previous definition
src/gui/general/ClefIndex.cpp:16:9: warning: "RG_MODULE_STRING" redefined
src/gui/general/ActionCommandRegistry.cpp:18:9: note: this is the location of
the previous definition
src/gui/general/ActionFileParser.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/general/ClefIndex.cpp:16:9: note: this is the location of the
previous definition
src/gui/widgets/CheckButton.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/widgets/Panner.cpp:18:9: note: this is the location of the previous
definition
src/gui/widgets/PitchDragLabel.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/widgets/CheckButton.cpp:18:9: note: this is the location of the
previous definition
src/gui/widgets/AudioFaderBox.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/widgets/PitchDragLabel.cpp:18:9: note: this is the location of the
previous definition
src/gui/widgets/AudioFaderBox.cpp:19:9: warning: "RG_NO_DEBUG_PRINT" redefined
src/gui/widgets/Panner.cpp:19:9: note: this is the location of the previous
definition
src/gui/widgets/QuantizeParameters.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/widgets/AudioFaderBox.cpp:18:9: note: this is the location of the
previous definition
src/gui/widgets/WarningWidget.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/gui/widgets/ColorCombo.cpp:17:9: warning: "RG_MODULE_STRING" redefined
src/gui/widgets/WarningWidget.cpp:18:9: note: this is the location of the
previous definition
src/gui/editors/event/EditEvent.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/widgets/ColorCombo.cpp:17:9: note: this is the location of the
previous definition
src/gui/editors/event/EventWidget.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/event/EditEvent.cpp:18:9: note: this is the location of the
previous definition
src/gui/editors/event/NoteWidget.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/event/EventWidget.cpp:18:9: note: this is the location of the
previous definition
src/gui/editors/segment/compositionview/SegmentSplitter.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/editors/segment/compositionview/AudioPeaksThread.cpp:18:9: note: this
is the location of the previous definition
src/gui/editors/segment/compositionview/AudioPeaksGenerator.cpp:18:9:
warning: "RG_MODULE_STRING" redefined
src/gui/editors/segment/compositionview/SegmentSplitter.cpp:18:9: note: this
is the location of the previous definition
src/gui/editors/segment/compositionview/SegmentMover.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/editors/segment/compositionview/AudioPeaksGenerator.cpp:18:9: note:
this is the location of the previous definition
src/gui/editors/segment/compositionview/SegmentJoiner.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/editors/segment/compositionview/SegmentMover.cpp:18:9: note: this is
the location of the previous definition
src/gui/editors/segment/PlayList.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/segment/compositionview/SegmentJoiner.cpp:18:9: note: this is
the location of the previous definition
src/gui/editors/segment/MarkerEditor.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/segment/PlayList.cpp:18:9: note: this is the location of the
previous definition
src/gui/editors/segment/compositionview/SegmentSelector.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/editors/segment/compositionview/CompositionView.cpp:18:9: note: this
is the location of the previous definition
src/gui/editors/segment/compositionview/SegmentTool.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/editors/segment/compositionview/SegmentSelector.cpp:18:9: note: this
is the location of the previous definition
src/gui/editors/segment/compositionview/AudioPreviewPainter.cpp:18:9:
warning: "RG_MODULE_STRING" redefined
src/gui/editors/segment/compositionview/SegmentTool.cpp:18:9: note: this is
the location of the previous definition
src/gui/editors/segment/compositionview/SegmentResizer.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/editors/segment/compositionview/AudioPreviewPainter.cpp:18:9: note:
this is the location of the previous definition
src/gui/editors/event/EventTypeDialog.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/event/NRPNWidget.cpp:18:9: note: this is the location of the
previous definition
src/gui/editors/pitchtracker/PitchTrackerView.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/editors/event/EventTypeDialog.cpp:18:9: note: this is the location of
the previous definition
src/gui/editors/segment/compositionview/SegmentOrderer.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/gui/editors/segment/compositionview/SegmentEraser.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/editors/segment/compositionview/SegmentOrderer.cpp:18:9: note: this
is the location of the previous definition
src/gui/editors/segment/compositionview/CompositionModelImpl.cpp:18:9:
warning: "RG_MODULE_STRING" redefined
src/gui/editors/segment/compositionview/SegmentEraser.cpp:18:9: note: this is
the location of the previous definition
src/gui/dialogs/EventFilterDialog.cpp:22:9: warning: "RG_MODULE_STRING"
redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/gui/dialogs/FileMergeDialog.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/dialogs/EventFilterDialog.cpp:22:9: note: this is the location of the
previous definition
src/gui/dialogs/AudioSplitDialog.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/dialogs/FileMergeDialog.cpp:18:9: note: this is the location of the
previous definition
src/gui/dialogs/ManageMetronomeDialog.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/gui/dialogs/PitchBendSequenceDialog.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/gui/dialogs/TempoDialog.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/dialogs/PitchBendSequenceDialog.cpp:18:9: note: this is the location
of the previous definition
src/gui/dialogs/TextEventDialog.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/dialogs/TempoDialog.cpp:18:9: note: this is the location of the
previous definition
src/gui/dialogs/EventParameterDialog.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/gui/editors/segment/PlayListView.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/eventlist/EventListEditor.cpp:18:9: note: this is the
location of the previous definition
src/gui/editors/segment/TrackButtons.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/segment/PlayListView.cpp:18:9: note: this is the location of
the previous definition
src/gui/editors/segment/TriggerSegmentManager.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/editors/segment/TrackButtons.cpp:18:9: note: this is the location of
the previous definition
src/gui/general/RecentFiles.cpp:17:9: warning: "RG_MODULE_STRING" redefined
src/gui/general/EditViewBase.cpp:18:9: note: this is the location of the
previous definition
src/gui/general/AutoSaveFinder.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/general/RecentFiles.cpp:17:9: note: this is the location of the
previous definition
src/gui/general/RosegardenScrollView.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/general/AutoSaveFinder.cpp:18:9: note: this is the location of the
previous definition
src/gui/general/PresetElement.cpp:21:9: warning: "RG_MODULE_STRING" redefined
src/gui/general/RosegardenScrollView.cpp:18:9: note: this is the location of
the previous definition
src/gui/general/ActionFileClient.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/general/PresetElement.cpp:21:9: note: this is the location of the
previous definition
src/gui/general/ActionData.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/general/ActionFileClient.cpp:18:9: note: this is the location of the
previous definition
src/gui/dialogs/AudioPluginParameterDialog.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/dialogs/AudioPluginDialog.cpp:18:9: note: this is the location of the
previous definition
src/gui/dialogs/AudioPluginPresetDialog.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/dialogs/AudioPluginParameterDialog.cpp:18:9: note: this is the
location of the previous definition
src/gui/dialogs/AudioPluginConnectionDialog.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/dialogs/AudioPluginPresetDialog.cpp:18:9: note: this is the location
of the previous definition
src/gui/dialogs/CountdownDialog.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/dialogs/AudioPluginConnectionDialog.cpp:18:9: note: this is the
location of the previous definition
src/gui/dialogs/LyricEditDialog.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/dialogs/CountdownDialog.cpp:18:9: note: this is the location of the
previous definition
src/gui/general/PresetHandlerDialog.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/general/ResourceFinder.cpp:15:9: note: this is the location of the
previous definition
src/gui/general/CategoryElement.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/general/PresetHandlerDialog.cpp:18:9: note: this is the location of
the previous definition
src/gui/general/ThornStyle.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/general/CategoryElement.cpp:18:9: note: this is the location of the
previous definition
src/gui/general/ProjectPackager.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/general/ThornStyle.cpp:18:9: note: this is the location of the
previous definition
src/document/io/MusicXmlExporter.cpp:25:9: warning: "RG_MODULE_STRING"
redefined
src/document/io/XMLHandler.cpp:20:9: note: this is the location of the
previous definition
src/document/io/MupExporter.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/document/io/MusicXmlExporter.cpp:25:9: note: this is the location of the
previous definition
src/document/io/MupExporter.cpp:19:9: warning: "RG_NO_DEBUG_PRINT" redefined
src/document/io/XMLHandler.cpp:21:9: note: this is the location of the
previous definition
src/gui/editors/notation/NotationTool.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/gui/editors/notation/NotePixmapFactory.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/editors/notation/NotationTool.cpp:18:9: note: this is the location of
the previous definition
src/gui/editors/notation/SystemFont.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/notation/NotePixmapFactory.cpp:18:9: note: this is the
location of the previous definition
src/gui/editors/tempo/TempoAndTimeSignatureEditor.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/editors/notation/SystemFont.cpp:18:9: note: this is the location of
the previous definition
src/gui/editors/tempo/TempoAndTimeSignatureEditor.cpp:19:9: warning:
"RG_NO_DEBUG_PRINT" redefined
src/gui/editors/notation/SystemFont.cpp:19:9: note: this is the location of
the previous definition
src/gui/dialogs/FileLocateDialog.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/dialogs/KeySignatureDialog.cpp:18:9: note: this is the location of
the previous definition
src/gui/dialogs/DocumentConfigureDialog.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/dialogs/FileLocateDialog.cpp:18:9: note: this is the location of the
previous definition
src/gui/dialogs/TransportDialog.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/dialogs/DocumentConfigureDialog.cpp:18:9: note: this is the location
of the previous definition
src/gui/dialogs/ShowSequencerStatusDialog.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/dialogs/TransportDialog.cpp:18:9: note: this is the location of the
previous definition
src/gui/editors/notation/NotationChord.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/notation/NoteFontFactory.cpp:18:9: note: this is the location
of the previous definition
src/gui/editors/notation/NoteFontMap.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/notation/NotationChord.cpp:18:9: note: this is the location
of the previous definition
src/gui/editors/parameters/InstrumentParameterBox.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/editors/parameters/TrackParameterBox.cpp:22:9: note: this is the
location of the previous definition
src/gui/editors/parameters/MIDIInstrumentParameterPanel.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/editors/parameters/InstrumentParameterBox.cpp:18:9: note: this is the
location of the previous definition
src/gui/editors/parameters/RosegardenParameterArea.cpp:20:9: warning:
"RG_MODULE_STRING" redefined
src/gui/editors/parameters/MIDIInstrumentParameterPanel.cpp:18:9: note: this
is the location of the previous definition
src/gui/editors/parameters/InstrumentParameterPanel.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/editors/parameters/RosegardenParameterArea.cpp:20:9: note: this is
the location of the previous definition
src/gui/editors/parameters/SegmentParameterBox.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/editors/parameters/InstrumentParameterPanel.cpp:18:9: note: this is
the location of the previous definition
src/gui/dialogs/AddTracksDialog.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/gui/dialogs/AudioManagerDialog.cpp:19:9: warning: "RG_MODULE_STRING"
redefined
src/gui/dialogs/AddTracksDialog.cpp:18:9: note: this is the location of the
previous definition
src/gui/dialogs/ShortcutDialog.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/dialogs/AudioManagerDialog.cpp:19:9: note: this is the location of
the previous definition
src/gui/configuration/ColourConfigurationPage.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/editors/segment/TrackEditor.cpp:20:9: note: this is the location of
the previous definition
src/gui/configuration/MIDIConfigurationPage.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/configuration/ColourConfigurationPage.cpp:18:9: note: this is the
location of the previous definition
src/gui/configuration/DocumentMetaConfigurationPage.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/configuration/MIDIConfigurationPage.cpp:18:9: note: this is the
location of the previous definition
src/gui/configuration/PitchTrackerConfigurationPage.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/configuration/AudioPropertiesPage.cpp:18:9: note: this is the
location of the previous definition
src/gui/configuration/HeadersConfigurationPage.cpp:19:9: warning:
"RG_MODULE_STRING" redefined
src/gui/configuration/PitchTrackerConfigurationPage.cpp:18:9: note: this is
the location of the previous definition
src/gui/configuration/CommentsConfigurationPage.cpp:19:9: warning:
"RG_MODULE_STRING" redefined
src/gui/configuration/HeadersConfigurationPage.cpp:19:9: note: this is the
location of the previous definition
src/gui/configuration/GeneralConfigurationPage.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/configuration/CommentsConfigurationPage.cpp:19:9: note: this is the
location of the previous definition
src/gui/application/RosegardenApplication.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/configuration/GeneralConfigurationPage.cpp:18:9: note: this is the
location of the previous definition
src/gui/application/TranzportClient.cpp:21:9: warning: "RG_MODULE_STRING"
redefined
src/gui/application/RosegardenApplication.cpp:18:9: note: this is the
location of the previous definition
src/gui/application/RosegardenMainViewWidget.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/application/TranzportClient.cpp:21:9: note: this is the location of
the previous definition
src/gui/editors/notation/NotationElement.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/editors/notation/StaffHeader.cpp:21:9: note: this is the location of
the previous definition
src/gui/editors/notation/NotationSelector.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/editors/notation/NotationElement.cpp:18:9: note: this is the location
of the previous definition
src/gui/editors/notation/NoteStyle.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/notation/NotationSelector.cpp:18:9: note: this is the
location of the previous definition
src/gui/editors/notation/NotationStaff.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/notation/NoteStyle.cpp:18:9: note: this is the location of
the previous definition
src/gui/editors/matrix/MatrixElement.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/matrix/MatrixView.cpp:18:9: note: this is the location of the
previous definition
src/gui/editors/matrix/PianoKeyboard.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/matrix/MatrixElement.cpp:18:9: note: this is the location of
the previous definition
src/gui/editors/matrix/MatrixMover.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/matrix/PianoKeyboard.cpp:18:9: note: this is the location of
the previous definition
src/gui/editors/matrix/MatrixWidget.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/matrix/MatrixMover.cpp:18:9: note: this is the location of
the previous definition
src/gui/editors/matrix/MatrixScene.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/matrix/MatrixWidget.cpp:18:9: note: this is the location of
the previous definition
src/gui/editors/notation/ClefKeyContext.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/gui/editors/notation/NotationWidget.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/notation/ClefKeyContext.cpp:18:9: note: this is the location
of the previous definition
src/gui/editors/notation/StaffLayout.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/notation/NotationWidget.cpp:18:9: note: this is the location
of the previous definition
src/gui/editors/notation/NotationHLayout.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/editors/notation/StaffLayout.cpp:18:9: note: this is the location of
the previous definition
src/gui/application/SetWaitCursor.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/application/StartupTester.cpp:19:9: note: this is the location of the
previous definition
src/gui/application/LircCommander.cpp:21:9: warning: "RG_MODULE_STRING"
redefined
src/gui/application/SetWaitCursor.cpp:18:9: note: this is the location of the
previous definition
src/gui/application/RosegardenMainWindow.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/application/LircCommander.cpp:21:9: note: this is the location of the
previous definition
src/gui/application/LircClient.cpp:21:9: warning: "RG_MODULE_STRING" redefined
src/gui/application/RosegardenMainWindow.cpp:18:9: note: this is the location
of the previous definition
src/gui/general/AutoScroller.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/application/LircClient.cpp:21:9: note: this is the location of the
previous definition
src/gui/general/IconLoader.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/gui/general/AutoScroller.cpp:18:9: note: this is the location of the
previous definition
src/gui/editors/notation/NotationView.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/notation/NotationGroup.cpp:18:9: note: this is the location
of the previous definition
src/gui/editors/notation/NotationVLayout.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/editors/notation/NotationView.cpp:18:9: note: this is the location of
the previous definition
src/gui/editors/notation/NoteFont.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/notation/NotationVLayout.cpp:18:9: note: this is the location
of the previous definition
src/gui/editors/notation/NotationScene.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/gui/editors/notation/NoteFont.cpp:18:9: note: this is the location of the
previous definition
src/gui/editors/notation/NoteRestInserter.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/editors/notation/NotationScene.cpp:18:9: note: this is the location
of the previous definition
src/gui/editors/notation/NoteStyleFactory.cpp:18:9: warning:
"RG_MODULE_STRING" redefined
src/gui/editors/notation/NoteRestInserter.cpp:18:9: note: this is the
location of the previous definition
src/document/io/LilyPondExporter.cpp:30:9: warning: "RG_MODULE_STRING"
redefined
src/document/io/MusicXMLImportHelper.cpp:18:9: note: this is the location of
the previous definition
src/document/io/LilyPondExporter.cpp:31:9: warning: "RG_NO_DEBUG_PRINT"
redefined
src/document/io/MusicXMLImportHelper.cpp:19:9: note: this is the location of
the previous definition
src/document/io/MusicXMLXMLHandler.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/document/io/LilyPondExporter.cpp:30:9: note: this is the location of the
previous definition
src/document/io/MusicXMLXMLHandler.cpp:19:9: warning: "RG_NO_DEBUG_PRINT"
redefined
src/document/io/LilyPondExporter.cpp:31:9: note: this is the location of the
previous definition
src/document/io/HydrogenXMLHandler.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/document/io/MusicXMLXMLHandler.cpp:18:9: note: this is the location of
the previous definition
src/document/io/MusicXmlExportHelper.cpp:25:9: warning: "RG_MODULE_STRING"
redefined
src/document/io/HydrogenXMLHandler.cpp:18:9: note: this is the location of
the previous definition
src/document/io/RG21Loader.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/document/io/MusicXmlExportHelper.cpp:25:9: note: this is the location of
the previous definition
src/document/RosegardenDocument.cpp:18:9: warning: "RG_MODULE_STRING"
redefined
src/document/io/RG21Loader.cpp:18:9: note: this is the location of the
previous definition
src/document/BasicCommand.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/misc/Debug.h:42:13: note: this is the location of the previous definition
src/document/RoseXmlHandler.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/document/BasicCommand.cpp:18:9: note: this is the location of the
previous definition
src/document/RoseXmlHandler.cpp:19:9: warning: "RG_NO_DEBUG_PRINT" redefined
src/document/BasicCommand.cpp:19:9: note: this is the location of the
previous definition
src/document/io/XMLReader.cpp:18:9: warning: "RG_MODULE_STRING" redefined
src/document/RoseXmlHandler.cpp:18:9: note: this is the location of the
previous definition
src/document/io/XMLReader.cpp:19:9: warning: "RG_NO_DEBUG_PRINT" redefined
src/document/RoseXmlHandler.cpp:19:9: note: this is the location of the
previous definition



Archive powered by MHonArc 2.6.24.

Top of Page