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
- for n in include driver utility xf86drv diag usb; do \
- make -C $n || exit 1; \
- done
- make[1]: Entering directory `/home/ich/Downloads/touchkit/include'
- make[1]: Nothing to be done for `all'.
- make[1]: Leaving directory `/home/ich/Downloads/touchkit/include'
- make[1]: Entering directory `/home/ich/Downloads/touchkit/driver'
- gcc -o tpaneld tpaneld.c -g -O -Wall -I. -I../include
- In file included from ../include/config.h:6:0,
- from ../include/tpanel.h:8,
- from tpaneld.c:42:
- ../include/configSTR.h:1:0: error: unterminated #ifndef
- In file included from tpaneld.c:43:0:
- ../include/configSTR.h:1:0: error: unterminated #ifndef
- In file included from tpaneld.c:47:0:
- ../include/device.c: In function ‘SendAndWait’:
- ../include/device.c:148:4: warning: pointer targets in initialization differ in signedness
- ../include/device.c: In function ‘LoopBackOK’:
- ../include/device.c:213:10: error: ‘USBPORT’ undeclared (first use in this function)
- ../include/device.c:213:10: note: each undeclared identifier is reported only once for each function it appears in
- ../include/device.c:213:10: warning: left-hand operand of comma expression has no effect
- ../include/device.c:213:10: warning: left-hand operand of comma expression has no effect
- In file included from tpaneld.c:49:0:
- ../include/eeprom.c: In function ‘_ReadEEPROM’:
- ../include/eeprom.c:59:26: warning: pointer targets in initialization differ in signedness
- tpaneld.c: In function ‘DumpSetting’:
- tpaneld.c:109:8: error: ‘sTM_DRAWING’ undeclared (first use in this function)
- tpaneld.c:109:22: error: ‘sTM_DESKTOP’ undeclared (first use in this function)
- tpaneld.c: In function ‘GetRomFilename’:
- tpaneld.c:163:1: error: ‘TouchKit_ROMHOME’ undeclared (first use in this function)
- tpaneld.c:163:40: error: expected ‘)’ before ‘ROM_FORMAT’
- tpaneld.c: In function ‘SendRescanCmd’:
- tpaneld.c:253:25: error: expected ‘)’ before ‘TOUCHCFG_CMD’
- tpaneld.c:254:13: error: ‘TOUCHCFG_CMD’ undeclared (first use in this function)
- tpaneld.c: In function ‘SetLock’:
- tpaneld.c:572:1: error: ‘TouchKit_LOCK’ undeclared (first use in this function)
- tpaneld.c: In function ‘IsUnique’:
- tpaneld.c:582:1: error: ‘TouchKit_LOCK’ undeclared (first use in this function)
- tpaneld.c: In function ‘CreateSharePipe’:
- tpaneld.c:636:1: error: ‘TouchKit_SHRIN’ undeclared (first use in this function)
- tpaneld.c:641:1: error: ‘TouchKit_SHROUT’ undeclared (first use in this function)
- tpaneld.c: In function ‘CreateCmdPipe’:
- tpaneld.c:653:1: error: ‘TouchKit_CMDIN’ undeclared (first use in this function)
- tpaneld.c:658:1: error: ‘TouchKit_CMDOUT’ undeclared (first use in this function)
- tpaneld.c: In function ‘UpdatePanel’:
- tpaneld.c:700:9: error: ‘USBPORT’ undeclared (first use in this function)
- tpaneld.c:700:9: warning: left-hand operand of comma expression has no effect
- tpaneld.c:700:9: warning: left-hand operand of comma expression has no effect
- tpaneld.c: In function ‘ReadDataFromCfgFile’:
- tpaneld.c:757:26: error: ‘_MouseMode’ undeclared (first use in this function)
- tpaneld.c:759:30: error: ‘sTM_DRAWING’ undeclared (first use in this function)
- tpaneld.c:761:35: error: ‘sTM_DESKTOP’ undeclared (first use in this function)
- tpaneld.c:767:32: error: ‘_Sound’ undeclared (first use in this function)
- tpaneld.c:769:30: error: ‘sSM_NONE’ undeclared (first use in this function)
- tpaneld.c:771:35: error: ‘sSM_DOWN’ undeclared (first use in this function)
- tpaneld.c:773:35: error: ‘sSM_UP’ undeclared (first use in this function)
- tpaneld.c:780:32: error: ‘_DblClickSpeed’ undeclared (first use in this function)
- tpaneld.c:783:32: error: ‘_DblClickArea’ undeclared (first use in this function)
- tpaneld.c:786:32: error: ‘_RClickTool’ undeclared (first use in this function)
- tpaneld.c:789:32: error: ‘_Port’ undeclared (first use in this function)
- tpaneld.c: In function ‘RClickToolKillOld’:
- tpaneld.c:820:19: error: ‘RCLICK_LOCK’ undeclared (first use in this function)
- tpaneld.c: In function ‘RClickToolNew’:
- tpaneld.c:872:1: error: ‘TouchKit_HOME’ undeclared (first use in this function)
- tpaneld.c:872:27: error: expected ‘)’ before string constant
- tpaneld.c: In function ‘GetPanelSetting’:
- tpaneld.c:925:1: error: ‘TouchKit_CONF’ undeclared (first use in this function)
- tpaneld.c:930:27: error: ‘DefaultConfData’ undeclared (first use in this function)
- tpaneld.c:960:11: error: ‘sTM_DRAWING’ undeclared (first use in this function)
- tpaneld.c:960:25: error: ‘sTM_DESKTOP’ undeclared (first use in this function)
- tpaneld.c: In function ‘CreateDatPipe’:
- tpaneld.c:1003:1: error: ‘TouchKit_DAT’ undeclared (first use in this function)
- tpaneld.c:1003:39: error: expected ‘)’ before string constant
- tpaneld.c: In function ‘main’:
- tpaneld.c:1351:1: error: ‘TouchKit_CMDIN’ undeclared (first use in this function)
- make[1]: *** [tpaneld] Error 1
- make[1]: Leaving directory `/home/ich/Downloads/touchkit/driver'
- make: *** [all] Error 1
