-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi there, I am trying to install this tool on my server which is Ubuntu 18.04.2 LTS. However, I just got
src/_pyipmeta_ipmeta.c:78:50: error: ‘IPMETA_DS_NONE’ undeclared (first use in this function); did you mean ‘IPMETA_DS_MAX’?
if ((dsid = ipmeta_ds_name_to_id(dsname)) == IPMETA_DS_NONE) {
^~~~~~~~~~~~~~
IPMETA_DS_MAX
src/_pyipmeta_ipmeta.c:215:7: error: too few arguments to function ‘ipmeta_lookup’
if (ipmeta_lookup(self->ipm, pyaddrstr, 0, self->recordset) < 0) {
^~~~~~~~~~~~~
In file included from src/_pyipmeta_provider.h:27:0,
from src/_pyipmeta_ipmeta.c:23:
Basically these two errors and some warnings. I was wondering if I did something wrong? I have strictly followed the instruction to install python-setuptools, python-dev and libmeta.
Could anyone give me some suggestions?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels