I've definitely seen that error before, but it always turned out to be
something I had done wrong in my cmake configuration within QtCreator.
Like I left out the CMAKE_BUILD_TYPE=DEBUG, or the -G"Unix Makefiles", or I
didn't do a make clean after a previous build attempt with bad
configuration, etc.

Marc

On Tue, Feb 28, 2017 at 2:32 PM Werner Schweer <[email protected]> wrote:

> You can use the settings from git head branch (3.0) which should work.
>
>
> Am 28.02.2017 um 21:55 schrieb MLutz:
> > ralfD wrote
> >> Am Dienstag, 28. Februar 2017 20:10 CET, Lasconic &lt;
> >> lasconic@
> >> &gt; schrieb:
> >>> You will need Qt 5.4 for MuseScore 2.1 I'm afraid.
> >> Are you shure this is the cause of that error? That sounds vaguely
> >> familiar, but AFAIK I only needed to mess with the linker flags.
> > At least it doesn't seem to be a problem of the qt version. With 5.4 I
> have
> > the same problem ...
> > I tried to set the Compiler Flags within MuseScore2.1.config, but it
> doesn't
> > work also:
> > #define CMAKE_CXX_FLAGS_DEBUG   "-std=c++11 -fPIC -fPIE -g
> > -reduce-relocations"
> > #define CMAKE_CXX_FLAGS_RELEASE "-std=c++11 -fPIC -O2 -DNDEBUG
> > -DQT_NO_DEBUG"
> >
> > Does someone has further advice?
> >
> >
> >
> >
> >
> > --
> > View this message in context:
> http://dev-list.musescore.org/Compiling-2-1-on-Linux-with-QT-Creator-tp7580160p7580165.html
> > Sent from the MuseScore Developer mailing list archive at Nabble.com.
> >
> >
> ------------------------------------------------------------------------------
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> > _______________________________________________
> > Mscore-developer mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/mscore-developer
>
>
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
> Mscore-developer mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mscore-developer
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Mscore-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mscore-developer

Reply via email to