rainwoodman / vast

vala and scientific numerical computation
11 stars 1 forks source link

Can't build from master, missing file #43

Closed arrufat closed 7 years ago

arrufat commented 7 years ago

Steps to reproduce:

git clone https://github.com/rainwoodman/vast.git
cd vast
mkdir build && cd build
meson

output:

The Meson build system
Version: 0.37.1
Source dir: /tmp/vast
Build dir: /tmp/vast/build
Build type: native build
Project name: vast
Native c compiler: cc (gcc 6.3.1)
Native vala compiler: valac (valac 0.34.4)
Build machine cpu family: x86_64
Build machine cpu: x86_64
Found pkg-config: /usr/bin/pkg-config (0.29.1)
Native dependency glib-2.0 found: YES 2.50.2
Native dependency gobject-2.0 found: YES 2.50.2
Native dependency gobject-introspection-1.0 found: YES 1.50.0
Native dependency gio-2.0 found: YES 2.50.2
Library m found: YES
Library posix found: YES
Program g-ir-compiler found: YES (/usr/bin/g-ir-compiler)

Meson encountered an error in file src/meson.build, line 19, column 0:
File /tmp/vast/build/src/vast.h does not exist.
arteymix commented 7 years ago

It requires meson 0.36, the 0.37 does not permit installing unexisting files. I'll update that in the build file.