Hi,
i have problems to build it with arch_linux
I get this error:
Meson encountered an error in file meson.build, line 36, column 0:
Could not generate cargs for libpeas-1.0:
And the meson log:
Build started at 2017-12-23T17:11:04.591678
Main binary: /usr/bin/python
Python system: Linux
The Meson build system
Version: 0.44.0
Source dir: /home/reinhard/Downloads/budgie-pixel-saver-applet-master
Build dir: /home/reinhard/Downloads/budgie-pixel-saver-applet-master/build
Build type: native build
Project name: budgie-pixel-saver-applet
Sanity testing C compiler: cc
Is cross compiler: False.
Sanity check compiler command line: cc /home/reinhard/Downloads/budgie-pixel-saver-applet-master/build/meson-private/sanitycheckc.c -o /home/reinhard/Downloads/budgie-pixel-saver-applet-master/build/meson-private/sanitycheckc.exe
Sanity check compile stdout:
Sanity check compile stderr:
Running test binary command: /home/reinhard/Downloads/budgie-pixel-saver-applet-master/build/meson-private/sanitycheckc.exe
Native C compiler: cc (gcc 7.2.1)
Running compile:
Working directory: /tmp/tmp0e1nhq76
Command line: valac /tmp/tmp0e1nhq76/testfile.vala -C -C -o /tmp/tmp0e1nhq76/output.obj
Hi, i have problems to build it with arch_linux I get this error: Meson encountered an error in file meson.build, line 36, column 0: Could not generate cargs for libpeas-1.0: And the meson log: Build started at 2017-12-23T17:11:04.591678 Main binary: /usr/bin/python Python system: Linux The Meson build system Version: 0.44.0 Source dir: /home/reinhard/Downloads/budgie-pixel-saver-applet-master Build dir: /home/reinhard/Downloads/budgie-pixel-saver-applet-master/build Build type: native build Project name: budgie-pixel-saver-applet Sanity testing C compiler: cc Is cross compiler: False. Sanity check compiler command line: cc /home/reinhard/Downloads/budgie-pixel-saver-applet-master/build/meson-private/sanitycheckc.c -o /home/reinhard/Downloads/budgie-pixel-saver-applet-master/build/meson-private/sanitycheckc.exe Sanity check compile stdout:
Sanity check compile stderr:
Running test binary command: /home/reinhard/Downloads/budgie-pixel-saver-applet-master/build/meson-private/sanitycheckc.exe Native C compiler: cc (gcc 7.2.1) Running compile: Working directory: /tmp/tmp0e1nhq76 Command line: valac /tmp/tmp0e1nhq76/testfile.vala -C -C -o /tmp/tmp0e1nhq76/output.obj
Code: class MesonSanityCheck : Object { } Compiler stdout: Compilation succeeded - 1 warning(s)
Compiler stderr: warning: --output and -o have no effect when -C or --ccode is set
Native Vala compiler: valac (valac 0.38.4) Build machine cpu family: x86_64 Build machine cpu: x86_64 Found pkg-config: /usr/bin/pkg-config (0.29.2) Determining dependency 'gtk+-3.0' with pkg-config executable '/usr/bin/pkg-config' Native dependency gtk+-3.0 found: YES 3.22.26 Determining dependency 'gdk-x11-3.0' with pkg-config executable '/usr/bin/pkg-config' Native dependency gdk-x11-3.0 found: YES 3.22.26 Determining dependency 'glib-2.0' with pkg-config executable '/usr/bin/pkg-config' Native dependency glib-2.0 found: YES 2.54.0 Determining dependency 'libpeas-1.0' with pkg-config executable '/usr/bin/pkg-config'
Any ideas?