forked from 7h0ma5/QLog
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Got warning while compiling Release 0.41 (missing flags.qrc) #570
Labels
wontfix
This will not be worked on
Comments
I've seen this before. I've just went to github and downloaded the missing
files and saved them. Not sure why they don't get included in the source
package.
…On Sat, Jan 11, 2025 at 11:08 AM vazquezrodjoel ***@***.***> wrote:
commands executed:
git clone https://github.com/foldynl/QLog.git .
PREFIX=/opt/qlog qmake QLog.pro
Got:
WARNING: Failure to find: res/flags/flags.qrc /usr/lib/qt5/bin/rcc: File
does not exist 'res/flags/flags.qrc'
When I looked at res/flags/ folder, it was empty.
Source Code zip folder also seems empty.
I downloaded them manually, repeated the commands, and it went fine.
image.png (view on web)
<https://github.com/user-attachments/assets/2660435d-1b7f-49c0-ac81-3184ed7bac1d>
is that normal/expected behavior??
—
Reply to this email directly, view it on GitHub
<#570>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUEEMXW743AV37NKMFZBYR32KFFXTAVCNFSM6AAAAABVAENQ6GVHI2DSMVQWIX3LMV43ASLTON2WKOZSG44DEMBSGQYDMMA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I was mentioned many times. Please follow instructions in README. Git repo contains a flag module. Therefore it is needed to download it: git clone --recurse-submodules https://github.com/foldynl/QLog.git |
I have somehow missed this. At this point I use the github desktop app (I
know I need to learn command line - my son tells me all the time), so I
need to figure out how to do the recourse-submodules.
Thanks for this.
Michael
…On Sat, Jan 11, 2025 at 1:07 PM Ladislav ***@***.***> wrote:
I was mentioned many times. Please follow instructions in README
<https://github.com/foldynl/qlog?tab=readme-ov-file#linux-1>. Git repo
contains a flag module. Therefore it is needed to download it:
git clone --recurse-submodules https://github.com/foldynl/QLog.git
—
Reply to this email directly, view it on GitHub
<#570 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUEEMXRC22ZTT2WFLM3LAS32KFTYZAVCNFSM6AAAAABVAENQ6GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOBVGM3TQNZUGI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
commands executed:
git clone https://github.com/foldynl/QLog.git .
PREFIX=/opt/qlog qmake QLog.pro
Got:
WARNING: Failure to find: res/flags/flags.qrc /usr/lib/qt5/bin/rcc: File does not exist 'res/flags/flags.qrc'
When I looked at res/flags/ folder, it was empty.
Source Code zip folder also seems empty.
I downloaded them manually, repeated the commands, and it went fine.
is that normal/expected behavior??
The text was updated successfully, but these errors were encountered: