I tried to add a new ofpraw and a new type of message in ofp-msgs.inc . For
the first I obtained this error:


I add:
"    /* OFPT (22) nuovo tipo  */
    OFPRAW_ECHO_NEWTYPE,"

        ./lib/ofp-msgs.h lib/ofp-msgs.inc > lib/ofp-msgs.inc.tmp && mv
lib/ofp-msgs.inc.tmp lib/ofp-msgs.inc
./lib/ofp-msgs.h:190: unexpected syntax between ofpraw types
make[2]: *** [lib/ofp-msgs.inc] Error 1


I add:
"    /* OFPT (22) nuovo tipo di messaggio Alessandra */
    OFPRAW_ECHO_NEWTYPE,"

and for the second the error:

PYTHONDONTWRITEBYTECODE=yes PYTHONPATH=./python:$PYTHONPATH /usr/bin/python
./build-aux/extract-ofp-msgs \
        ./lib/ofp-msgs.h lib/ofp-msgs.inc > lib/ofp-msgs.inc.tmp && mv
lib/ofp-msgs.inc.tmp lib/ofp-msgs.inc
./lib/ofp-msgs.h:359: syntax error in OFPTYPE_ definition
make[2]: *** [lib/ofp-msgs.inc] Error 1


The inc file in automatic generated, isn't it?
Thank you

-- 
Alessandra
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to