Skip to content
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

build error with 2.0 on archlinux #307

Closed
bl00dy1837 opened this issue Sep 9, 2022 · 4 comments
Closed

build error with 2.0 on archlinux #307

bl00dy1837 opened this issue Sep 9, 2022 · 4 comments

Comments

@bl00dy1837
Copy link

when I try to build version 2.0 on archlinux. Don't know if it is a problem of QSimpleUpdater or of the notes function. Version 1.5 does build without problems.

../../QSimpleUpdater/src/Downloader.cpp: In member function ‘void Downloader::metaDataChanged()’:
../../QSimpleUpdater/src/Downloader.cpp:344:32: error: variable ‘QRegularExpression regExp’ has initializer but incomplete type
344 | QRegularExpression regExp( "(.)filename="(?.)"" );
| ^
../../QSimpleUpdater/src/Downloader.cpp:345:31: error: variable ‘QRegularExpressionMatch match’ has initializer but incomplete type
345 | QRegularExpressionMatch match = regExp.match( contentDisposition );

@nuttyartist
Copy link
Owner

Hmm, I'm not sure why. Maybe someone else can shed some light on this?

@mamantoha
Copy link

No error on Manjaro so far.
image

@nuttyartist
Copy link
Owner

@bl00dy1837 Is it still a problem? it seems to be working for other people on AUR: https://aur.archlinux.org/packages/notes

@bl00dy1837
Copy link
Author

With the git package it's working now. With the tar.gz release I have the same problem. But works for me now. thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants