Advertisement
Guest User

Untitled

a guest
Feb 13th, 2021
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.66 KB | None | 0 0
  1. In file included from lib\wifiManager\src/wifiManager.h:10:0,
  2. from lib\logging\src/logger.h:7,
  3. from lib\wrapper/wrapper.h:4,
  4. from src\main.cpp:2:
  5. lib\moduleState\src/moduleState.h: In member function 'void ClassModuleMaster::showErrorWarnMessage(ClassReportTemplate*, bool)':
  6. lib\moduleState\src/moduleState.h:544:34: error: variable 'SysLogger tempLogger' has initializer but incomplete type
  7. SysLogger tempLogger(FM, "ReportHandler");
  8. ^
  9. lib\moduleState\src/moduleState.h: In member function 'void ClassModuleMaster::checkClassRepeatIntervall()':
  10. lib\moduleState\src/moduleState.h:585:42: error: variable 'SysLogger tempLogger' has initializer but incomplete type
  11. SysLogger tempLogger(FM, "ReportHandler");
  12. ^
  13. lib\moduleState\src/moduleState.h:596:132: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  14. if(_actualSlavePointer->_repeatChecker->getCallPerSecond() >= _actualSlavePointer->_repeatChecker->getEstCallPerSecond())
  15. ^
  16. In file included from lib\logging\src/logger.h:7:0,
  17. from lib\wrapper/wrapper.h:4,
  18. from src\main.cpp:2:
  19. lib\wifiManager\src/wifiManager.h: At global scope:
  20. Compiling .pio\build\nodemcu\lib57f\wifiManager\wifiManager.cpp.o
  21. lib\wifiManager\src/wifiManager.h:61:19: error: field 'logging' has incomplete type
  22. SysLogger logging;
  23. ^
  24. In file included from lib\serviceHandler\src/serviceHandler.h:16:0,
  25. from lib\mqtt\src/mqttHandler.h:10,
  26. from lib\logging\src/logger.h:8,
  27. from lib\wrapper/wrapper.h:4,
  28. from src\main.cpp:2:
  29. lib\udpManager\src/udpManager.h:66:19: error: field 'logging' has incomplete type
  30. SysLogger logging;
  31. ^
  32. In file included from lib\mqtt\src/mqttHandler.h:10:0,
  33. from lib\logging\src/logger.h:8,
  34. from lib\wrapper/wrapper.h:4,
  35. from src\main.cpp:2:
  36. lib\serviceHandler\src/serviceHandler.h:198:19: error: field 'logging' has incomplete type
  37. SysLogger logging;
  38. ^
  39. In file included from lib\logging\src/logger.h:8:0,
  40. from lib\wrapper/wrapper.h:4,
  41. from src\main.cpp:2:
  42. lib\mqtt\src/mqttHandler.h:71:19: error: field 'logging' has incomplete type
  43. SysLogger logging;
  44. ^
  45. src\main.cpp: In function 'void function()':
  46. src\main.cpp:51:71: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  47. if(strcmp(mqtthandler->getCallback()->topic, "home/control") == 0 && mqtthandler->getCallback()->payload == "readFile" || readActive == true)
  48. ^
  49. src\main.cpp:159:15: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
  50. if(step > 1 & !mqtthandler->isConnected())
  51. ^
  52. src\main.cpp: In function 'void loop()':
  53. Compiling .pio\build\nodemcu\lib523\logging\externLogger.cpp.o
  54. src\main.cpp:240:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  55. if(millis() > lastCall)
  56. ^
  57. Compiling .pio\build\nodemcu\lib523\logging\logger.cpp.o
  58. *** [.pio\build\nodemcu\src\main.cpp.o] Error 1
  59. Compiling .pio\build\nodemcu\lib0b9\network\network.cpp.o
  60. In file included from lib\mqtt\src/mqttHandler.h:10:0,
  61. from lib\logging\src/logger.h:8,
  62. from lib\moduleState\src/moduleState.h:6,
  63. from lib\wifiManager\src/wifiManager.h:10,
  64. from lib\udpManager\src\udpManager.h:8,
  65. from lib\udpManager\src\udpManager.cpp:1:
  66. lib\serviceHandler\src/serviceHandler.h:197:95: error: field 'udpControl' has incomplete type
  67. udpManager udpControl = udpManager(this->FM, this->wifiManager, this->networkIdentPort);
  68. ^
  69. lib\serviceHandler\src/serviceHandler.h:198:19: error: field 'logging' has incomplete type
  70. SysLogger logging;
  71. ^
  72. In file included from lib\logging\src/logger.h:8:0,
  73. from lib\moduleState\src/moduleState.h:6,
  74. from lib\wifiManager\src/wifiManager.h:10,
  75. from lib\udpManager\src\udpManager.h:8,
  76. from lib\udpManager\src\udpManager.cpp:1:
  77. lib\mqtt\src/mqttHandler.h:71:19: error: field 'logging' has incomplete type
  78. SysLogger logging;
  79. ^
  80. lib\mqtt\src/mqttHandler.h:75:75: error: field 'classControl' has incomplete type
  81. ClassModuleSlave classControl = ClassModuleSlave("MQTTHandler", 20);
  82. ^
  83. lib\mqtt\src/mqttHandler.h: In member function 'ClassModuleSlave* MQTTHandler::getClassModuleSlave()':
  84. lib\mqtt\src/mqttHandler.h:153:17: error: 'classControl' was not declared in this scope
  85. return &classControl;
  86. ^
  87. In file included from lib\wifiManager\src/wifiManager.h:10:0,
  88. from lib\udpManager\src\udpManager.h:8,
  89. from lib\udpManager\src\udpManager.cpp:1:
  90. lib\moduleState\src/moduleState.h: In member function 'void ClassModuleMaster::checkClassRepeatIntervall()':
  91. lib\moduleState\src/moduleState.h:596:132: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  92. if(_actualSlavePointer->_repeatChecker->getCallPerSecond() >= _actualSlavePointer->_repeatChecker->getEstCallPerSecond())
  93. ^
  94. In file included from lib\wifiManager\src/wifiManager.h:10:0,
  95. from lib\logging\src/logger.h:7,
  96. from lib\serviceHandler\src\serviceHandler.h:14,
  97. from lib\serviceHandler\src\serviceHandler.cpp:1:
  98. lib\moduleState\src/moduleState.h: In member function 'void ClassModuleMaster::showErrorWarnMessage(ClassReportTemplate*, bool)':
  99. lib\moduleState\src/moduleState.h:544:34: error: variable 'SysLogger tempLogger' has initializer but incomplete type
  100. SysLogger tempLogger(FM, "ReportHandler");
  101. ^
  102. lib\moduleState\src/moduleState.h: In member function 'void ClassModuleMaster::checkClassRepeatIntervall()':
  103. lib\moduleState\src/moduleState.h:585:42: error: variable 'SysLogger tempLogger' has initializer but incomplete type
  104. SysLogger tempLogger(FM, "ReportHandler");
  105. ^
  106. lib\moduleState\src/moduleState.h:596:132: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  107. if(_actualSlavePointer->_repeatChecker->getCallPerSecond() >= _actualSlavePointer->_repeatChecker->getEstCallPerSecond())
  108. ^
  109. In file included from lib\logging\src/logger.h:7:0,
  110. from lib\serviceHandler\src\serviceHandler.h:14,
  111. from lib\serviceHandler\src\serviceHandler.cpp:1:
  112. lib\wifiManager\src/wifiManager.h: At global scope:
  113. lib\wifiManager\src/wifiManager.h:61:19: error: field 'logging' has incomplete type
  114. SysLogger logging;
  115. ^
  116. In file included from lib\logging\src/logger.h:8:0,
  117. from lib\serviceHandler\src\serviceHandler.h:14,
  118. from lib\serviceHandler\src\serviceHandler.cpp:1:
  119. lib\mqtt\src/mqttHandler.h:71:19: error: field 'logging' has incomplete type
  120. SysLogger logging;
  121. ^
  122. lib\serviceHandler\src\serviceHandler.cpp: In member function 'int ServiceHandler::getServicePort(const char*, bool, bool)':
  123. lib\serviceHandler\src\serviceHandler.cpp:853:44: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  124. if(FM->fExist(offeredServicesPath) && checkForService(serviceName, false) == 1 || checkForService(serviceName, false) == 4 || checkForService(serviceName, false) == 5)
  125. ^
  126. *** [.pio\build\nodemcu\libf6b\udpManager\udpManager.cpp.o] Error 1
  127. *** [.pio\build\nodemcu\libe28\serviceHandler\serviceHandler.cpp.o] Error 1
  128. In file included from lib\moduleState\src/moduleState.h:6:0,
  129. from lib\wifiManager\src/wifiManager.h:10,
  130. from lib\mqtt\src\mqttHandler.h:8,
  131. from lib\mqtt\src\mqttHandler.cpp:1:
  132. lib\logging\src/logger.h:77:9: error: 'MQTTHandler' does not name a type
  133. MQTTHandler* mqtt = NULL;
  134. ^
  135. lib\logging\src/logger.h:78:9: error: 'WiFiManager' does not name a type
  136. WiFiManager* wifi = NULL;
  137. ^
  138. lib\logging\src/logger.h:100:59: error: 'MQTTHandler' has not been declared
  139. SysLogger(Filemanager* FM, const char* className, MQTTHandler* mqtt, WiFiManager* wifi);
  140. ^
  141. lib\logging\src/logger.h:100:78: error: 'WiFiManager' has not been declared
  142. SysLogger(Filemanager* FM, const char* className, MQTTHandler* mqtt, WiFiManager* wifi);
  143. ^
  144. In file included from lib\wifiManager\src/wifiManager.h:10:0,
  145. from lib\mqtt\src\mqttHandler.h:8,
  146. from lib\mqtt\src\mqttHandler.cpp:1:
  147. lib\moduleState\src/moduleState.h: In member function 'void ClassModuleMaster::checkClassRepeatIntervall()':
  148. lib\moduleState\src/moduleState.h:596:132: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  149. if(_actualSlavePointer->_repeatChecker->getCallPerSecond() >= _actualSlavePointer->_repeatChecker->getEstCallPerSecond())
  150. ^
  151. lib\mqtt\src\mqttHandler.cpp: In member function 'bool MQTTHandler::setServer(IPAddress, uint16, bool, bool)':
  152. lib\mqtt\src\mqttHandler.cpp:86:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  153. else if ((save & asFallback) && services->checkForService(services->getExternalServiceFilename("mqtt", true).c_str()) == 0 || services->checkForService(services->getExternalServiceFilename("mqtt", true).c_str()) == 2)
  154. ^
  155. *** [.pio\build\nodemcu\lib0a1\mqtt\mqttHandler.cpp.o] Error 1
  156. In file included from lib\serviceHandler\src/serviceHandler.h:16:0,
  157. from lib\mqtt\src/mqttHandler.h:10,
  158. from lib\logging\src/logger.h:8,
  159. from lib\moduleState\src/moduleState.h:6,
  160. from lib\wifiManager\src\wifiManager.h:10,
  161. from lib\wifiManager\src\wifiManager.cpp:1:
  162. lib\udpManager\src/udpManager.h:66:19: error: field 'logging' has incomplete type
  163. SysLogger logging;
  164. ^
  165. lib\udpManager\src/udpManager.h:67:74: error: field 'classControl' has incomplete type
  166. ClassModuleSlave classControl = ClassModuleSlave("udpManager", 20);
  167. ^
  168. lib\udpManager\src/udpManager.h: In member function 'ClassModuleSlave* udpManager::getClassModuleSlave()':
  169. lib\udpManager\src/udpManager.h:80:21: error: 'classControl' was not declared in this scope
  170. return &classControl;
  171. ^
  172. In file included from lib\mqtt\src/mqttHandler.h:10:0,
  173. from lib\logging\src/logger.h:8,
  174. from lib\moduleState\src/moduleState.h:6,
  175. from lib\wifiManager\src\wifiManager.h:10,
  176. from lib\wifiManager\src\wifiManager.cpp:1:
  177. lib\serviceHandler\src/serviceHandler.h: At global scope:
  178. lib\serviceHandler\src/serviceHandler.h:198:19: error: field 'logging' has incomplete type
  179. SysLogger logging;
  180. ^
  181. In file included from lib\logging\src/logger.h:8:0,
  182. from lib\moduleState\src/moduleState.h:6,
  183. from lib\wifiManager\src\wifiManager.h:10,
  184. from lib\wifiManager\src\wifiManager.cpp:1:
  185. lib\mqtt\src/mqttHandler.h:71:19: error: field 'logging' has incomplete type
  186. SysLogger logging;
  187. ^
  188. lib\mqtt\src/mqttHandler.h:75:75: error: field 'classControl' has incomplete type
  189. ClassModuleSlave classControl = ClassModuleSlave("MQTTHandler", 20);
  190. ^
  191. lib\mqtt\src/mqttHandler.h: In member function 'ClassModuleSlave* MQTTHandler::getClassModuleSlave()':
  192. lib\mqtt\src/mqttHandler.h:153:17: error: 'classControl' was not declared in this scope
  193. return &classControl;
  194. ^
  195. In file included from lib\wifiManager\src\wifiManager.h:10:0,
  196. from lib\wifiManager\src\wifiManager.cpp:1:
  197. lib\moduleState\src/moduleState.h: In member function 'void ClassModuleMaster::checkClassRepeatIntervall()':
  198. lib\moduleState\src/moduleState.h:596:132: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  199. if(_actualSlavePointer->_repeatChecker->getCallPerSecond() >= _actualSlavePointer->_repeatChecker->getEstCallPerSecond())
  200. ^
  201. In file included from lib\wifiManager\src/wifiManager.h:10:0,
  202. from lib\logging\src\logger.h:7,
  203. from lib\logging\src\logger.cpp:1:
  204. lib\moduleState\src/moduleState.h: In member function 'void ClassModuleMaster::showErrorWarnMessage(ClassReportTemplate*, bool)':
  205. lib\moduleState\src/moduleState.h:544:34: error: variable 'SysLogger tempLogger' has initializer but incomplete type
  206. SysLogger tempLogger(FM, "ReportHandler");
  207. ^
  208. lib\moduleState\src/moduleState.h: In member function 'void ClassModuleMaster::checkClassRepeatIntervall()':
  209. lib\moduleState\src/moduleState.h:585:42: error: variable 'SysLogger tempLogger' has initializer but incomplete type
  210. SysLogger tempLogger(FM, "ReportHandler");
  211. ^
  212. lib\moduleState\src/moduleState.h:596:132: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  213. if(_actualSlavePointer->_repeatChecker->getCallPerSecond() >= _actualSlavePointer->_repeatChecker->getEstCallPerSecond())
  214. ^
  215. In file included from lib\logging\src\logger.h:7:0,
  216. from lib\logging\src\logger.cpp:1:
  217. lib\wifiManager\src/wifiManager.h: At global scope:
  218. lib\wifiManager\src/wifiManager.h:61:19: error: field 'logging' has incomplete type
  219. SysLogger logging;
  220. ^
  221. In file included from lib\serviceHandler\src/serviceHandler.h:16:0,
  222. from lib\mqtt\src/mqttHandler.h:10,
  223. from lib\logging\src\logger.h:8,
  224. from lib\logging\src\logger.cpp:1:
  225. lib\udpManager\src/udpManager.h:66:19: error: field 'logging' has incomplete type
  226. SysLogger logging;
  227. ^
  228. In file included from lib\mqtt\src/mqttHandler.h:10:0,
  229. from lib\logging\src\logger.h:8,
  230. from lib\logging\src\logger.cpp:1:
  231. lib\serviceHandler\src/serviceHandler.h:198:19: error: field 'logging' has incomplete type
  232. SysLogger logging;
  233. ^
  234. In file included from lib\logging\src\logger.h:8:0,
  235. from lib\logging\src\logger.cpp:1:
  236. lib\mqtt\src/mqttHandler.h:71:19: error: field 'logging' has incomplete type
  237. SysLogger logging;
  238. ^
  239. lib\logging\src\logger.cpp: In member function 'String SysLogger::getFormattedMessage(String, String, short int)':
  240. lib\logging\src\logger.cpp:82:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  241. if(i < moduleClassName.length())
  242. ^
  243. lib\logging\src\logger.cpp:95:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  244. if(i < functionName.length())
  245. ^
  246. lib\logging\src\logger.cpp:116:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  247. if(i < priorityAsText.length())
  248. ^
  249. In file included from lib\moduleState\src/moduleState.h:6:0,
  250. from lib\wifiManager\src/wifiManager.h:10,
  251. from lib\mqtt\src/mqttHandler.h:8,
  252. from lib\logging\src\externLogger.h:4,
  253. from lib\logging\src\externLogger.cpp:1:
  254. lib\logging\src/logger.h:77:9: error: 'MQTTHandler' does not name a type
  255. MQTTHandler* mqtt = NULL;
  256. ^
  257. *** [.pio\build\nodemcu\lib57f\wifiManager\wifiManager.cpp.o] Error 1
  258. lib\logging\src/logger.h:78:9: error: 'WiFiManager' does not name a type
  259. WiFiManager* wifi = NULL;
  260. ^
  261. lib\logging\src/logger.h:100:59: error: 'MQTTHandler' has not been declared
  262. SysLogger(Filemanager* FM, const char* className, MQTTHandler* mqtt, WiFiManager* wifi);
  263. ^
  264. lib\logging\src/logger.h:100:78: error: 'WiFiManager' has not been declared
  265. SysLogger(Filemanager* FM, const char* className, MQTTHandler* mqtt, WiFiManager* wifi);
  266. ^
  267. In file included from lib\wifiManager\src/wifiManager.h:10:0,
  268. from lib\mqtt\src/mqttHandler.h:8,
  269. from lib\logging\src\externLogger.h:4,
  270. from lib\logging\src\externLogger.cpp:1:
  271. lib\moduleState\src/moduleState.h: In member function 'void ClassModuleMaster::checkClassRepeatIntervall()':
  272. lib\moduleState\src/moduleState.h:596:132: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  273. if(_actualSlavePointer->_repeatChecker->getCallPerSecond() >= _actualSlavePointer->_repeatChecker->getEstCallPerSecond())
  274. ^
  275. *** [.pio\build\nodemcu\lib523\logging\logger.cpp.o] Error 1
  276. *** [.pio\build\nodemcu\lib523\logging\externLogger.cpp.o] Error 1
  277. In file included from lib\serviceHandler\src/serviceHandler.h:16:0,
  278. from lib\mqtt\src/mqttHandler.h:10,
  279. from lib\logging\src/logger.h:8,
  280. from lib\moduleState\src/moduleState.h:6,
  281. from lib\wifiManager\src/wifiManager.h:10,
  282. from lib\network\src\network.h:13,
  283. from lib\network\src\network.cpp:1:
  284. lib\udpManager\src/udpManager.h:66:19: error: field 'logging' has incomplete type
  285. SysLogger logging;
  286. ^
  287. lib\udpManager\src/udpManager.h:67:74: error: field 'classControl' has incomplete type
  288. ClassModuleSlave classControl = ClassModuleSlave("udpManager", 20);
  289. ^
  290. lib\udpManager\src/udpManager.h: In member function 'ClassModuleSlave* udpManager::getClassModuleSlave()':
  291. lib\udpManager\src/udpManager.h:80:21: error: 'classControl' was not declared in this scope
  292. return &classControl;
  293. ^
  294. In file included from lib\mqtt\src/mqttHandler.h:10:0,
  295. from lib\logging\src/logger.h:8,
  296. from lib\moduleState\src/moduleState.h:6,
  297. from lib\wifiManager\src/wifiManager.h:10,
  298. from lib\network\src\network.h:13,
  299. from lib\network\src\network.cpp:1:
  300. lib\serviceHandler\src/serviceHandler.h: At global scope:
  301. lib\serviceHandler\src/serviceHandler.h:198:19: error: field 'logging' has incomplete type
  302. SysLogger logging;
  303. ^
  304. In file included from lib\logging\src/logger.h:8:0,
  305. from lib\moduleState\src/moduleState.h:6,
  306. from lib\wifiManager\src/wifiManager.h:10,
  307. from lib\network\src\network.h:13,
  308. from lib\network\src\network.cpp:1:
  309. lib\mqtt\src/mqttHandler.h:71:19: error: field 'logging' has incomplete type
  310. SysLogger logging;
  311. ^
  312. lib\mqtt\src/mqttHandler.h:75:75: error: field 'classControl' has incomplete type
  313. ClassModuleSlave classControl = ClassModuleSlave("MQTTHandler", 20);
  314. ^
  315. lib\mqtt\src/mqttHandler.h: In member function 'ClassModuleSlave* MQTTHandler::getClassModuleSlave()':
  316. lib\mqtt\src/mqttHandler.h:153:17: error: 'classControl' was not declared in this scope
  317. return &classControl;
  318. ^
  319. In file included from lib\wifiManager\src/wifiManager.h:10:0,
  320. from lib\network\src\network.h:13,
  321. from lib\network\src\network.cpp:1:
  322. lib\moduleState\src/moduleState.h: In member function 'void ClassModuleMaster::checkClassRepeatIntervall()':
  323. lib\moduleState\src/moduleState.h:596:132: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  324. if(_actualSlavePointer->_repeatChecker->getCallPerSecond() >= _actualSlavePointer->_repeatChecker->getEstCallPerSecond())
  325. ^
  326. *** [.pio\build\nodemcu\lib0b9\network\network.cpp.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement