openSUSE Paste > RE: configSTR.tcl - 2nd attempt
Login

Info:

By netdevil_germany, 1 Year ago, written in TCL. This post will never expire.

This paste is a reply to configSTR.tcl by Malcolm

URL: http://paste.opensuse.org/6263352

  1. for n in include driver utility xf86drv diag usb; do                            \
  2.         make -C $n || exit 1;           \
  3. done
  4. make[1]: Entering directory `/home/ich/Downloads/touchkit/include'
  5. make[1]: Nothing to be done for `all'.
  6. make[1]: Leaving directory `/home/ich/Downloads/touchkit/include'
  7. make[1]: Entering directory `/home/ich/Downloads/touchkit/driver'
  8. gcc -o tpaneld tpaneld.c -g -O -Wall -I. -I../include
  9. In file included from ../include/config.h:6:0,
  10.                  from ../include/tpanel.h:8,
  11.                  from tpaneld.c:42:
  12. ../include/configSTR.h:1:0: error: unterminated #ifndef
  13. In file included from tpaneld.c:43:0:
  14. ../include/configSTR.h:1:0: error: unterminated #ifndef
  15. In file included from tpaneld.c:47:0:
  16. ../include/device.c: In function ‘SendAndWait’:
  17. ../include/device.c:148:4: warning: pointer targets in initialization differ in signedness
  18. ../include/device.c: In function ‘LoopBackOK’:
  19. ../include/device.c:213:10: error: ‘USBPORT’ undeclared (first use in this function)
  20. ../include/device.c:213:10: note: each undeclared identifier is reported only once for each function it appears in
  21. ../include/device.c:213:10: warning: left-hand operand of comma expression has no effect
  22. ../include/device.c:213:10: warning: left-hand operand of comma expression has no effect
  23. In file included from tpaneld.c:49:0:
  24. ../include/eeprom.c: In function ‘_ReadEEPROM’:
  25. ../include/eeprom.c:59:26: warning: pointer targets in initialization differ in signedness
  26. tpaneld.c: In function ‘DumpSetting’:
  27. tpaneld.c:109:8: error: ‘sTM_DRAWING’ undeclared (first use in this function)
  28. tpaneld.c:109:22: error: ‘sTM_DESKTOP’ undeclared (first use in this function)
  29. tpaneld.c: In function ‘GetRomFilename’:
  30. tpaneld.c:163:1: error: ‘TouchKit_ROMHOME’ undeclared (first use in this function)
  31. tpaneld.c:163:40: error: expected ‘)’ before ‘ROM_FORMAT’
  32. tpaneld.c: In function ‘SendRescanCmd’:
  33. tpaneld.c:253:25: error: expected ‘)’ before ‘TOUCHCFG_CMD’
  34. tpaneld.c:254:13: error: ‘TOUCHCFG_CMD’ undeclared (first use in this function)
  35. tpaneld.c: In function ‘SetLock’:
  36. tpaneld.c:572:1: error: ‘TouchKit_LOCK’ undeclared (first use in this function)
  37. tpaneld.c: In function ‘IsUnique’:
  38. tpaneld.c:582:1: error: ‘TouchKit_LOCK’ undeclared (first use in this function)
  39. tpaneld.c: In function ‘CreateSharePipe’:
  40. tpaneld.c:636:1: error: ‘TouchKit_SHRIN’ undeclared (first use in this function)
  41. tpaneld.c:641:1: error: ‘TouchKit_SHROUT’ undeclared (first use in this function)
  42. tpaneld.c: In function ‘CreateCmdPipe’:
  43. tpaneld.c:653:1: error: ‘TouchKit_CMDIN’ undeclared (first use in this function)
  44. tpaneld.c:658:1: error: ‘TouchKit_CMDOUT’ undeclared (first use in this function)
  45. tpaneld.c: In function ‘UpdatePanel’:
  46. tpaneld.c:700:9: error: ‘USBPORT’ undeclared (first use in this function)
  47. tpaneld.c:700:9: warning: left-hand operand of comma expression has no effect
  48. tpaneld.c:700:9: warning: left-hand operand of comma expression has no effect
  49. tpaneld.c: In function ‘ReadDataFromCfgFile’:
  50. tpaneld.c:757:26: error: ‘_MouseMode’ undeclared (first use in this function)
  51. tpaneld.c:759:30: error: ‘sTM_DRAWING’ undeclared (first use in this function)
  52. tpaneld.c:761:35: error: ‘sTM_DESKTOP’ undeclared (first use in this function)
  53. tpaneld.c:767:32: error: ‘_Sound’ undeclared (first use in this function)
  54. tpaneld.c:769:30: error: ‘sSM_NONE’ undeclared (first use in this function)
  55. tpaneld.c:771:35: error: ‘sSM_DOWN’ undeclared (first use in this function)
  56. tpaneld.c:773:35: error: ‘sSM_UP’ undeclared (first use in this function)
  57. tpaneld.c:780:32: error: ‘_DblClickSpeed’ undeclared (first use in this function)
  58. tpaneld.c:783:32: error: ‘_DblClickArea’ undeclared (first use in this function)
  59. tpaneld.c:786:32: error: ‘_RClickTool’ undeclared (first use in this function)
  60. tpaneld.c:789:32: error: ‘_Port’ undeclared (first use in this function)
  61. tpaneld.c: In function ‘RClickToolKillOld’:
  62. tpaneld.c:820:19: error: ‘RCLICK_LOCK’ undeclared (first use in this function)
  63. tpaneld.c: In function ‘RClickToolNew’:
  64. tpaneld.c:872:1: error: ‘TouchKit_HOME’ undeclared (first use in this function)
  65. tpaneld.c:872:27: error: expected ‘)’ before string constant
  66. tpaneld.c: In function ‘GetPanelSetting’:
  67. tpaneld.c:925:1: error: ‘TouchKit_CONF’ undeclared (first use in this function)
  68. tpaneld.c:930:27: error: ‘DefaultConfData’ undeclared (first use in this function)
  69. tpaneld.c:960:11: error: ‘sTM_DRAWING’ undeclared (first use in this function)
  70. tpaneld.c:960:25: error: ‘sTM_DESKTOP’ undeclared (first use in this function)
  71. tpaneld.c: In function ‘CreateDatPipe’:
  72. tpaneld.c:1003:1: error: ‘TouchKit_DAT’ undeclared (first use in this function)
  73. tpaneld.c:1003:39: error: expected ‘)’ before string constant
  74. tpaneld.c: In function ‘main’:
  75. tpaneld.c:1351:1: error: ‘TouchKit_CMDIN’ undeclared (first use in this function)
  76. make[1]: *** [tpaneld] Error 1
  77. make[1]: Leaving directory `/home/ich/Downloads/touchkit/driver'
  78. make: *** [all] Error 1