Re: [linux-audio-user] musescore compile error

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-user] musescore compile error
From: Werner Schweer (ws_AT_seh.de)
Date: Fri Jul 09 2004 - 10:52:45 EEST


On Friday 09 July 2004 15:04, Glenn McCord wrote:
> Seeing that everyone is on the topic of score editors at the moment,
> does anyone recognise my compile error with mscore 0.1 pre1
>
> -c -o prefsdialogbase.o `test -f 'obj/prefsdialogbase.cpp' || echo
> './'`obj/prefsdialogbase.cpp; \
> then mv -f ".deps/prefsdialogbase.Tpo" ".deps/prefsdialogbase.Po"; \
> else rm -f ".deps/prefsdialogbase.Tpo"; exit 1; \
> fi
> obj/prefsdialogbase.cpp:28: error: duplicate `const'
> make[2]: *** [prefsdialogbase.o] Error 1
> make[2]: Leaving directory `/home/glenn/apps/mscore-0.1pre1/mscore'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/home/glenn/apps/mscore-0.1pre1/mscore'
> make: *** [all-recursive] Error 1
>

prefsdialogbase.cpp is a generated file (from qt "moc"). The bug
disappeares with newer qt versions. As a workaround you can manually
remove a "const" from prefsdialogbase.cpp line 28.

/werner


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Fri Jul 09 2004 - 10:57:59 EEST