Re: [Inscore-devel] Errors building on Linux: Unknown qt modules
An environment for the design of INteractive augmented music Scores
Brought to you by:
dfober
|
From: joachim h. <jh...@jo...> - 2016-10-28 19:14:22
|
hi -
i thought i'd join you. i have a new linux machine with debian
unstable. i cloned the inscore, the guidolib and the guidoar repos, and
following the readme.txt, i tried to compile the guidolib first. i get
this error in performing 'make' in the build dir:
[ 22%] Building CXX object
CMakeFiles/GUIDOEngine.dir/home/jh/src/guidolib-code/src/engine/abstract/ARNote.cpp.o
/home/jh/src/guidolib-code/src/engine/abstract/ARNote.cpp: In copy
constructor ‘ARNote::ARNote(const ARNote&)’:
/home/jh/src/guidolib-code/src/engine/abstract/ARNote.cpp:61:104: error:
use of deleted function ‘ARNoteName::ARNoteName(const ARNoteName&)’
fClusterHaveToBeDrawn(false), fSubElementsHaveToBeDrawn(true),
fTremolo(0), fStartPosition(-1,1)
^
In file included from
/home/jh/src/guidolib-code/src/engine/abstract/ARNote.h:18:0,
from
/home/jh/src/guidolib-code/src/engine/abstract/ARNote.cpp:19:
/home/jh/src/guidolib-code/src/engine/abstract/ARNoteName.h:31:7: note:
‘ARNoteName::ARNoteName(const ARNoteName&)’ is implicitly declared as
deleted because ‘ARNoteName’ declares a move constructor or move
assignment operator
class ARNoteName : public std::string
^~~~~~~~~~
CMakeFiles/GUIDOEngine.dir/build.make:1430: recipe for target
'CMakeFiles/GUIDOEngine.dir/home/jh/src/guidolib-code/src/engine/abstract/ARNote.cpp.o'
failed
make[4]: ***
[CMakeFiles/GUIDOEngine.dir/home/jh/src/guidolib-code/src/engine/abstract/ARNote.cpp.o]
Error 1
make[4]: Leaving directory '/home/jh/src/guidolib-code/build/linux'
CMakeFiles/Makefile2:67: recipe for target
'CMakeFiles/GUIDOEngine.dir/all' failed
make[3]: *** [CMakeFiles/GUIDOEngine.dir/all] Error 2
make[3]: Leaving directory '/home/jh/src/guidolib-code/build/linux'
Makefile:127: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/jh/src/guidolib-code/build/linux'
Makefile:172: recipe for target 'linux/libGUIDOEngine.so' failed
make[1]: *** [linux/libGUIDOEngine.so] Error 2
make[1]: Leaving directory '/home/jh/src/guidolib-code/build'
Makefile:49: recipe for target 'all' failed
make: *** [all] Error 2
anything i can do here? thanks -
joachim
On 28/10/16 12:44, Trad Dog wrote:
> Hi,
>
> I need to import the score as an image in a html document. This seems to bedone properly by a web ojbect.
> As it turns out, the httpd object seems not available on MSFT Windows OS.
> Can someone confirm this is correct ?
>
> If this is indeed the case, I am back to using Linux. While trying to use the deb
> package for Ubuntu 14.04 gives me an error at installation: Incorrect Guido Engineversion (>=...). This is the case even on a fresh installation of the distribution.
>
> I am currently trying to build INscore on LInux, which I have never managed to do in the past.
>
> Currently, I get the same error on several machines, physical or virtual.
> Unknow qt modules: qml multimedia etc...
> I have tried to address this by downloading the corresponding libraries from
> the official Linux repository. It does not solve the problem. This is the case even withfresh installations of Linux distributions.
>
> I am currently trying to build QT from scratch, which fails on a weird error about perl not being on the path.
>
> I am wondering if someone out there has any advice.
>
> Thanks and best,
>
> Trad
>
>
>
>
>
>
>
> ------------------------------------------------------------------------------
> The Command Line: Reinvented for Modern Developers
> Did the resurgence of CLI tooling catch you by surprise?
> Reconnect with the command line and become more productive.
> Learn the new .NET and ASP.NET CLI. Get your free copy!
> http://sdm.link/telerik
>
>
>
> _______________________________________________
> Inscore-devel mailing list
> Ins...@li...
> https://lists.sourceforge.net/lists/listinfo/inscore-devel
>
|