Advertisement
ctgreybeard

Untitled

Jun 29th, 2015
432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. cd ../../../sntp/tests && ruby ../../sntp/unity/auto/generate_test_runner.rb keyFile.c run-keyFile.c
  2. cd ../../../sntp/tests && ruby ../../sntp/unity/auto/generate_test_runner.rb kodFile.c run-kodFile.c
  3. cd .. && make libsntp.a
  4. make[5]: Entering directory '/Volumes/Install/NTP/ntp-4.2.8p3/A.x86_64-apple-darwin14.4.0/sntp'
  5. CC crypto.o
  6. In file included from ../../sntp/crypto.c:2:
  7. In file included from ../../sntp/crypto.h:13:
  8. ../../sntp/sntp-opts.h:59:3: error: option template version mismatches autoopts/options.h header
  9. # error option template version mismatches autoopts/options.h header
  10. ^
  11. ../../sntp/sntp-opts.h:60:3: error: unknown type name 'Choke'
  12. Choke Me.
  13. ^
  14. ../../sntp/sntp-opts.h:60:11: error: expected ';' after top level declarator
  15. Choke Me.
  16. ^
  17. ;
  18. 3 errors generated.
  19. Makefile:910: recipe for target 'crypto.o' failed
  20. make[5]: *** [crypto.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement