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-11-02 23:18:25
|
hi dom -
this is the gcc version:
gcc --version
gcc (Debian 6.2.0-6) 6.2.0 20161010
my debian is:
Debian GNU/Linux testing (stretch)
thanks and regards -
joachim
On 29/10/16 10:13, Dominique Fober wrote:
> Hi Joachim,
>
> The compiler issue with guidolib seems to be a known bug in gcc 6.1+.
What gcc version are you using?
> A workaround would be to switch to clang.
> Let me know the debian version you’ve installed. I can try to
reproduce to see if there is a solution within the code.
> —
> Dom
>
>
>> Le 28 oct. 2016 à 21:14, joachim heintz <jh...@jo...> a écrit :
>>
>> 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
>>>
>>
>>
------------------------------------------------------------------------------
>> 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
>
>
|