Guest User

Untitled

a guest
Aug 4th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. Bootstrapping the build engine
  2. execnt.c: In function 'maxline':
  3. execnt.c:523:12: warning: type defaults to 'int' in declaration of 'result' [-Wimplicit-int]
  4. static result;
  5. ^~~~~~
  6. modules/path.c: In function 'path_exists':
  7. modules/path.c:16:12: warning: implicit declaration of function 'file_query' [-Wimplicit-function-declaration]
  8. return file_query( list_front( lol_get( frame->args, 0 ) ) ) ?
  9. ^~~~~~~~~~
  10.  
  11. Bootstrapping is done. To build, run:
  12.  
  13. .\b2 --prefix=DIR install
Add Comment
Please, Sign In to add comment