Re: [Rosegarden-user] compile error

2021-06-20 Thread chuck elliot

Upgraded to fc34.

RG build was flawless.

:o)


On 20/06/2021 11:17 am, chuck elliot wrote:

Apologies!

2nd machine is running f32 - upgrading now doh!


On 20/06/2021 10:20 am, chuck elliot wrote:

Hi,

I am trying to compile the latest development version from git

on a different machine. This machine is running up to date Fedora 33 
with MATE,


just like my laptop on which it compiles fine.

I keep getting this compile error:

/home/chuck/rosegarden-git/src/gui/dialogs/KeySignatureDialog.cpp: In 
constructor 
‘Rosegarden::KeySignatureDialog::KeySignatureDialog(QWidget*, 
Rosegarden::NotePixmapFactory*, Rosegarden::Clef, Rosegarden::Key, 
bool, bool, QString)’:
/home/chuck/rosegarden-git/src/gui/dialogs/KeySignatureDialog.cpp:149:34: 
error: ‘ReturnByValue’ is not a member of ‘Qt’

  149 | pm = m_keyPixmap->pixmap(Qt::ReturnByValue);
  |  ^
make[2]: *** [src/CMakeFiles/rosegardenprivate.dir/build.make:2057: 
src/CMakeFiles/rosegardenprivate.dir/gui/dialogs/KeySignatureDialog.cpp.o] 
Error 1
make[1]: *** [CMakeFiles/Makefile2:197: 
src/CMakeFiles/rosegardenprivate.dir/all] Error 2

make: *** [Makefile:161: all] Error 2

cmake completes with no problems.

Any ideas?





___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to 
unsubscribe

https://lists.sourceforge.net/lists/listinfo/rosegarden-user



___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user



___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user


Re: [Rosegarden-user] Problem Building for RaspberryPi4

2021-06-20 Thread Will Godfrey
On Sun, 20 Jun 2021 10:19:40 +0100
Will Godfrey  wrote:

>On Sat, 19 Jun 2021 15:28:29 -0400
>Ted Felix  wrote:
>
>>The "qttools5-dev" package has the Qt5LinguistTools stuff for cmake. 
>>You might also need the following:
>>
>>qttools5-dev-tools
>>qtchooser
>>
>>Ted.  
>Thanks Ted.
>Now noted in my crib sheet!
>
>In synaptic selecting qttools5-dev also pulls in qttools5-dev-tools.
>
>Building now... this may take some time!
>
>Checking your other points, it seems that in devuan, while the build data is
>included for Intel/AMD it isn't for the Pi.
>
>Will.
>

And I can confirm it works. Rosegarden + Yoshimi and a moderately complex
project :D

Proof is here:
http://www.musically.me.uk/themainevent/YoshimiPi_Working.jpg

As a matter of interest, that's ALSA MIDI and audio @ 48kHz 128 frames. Jack
works really poorly under these circumstances.

-- 
Will J Godfrey
https://willgodfrey.bandcamp.com/
http://yoshimi.github.io
Say you have a poem and I have a tune.
Exchange them and we can both have a poem, a tune, and a song.


___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user


Re: [Rosegarden-user] compile error

2021-06-20 Thread chuck elliot

Apologies!

2nd machine is running f32 - upgrading now doh!


On 20/06/2021 10:20 am, chuck elliot wrote:

Hi,

I am trying to compile the latest development version from git

on a different machine. This machine is running up to date Fedora 33 
with MATE,


just like my laptop on which it compiles fine.

I keep getting this compile error:

/home/chuck/rosegarden-git/src/gui/dialogs/KeySignatureDialog.cpp: In 
constructor 
‘Rosegarden::KeySignatureDialog::KeySignatureDialog(QWidget*, 
Rosegarden::NotePixmapFactory*, Rosegarden::Clef, Rosegarden::Key, 
bool, bool, QString)’:
/home/chuck/rosegarden-git/src/gui/dialogs/KeySignatureDialog.cpp:149:34: 
error: ‘ReturnByValue’ is not a member of ‘Qt’

  149 | pm = m_keyPixmap->pixmap(Qt::ReturnByValue);
  |  ^
make[2]: *** [src/CMakeFiles/rosegardenprivate.dir/build.make:2057: 
src/CMakeFiles/rosegardenprivate.dir/gui/dialogs/KeySignatureDialog.cpp.o] 
Error 1
make[1]: *** [CMakeFiles/Makefile2:197: 
src/CMakeFiles/rosegardenprivate.dir/all] Error 2

make: *** [Makefile:161: all] Error 2

cmake completes with no problems.

Any ideas?





___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user



___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user


[Rosegarden-user] compile error

2021-06-20 Thread chuck elliot

Hi,

I am trying to compile the latest development version from git

on a different machine. This machine is running up to date Fedora 33 
with MATE,


just like my laptop on which it compiles fine.

I keep getting this compile error:

/home/chuck/rosegarden-git/src/gui/dialogs/KeySignatureDialog.cpp: In 
constructor 
‘Rosegarden::KeySignatureDialog::KeySignatureDialog(QWidget*, 
Rosegarden::NotePixmapFactory*, Rosegarden::Clef, Rosegarden::Key, bool, 
bool, QString)’:
/home/chuck/rosegarden-git/src/gui/dialogs/KeySignatureDialog.cpp:149:34: 
error: ‘ReturnByValue’ is not a member of ‘Qt’

  149 | pm = m_keyPixmap->pixmap(Qt::ReturnByValue);
  |  ^
make[2]: *** [src/CMakeFiles/rosegardenprivate.dir/build.make:2057: 
src/CMakeFiles/rosegardenprivate.dir/gui/dialogs/KeySignatureDialog.cpp.o] 
Error 1
make[1]: *** [CMakeFiles/Makefile2:197: 
src/CMakeFiles/rosegardenprivate.dir/all] Error 2

make: *** [Makefile:161: all] Error 2

cmake completes with no problems.

Any ideas?





___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user


Re: [Rosegarden-user] Problem Building for RaspberryPi4

2021-06-20 Thread Will Godfrey
On Sat, 19 Jun 2021 15:28:29 -0400
Ted Felix  wrote:

>The "qttools5-dev" package has the Qt5LinguistTools stuff for cmake. 
>You might also need the following:
>
>qttools5-dev-tools
>qtchooser
>
>Ted.
Thanks Ted.
Now noted in my crib sheet!

In synaptic selecting qttools5-dev also pulls in qttools5-dev-tools.

Building now... this may take some time!

Checking your other points, it seems that in devuan, while the build data is
included for Intel/AMD it isn't for the Pi.

Will.

-- 
Will J Godfrey
https://willgodfrey.bandcamp.com/
http://yoshimi.github.io
Say you have a poem and I have a tune.
Exchange them and we can both have a poem, a tune, and a song.


___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user