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

Fails to build with vala 0.46 #88

Open
worldofpeace opened this issue Nov 7, 2019 · 0 comments
Open

Fails to build with vala 0.46 #88

worldofpeace opened this issue Nov 7, 2019 · 0 comments

Comments

@worldofpeace
Copy link

../src/DesktopApp.vala:133.28-133.32: error: Invalid assignment from owned expression to unowned variable
            unowned string _path = info.get_string (KeyFileDesktop.KEY_PATH);
                           ^^^^^
../src/DesktopApp.vala:134.17-134.21: error: The name `_path' does not exist in the context of `AppEditor.DesktopApp.get_path'
            if (_path == null) {
                ^^^^^
../src/DesktopApp.vala:135.17-135.21: error: The name `_path' does not exist in the context of `AppEditor.DesktopApp.get_path'
                _path = "";
                ^^^^^
../src/DesktopApp.vala:138.20-138.24: error: The name `_path' does not exist in the context of `AppEditor.DesktopApp.get_path'
            path = _path;
                   ^^^^^

Patches have been used like

to fix it quickly.

worldofpeace added a commit to NixOS/nixpkgs that referenced this issue Nov 7, 2019
dtzWill pushed a commit to dtzWill/nixpkgs that referenced this issue Jan 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant