Problem with building current release #1392
Replies: 3 comments 6 replies
-
You can ignore that warning. I get it as well :-)
That's because it's an internal issue of QtCreator (something around QMake files I think).
Have you initialized the git submodules? And did you pass any arguments to QMake, e.g. Regards, |
Beta Was this translation helpful? Give feedback.
-
Still doesn't work. Now it gives a lot of "undefined reference" errors (e.g. "undefined reference to `get_crc_table@0'"). |
Beta Was this translation helpful? Give feedback.
-
I'm sorry, it still doesn't work. Seems like a header file is missing. Here is the error message:
I followed all the steps in your new build instructions. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm trying to build the current release (master branch) and followed all the steps explained under
https://mediaelch.github.io/mediaelch-doc/contributing/build/windows.html
However, if I try to run it (by pressing strg+r in MediaElch.pro), it gives a system error and says that libquazip5.dll could not be found even though I placed it under C:\Qt\Tools\mingw810_32\lib\gcc\i686-w64-mingw32\8.1.0 as explained in the documentation.
If I build the project by choosing Build ==> Build Project "MediaElch" it gives the following error 32 times:
Der Befehl "sed" ist entweder falsch geschrieben oder konnte nicht gefunden werden.
Which means in English:
The command "sed" has been misspelled or could not be found
Strangely the IDE does not point me to a specific line in the source code for this error.
Any ideas what might be the problem here?
Kind regards
Beta Was this translation helpful? Give feedback.
All reactions