Advertisement
Guest User

Untitled

a guest
Jul 29th, 2014
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. sudo apt-get install gcc
  2. sudo apt-get install libX11-dev
  3. sudo apt-get install libXdmcp-dev
  4. sudo apt-get install libXext-dev
  5. sudo apt-get install libXxf86vm-dev
  6. sudo apt-get install libXinerama-dev
  7. sudo apt-get install libXrandr-dev
  8. sudo apt-get install libxss-dev
  9. and installed Yacc (bison) by Synaptic Package Manager
  10.  
  11. i ./configure ajam-2.5.2-1.3.3 and make it,
  12. when making it i get errors like:
  13. execunix.c: In function ‘execcmd’:
  14. execunix.c:235:3: warning: incompatible implicit declaration of built-in function ‘_exit’ [enabled by default]
  15. _exit(127);
  16. ^
  17. expand.c: In function ‘var_expand’:
  18. expand.c:86:6: warning: field precision specifier ‘.*’ expects argument of type ‘int’, but argument 2 has type ‘long int’ [-Wformat=]
  19. printf( "expand '%.*s'n", end - in, in );
  20. ^
  21. hash.c: In function ‘hashstat’:
  22. hash.c:256:3: warning: format ‘%d’ expects argument of type ‘int’, but argument 7 has type ‘long unsigned int’ [-Wformat=]
  23. (float)count / (float)sets );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement