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

App does not build on macOS #79

Open
gauravpandit91 opened this issue Feb 24, 2021 · 2 comments
Open

App does not build on macOS #79

gauravpandit91 opened this issue Feb 24, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@gauravpandit91
Copy link

Describe the bug
App does not build on macOS.

To Reproduce
Steps to reproduce the behavior:

  1. Follow the steps in Readme.md on macOS Catalina.
  2. The build process is terminated with errors.

Expected behavior
App should be built without errors and be available for use in the 'release' folder.

Screenshots
Screenshot 2021-02-24 at 8 34 11 PM
Screenshot 2021-02-24 at 8 34 37 PM

Desktop (please complete the following information):

  • OS: macOS Catalina
  • Version: 10.15.7
  • Qt: 5.15.2

Additional context
From the error message, it seems that the usage of deprecated functions from Qt framework is the cause of this problem. Please state if there is any other cause for this error which I have missed.

@gauravpandit91 gauravpandit91 added the bug Something isn't working label Feb 24, 2021
@gauravpandit91 gauravpandit91 changed the title App does not build on macOS. App does not build on macOS Feb 24, 2021
@ChuOkupai
Copy link
Owner

Thank you for your report.
As a short-term solution, removing the -Werror flag in Makepro.pro should allow the compiler to ignore these errors.

@gauravpandit91
Copy link
Author

gauravpandit91 commented Feb 26, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants