pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

pastebin - collaborative debugging tool View Help


Posted by Alen on Mon 18 Aug 18:41
report abuse | download | new post

  1. [root@Arch kaffeine-sc-plugin-0.4.0]# make
  2. make  all-recursive                      
  3. make[1]: Entering directory `/home/alen/kaffeine-sc-plugin-0.4.0'
  4. Making all in src                                                
  5. make[2]: Entering directory `/home/alen/kaffeine-sc-plugin-0.4.0/src'
  6. Making all in mgcam                                                  
  7. make[3]: Entering directory `/home/alen/kaffeine-sc-plugin-0.4.0/src/mgcam'
  8. if /bin/sh ../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/kde3/include -I/usr/lib/qt3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -fasynchronous-unwind-tables -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT viaccess.lo -MD -MP -MF ".deps/viaccess.Tpo" -c -o viaccess.lo viaccess.cpp; \                      
  9.         then mv -f ".deps/viaccess.Tpo" ".deps/viaccess.Plo"; else rm -f ".deps/viaccess.Tpo"; exit 1; fi                                                      
  10. viaccess.cpp:6:19: error: qfile.h: No such file or directory                    
  11. viaccess.cpp:7:18: error: qdir.h: No such file or directory                    
  12. viaccess.cpp:8:21: error: qstring.h: No such file or directory                  
  13. viaccess.cpp:9:25: error: qdatastream.h: No such file or directory              
  14. In file included from misc.h:23,                                                
  15.                  from crypto.h:31,                                              
  16.                  from viaccess.h:4,                                            
  17.                  from viaccess.cpp:11:                                          
  18. helper.h: In function 'void __xxor(unsigned char*, int, const unsigned char*, const unsigned char*)':                                                          
  19. helper.h:89: warning: conversion to 'unsigned char' from 'int' may alter its value                                                                              
  20. In file included from crypto.h:31,                                              
  21.                  from viaccess.h:4,                                            
  22.                  from viaccess.cpp:11:                                          
  23. misc.h: At global scope:                                                        
  24. misc.h:134: warning: unused parameter 'data'                                    
  25. misc.h:135: warning: unused parameter 'ad'                                      
  26. viaccess.cpp: In member function 'int cTPS::loadTpsAu(tpsrc6_key*, int*)':      
  27. viaccess.cpp:33: error: 'QString' was not declared in this scope                
  28. viaccess.cpp:33: error: expected `;' before 's'                                
  29. viaccess.cpp:34: error: 'QFile' was not declared in this scope                  
  30. viaccess.cpp:34: error: expected `;' before 'f'                                
  31. viaccess.cpp:35: error: 'f' was not declared in this scope                      
  32. viaccess.cpp:35: error: 'IO_ReadOnly' was not declared in this scope            
  33. viaccess.cpp:36: error: 'QDataStream' was not declared in this scope            
  34. viaccess.cpp:36: error: expected `;' before 't'                                
  35. viaccess.cpp:37: error: 't' was not declared in this scope                      
  36. viaccess.cpp:42: error: 't' was not declared in this scope                      
  37. viaccess.cpp: In member function 'bool cTPS::loadAlgo3()':
  38. viaccess.cpp:60: error: 'QString' was not declared in this scope
  39. viaccess.cpp:60: error: expected `;' before 's'
  40. viaccess.cpp:61: error: 'QFile' was not declared in this scope
  41. viaccess.cpp:61: error: expected `;' before 'f'
  42. viaccess.cpp:62: error: 'f' was not declared in this scope
  43. viaccess.cpp:62: error: 'IO_ReadOnly' was not declared in this scope
  44. viaccess.cpp:63: error: 'QDataStream' was not declared in this scope
  45. viaccess.cpp:63: error: expected `;' before 't'
  46. viaccess.cpp:64: error: 't' was not declared in this scope
  47. viaccess.cpp: In member function 'void cViaccess::Via2Mod(const unsigned char*,unsigned char*)':
  48. viaccess.cpp:207: warning: conversion to 'unsigned char' from 'int' may alter its value
  49. viaccess.cpp:216: warning: conversion to 'unsigned char' from 'int' may alter its value
  50. viaccess.cpp: In member function 'void cViaccess::HashByte(unsigned char)':
  51. viaccess.cpp:249: warning: conversion to 'unsigned char' from 'int' may alter its value
  52. viaccess.cpp: In member function 'bool cViaccess::Decrypt(const unsigned char*,unsigned char*, int, unsigned char*, unsigned char*, bool, int*)':
  53. viaccess.cpp:330: warning: conversion to 'short int' from 'int' may alter its value
  54. viaccess.cpp:362: warning: conversion to 'unsigned char' from 'int' may alter its value
  55. viaccess.cpp:365: warning: conversion to 'unsigned char' from 'int' may alter its value
  56. viaccess.cpp:370: warning: conversion to 'unsigned char' from 'int' may alter its value
  57. make[3]: *** [viaccess.lo] Error 1
  58. make[3]: Leaving directory `/home/alen/kaffeine-sc-plugin-0.4.0/src/mgcam'
  59. make[2]: *** [all-recursive] Error 1
  60. make[2]: Leaving directory `/home/alen/kaffeine-sc-plugin-0.4.0/src'
  61. make[1]: *** [all-recursive] Error 1
  62. make[1]: Leaving directory `/home/alen/kaffeine-sc-plugin-0.4.0'
  63. make: *** [all] Error 2
  64. [root@Arch kaffeine-sc-plugin-0.4.0]#

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me so that I can delete my post