Advertisement
Guest User

for psha

a guest
Nov 29th, 2010
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. slavko@emc2:~/emc-camunits$ cd ..
  2. slavko@emc2:~$ cd emc2-new
  3. slavko@emc2:~/emc2-new$ source scripts/emc-environment
  4. slavko@emc2:~/emc2-new$ cd ..
  5. slavko@emc2:~$ cd emc-camunits
  6. slavko@emc2:~/emc-camunits$ make
  7. gcc -fPIC -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/emc2 -DULAPI -I/home/slavko/emc2-new/include -c -o halio.o halio.c
  8. In file included from halio.c:11:
  9. hal_priv.h:122: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘typedef’
  10. halio.c:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘typedef’
  11. halio.c:163: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  12. halio.c:169: error: expected ‘)’ before ‘*’ token
  13. halio.c: In function ‘hal_io_plugin_register_type’:
  14. halio.c:169: error: ‘HalIOPlugin’ undeclared (first use in this function)
  15. halio.c:169: error: (Each undeclared identifier is reported only once
  16. halio.c:169: error: for each function it appears in.)
  17. halio.c:169: error: ‘hal_io_plugin_init’ undeclared (first use in this function)
  18. halio.c: In function ‘cam_plugin_create’:
  19. halio.c:185: error: ‘hal_io_plugin_new’ undeclared (first use in this function)
  20. halio.c: At top level:
  21. halio.c:213: error: expected ‘)’ before ‘*’ token
  22. halio.c: In function ‘try_set_control’:
  23. halio.c:250: error: ‘HalIOPlugin’ undeclared (first use in this function)
  24. halio.c:250: error: ‘self’ undeclared (first use in this function)
  25. halio.c:250: error: expected expression before ‘)’ token
  26. halio.c: In function ‘on_input_frame_ready’:
  27. halio.c:295: error: ‘HalIOPlugin’ undeclared (first use in this function)
  28. halio.c:295: error: ‘self’ undeclared (first use in this function)
  29. halio.c:295: error: expected expression before ‘)’ token
  30. halio.c: In function ‘_gl_draw_gl’:
  31. halio.c:320: error: ‘HalIOPlugin’ undeclared (first use in this function)
  32. halio.c:320: error: ‘self’ undeclared (first use in this function)
  33. halio.c:320: error: expected expression before ‘)’ token
  34. make: *** [halio.o] Error 1
  35. slavko@emc2:~/emc-camunits$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement