Advertisement
razec

splix-success

Feb 22nd, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. 19:37:14-cezar@host:~/Downloads/splix-2.0.0$
  2. make
  3. +---------------------------------------------+
  4. | COMPILATION PARAMETERS SUMMARY |
  5. +---------------------------------------------+
  6. | THREADS = enabled |
  7. | THREADS Nr = 2 |
  8. | CACHESIZE = 30 |
  9. | JBIG = enabled |
  10. | BLACK OPTIM = enabled |
  11. +---------------------------------------------+
  12. (Do a "make clean" before updating these values)
  13.  
  14. CXX src/ppdfile.cpp
  15. CXX src/page.cpp
  16. CXX src/colors.cpp
  17. CXX src/band.cpp
  18. CXX src/bandplane.cpp
  19. CXX src/cache.cpp
  20. CXX src/rendering.cpp
  21. CXX src/semaphore.cpp
  22. CXX src/algo0x0d.cpp
  23. CXX src/algo0x0e.cpp
  24. CXX src/algo0x11.cpp
  25. CXX src/algo0x13.cpp
  26. LINK optimized/rastertoqpdl
  27. CXX src/pstoqpdl.cpp
  28. src/pstoqpdl.cpp: In function 'int main(int, char**)':
  29. src/pstoqpdl.cpp:174:17: warning: variable 'jobid' set but not used [-Wunused-but-set-variable]
  30. const char *jobid, *user, *title, *options, *ppdFile, *file;
  31. ^
  32. src/pstoqpdl.cpp:174:25: warning: variable 'user' set but not used [-Wunused-but-set-variable]
  33. const char *jobid, *user, *title, *options, *ppdFile, *file;
  34. ^
  35. src/pstoqpdl.cpp:174:32: warning: variable 'title' set but not used [-Wunused-but-set-variable]
  36. const char *jobid, *user, *title, *options, *ppdFile, *file;
  37. ^
  38. src/pstoqpdl.cpp:176:19: warning: variable 'copies' set but not used [-Wunused-but-set-variable]
  39. unsigned long copies;
  40. ^
  41. LINK optimized/pstoqpdl
  42. 19:37:20-cezar@host:~/Downloads/splix-2.0.0$
  43. su
  44. Password:
  45. 19:38:37-root@host:/home/cezar/Downloads/splix-2.0.0$
  46. make install
  47. INSTALL optimized/rastertoqpdl
  48. INSTALL optimized/pstoqpdl
  49. INSTALL Samsung PPD files
  50. INSTALL Xerox PPD files
  51. INSTALL Dell PPD files
  52.  
  53. PLEASE INSTALL MANUALLY COLOR PROFILE FILES (CHECK INSTALL)
  54. --- Everything is done! Have fun ---
  55.  
  56. 19:38:49-root@host:/home/cezar/Downloads/splix-2.0.0$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement