drobilla / serd

A lightweight C library for RDF syntax
https://gitlab.com/drobilla/serd
ISC License
86 stars 15 forks source link

Build error #26

Closed alextone closed 5 years ago

alextone commented 5 years ago

alex@alextone:~/github/serd$ ./waf configure --prefix=/usr Traceback (most recent call last): File "./waf", line 5, in from waflib import Context, Scripting ImportError: No module named waflib

drobilla commented 5 years ago

You need to update git submodules

alextone commented 5 years ago

Ok, thanks Dave.

alextone commented 5 years ago

Yep, that worked.

Onwards and Upwards......