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

ninja: error: '../src/src/settings.ui', needed by 'src/budgie-pixel-saver-applet-resources.c', missing and no known rule to make it #25

Open
meydjer opened this issue Dec 23, 2017 · 1 comment

Comments

@meydjer
Copy link

meydjer commented Dec 23, 2017

meydjer@mpc:~/Downloads/budgie-pixel-saver-applet$ mkdir build && cd build
meydjer@mpc:~/Downloads/budgie-pixel-saver-applet/build$ meson --prefix /usr --buildtype=plain ..
The Meson build system
Version: 0.44.0
Source dir: /home/meydjer/Downloads/budgie-pixel-saver-applet
Build dir: /home/meydjer/Downloads/budgie-pixel-saver-applet/build
Build type: native build
Project name: budgie-pixel-saver-applet
Native C compiler: cc (gcc 5.4.0)
Native Vala compiler: valac (valac 0.30.1)
Build machine cpu family: x86_64
Build machine cpu: x86_64
Found pkg-config: /usr/bin/pkg-config (0.29.1)
Native dependency gtk+-3.0 found: YES 3.18.9
Native dependency gdk-x11-3.0 found: YES 3.18.9
Native dependency glib-2.0 found: YES 2.48.2
Native dependency libpeas-1.0 found: YES 1.16.0
Native dependency budgie-1.0 found: YES 2
Native dependency libwnck-3.0 found: YES 3.14.1
Native dependency glib-2.0 found: YES 2.48.2
WARNING: GLib compiled dependencies do not work reliably with 
the current version of GLib. See the following upstream issue: https://bugzilla.gnome.org/show_bug.cgi?id=774368
Program meson_post_install.py found: YES (/usr/bin/env python3 /home/meydjer/Downloads/budgie-pixel-saver-applet/meson_post_install.py)
Build targets in project: 4
Found ninja-1.8.2 at /usr/bin/ninja
meydjer@mpc:~/Downloads/budgie-pixel-saver-applet/build$ ninja
ninja: error: '../src/src/settings.ui', needed by 'src/budgie-pixel-saver-applet-resources.c', missing and no known rule to make it
meydjer@mpc:~/Downloads/budgie-pixel-saver-applet/build$ sudo ninja install
ninja: error: '../src/src/settings.ui', needed by 'src/budgie-pixel-saver-applet-resources.c', missing and no known rule to make it
meydjer@mpc:~/Downloads/budgie-pixel-saver-applet/build$
@rkunschke
Copy link

I solved it myself
Downgrade libpeas to older version and the Build worked.

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

2 participants