openoctave install NotationTypes.cpp:563:1: error:

Support & discussion regarding DAWs and MIDI sequencers.

Moderators: MattKingUSA, khz

Post Reply
antonvdh
Established Member
Posts: 8
Joined: Fri Nov 12, 2010 10:38 am
Contact:

openoctave install NotationTypes.cpp:563:1: error:

Post by antonvdh »

I am trying to uinstall openoctave 1.7.3 under OpenSuse 11.3 i586
needed
kelibs3-devel
gcc
gcc c++

I am getting the error
anton@linux-1ga3:~/openoctave> make

[ 22%] Building CXX object OObuild/CMakeFiles/OpenOctaveCommon.dir/base/NotationTypes.o
/home/anton/openoctave/src/base/NotationTypes.cpp:563:1: error: ‘OpenOctave::Key::Key’ names the constructor, not the type
make[2]: *** [OObuild/CMakeFiles/OpenOctaveCommon.dir/base/NotationTypes.o] Fout 1
make[1]: *** [OObuild/CMakeFiles/OpenOctaveCommon.dir/all] Fout 2
make: *** [all] Fout 2

How to solve this
Pablo
Established Member
Posts: 1274
Joined: Thu Apr 17, 2008 9:57 pm
Been thanked: 3 times

Re: openoctave install NotationTypes.cpp:563:1: error:

Post by Pablo »

¿Is openoctave following rosegarden migration to qt4? If not, I wouldn't even try in a modern Linux, less with a gnome desktop. But this is just my 2 cents, you have to know better and sometimes testing things is funny.

Cheers! Pablo
User avatar
raboof
Established Member
Posts: 1855
Joined: Tue Apr 08, 2008 11:58 am
Location: Deventer, NL
Has thanked: 50 times
Been thanked: 74 times
Contact:

Re: openoctave install NotationTypes.cpp:563:1: error:

Post by raboof »

antonvdh wrote:How to solve this
That's strange. Which version of gcc do you have installed?

Perhaps Rosegarden would be a good alternative. OpenOctave is basically a stripped-down version of Rosegarden with some extra keybindings and stuff, but Rosegarden evolved a bit since the fork, too.

(en: welkom :) )
antonvdh
Established Member
Posts: 8
Joined: Fri Nov 12, 2010 10:38 am
Contact:

Re: openoctave install NotationTypes.cpp:563:1: error:

Post by antonvdh »

I have installed gcc, gcc c++, and gcc45
The reason to choose for openoctave is it can change program and or bank in a single midi track.
For example you play a midi line solo string violins . Then edit the line and change some notes in violin ensemble.
antonvdh
Established Member
Posts: 8
Joined: Fri Nov 12, 2010 10:38 am
Contact:

Re: openoctave install NotationTypes.cpp:563:1: error:

Post by antonvdh »

Found this:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565071

Openoctave is working with KDE 4.x and gcc 43
Post Reply