-
Notifications
You must be signed in to change notification settings - Fork 3
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 appears to be broken: error: ISO C++ forbids declaration of ‘DateNavigationWidget’ with no type, etc. #1
Comments
@gil9red Could you take a look? |
@barracuda156, I'm sorry, but I haven't been supporting the project for a long time :) |
@gil9red Got it, thanks for responding. |
That is a silly error: there is a back slash in one of includes of a generated
So of course that file is not found. It should be |
|
@gil9red Thank you for merging! There is one more issue with the build itself, though, as I understand, that was an intended way of setting it up: libraries in Components dir are not built from source but used pre-built. This will not work for other platforms: the app gonna fail at linking time. So the app is running now (GUI itself and menus work). However, on launch it complains about missing UPD. Perhaps this can be changed to use
|
I guess permissions are not an issue, and the app built from master branch crashes on creating a new note as well:
|
Looks like it is broken:
The text was updated successfully, but these errors were encountered: