Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. g++ -c -Wall -g -DINSTALL_DATA=\"/usr/local/mcp\" -I /libvty/include main.c -o main.o
  2. /usr/local/include/osmocom/vty/vty.h: In function 'char* vty_newline(vty*)':
  3. /usr/local/include/osmocom/vty/vty.h:127: error: 'VTY_TERM' was not declared in this scope
  4. /usr/local/include/osmocom/vty/vty.h: At global scope:
  5. /usr/local/include/osmocom/vty/vty.h:135: error: use of enum 'node_type' without previous declaration
  6. make: *** [main.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement