Hi All,

I'm stuck at below error (on Ubuntu 14.04.5 LTS). Any clue please?

ubuntu@sdnhubvm:openvswitch[09:00] (master)$ git checkout -b v2.6.1
Switched to a new branch 'v2.6.1'
ubuntu@sdnhubvm:openvswitch[09:00] (v2.6.1)$ make
PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes
/usr/bin/python ./ovsdb/ovsdb-idlc.in c-idl-source lib/vswitch-idl.ovsidl >
lib/vswitch-idl.c.tmp && mv lib/vswitch-idl.c.tmp lib/vswitch-idl.c
Traceback (most recent call last):
  File "./ovsdb/ovsdb-idlc.in", line 1137, in <module>
    func(*args[1:])
  File "./ovsdb/ovsdb-idlc.in", line 635, in printCIDLSource
    column, True)
  File "./ovsdb/ovsdb-idlc.in", line 66, in cMembers
    'type': constify(type.key.toCType(prefix, refTable) + pointer, const),
*TypeError: toCType() takes exactly 2 arguments (3 given)*
*make: *** [lib/vswitch-idl.c] Error 1*
ubuntu@sdnhubvm:openvswitch[09:00] (v2.6.1)$

Regards,
Logu
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to