exit status 1 multiple definition of 'enum _sensorI2C'
-
Patryk
- Posts: 2944
- Joined: Mon Jan 07, 2019 7:51 pm
- Location: Rybnik
To jest mój "komplet" bibliotek i wszystko śmiga (GUI-Generic v3.1.29):
You do not have the required permissions to view the files attached to this post.
-
Hektorek
- Posts: 176
- Joined: Wed Apr 22, 2020 10:27 am
- Been thanked: 1 time
No to mam coś chyba skopane.Patryk wrote: Fri Aug 27, 2021 8:20 pm To jest mój "komplet" bibliotek i wszystko śmiga (GUI-Generic v3.1.29):
Na Twoich bibliotekach kompiluje się w tej wersji: // #define USE_CUSTOM
Po odkomentowaniu: #define USE_CUSTOM, błąd:
exit status 1
Błąd kompilacji dla płytki Generic ESP8266 Module.
przebieg kompilacji w pliku
Zauważyłem w nim:
cc1plus.exe: some warnings being treated as errors
źródła pobrane :https://github.com/krycha88/GUI-Generic
You do not have the required permissions to view the files attached to this post.
Pozdrawiam:
Sławek
Sławek
-
Hektorek
- Posts: 176
- Joined: Wed Apr 22, 2020 10:27 am
- Been thanked: 1 time
No to przedstawię co zrobiłem:
1. Usunąłem Arduino , wyczyściłem kompa, usunąłem klucze
2. Zainstalowałem od nowa Arduino, uaktualniłem do najnowszych wersji płytki i biblioteki
3. Pobrałem od nowa źródła od Krycha88
i:
1. przy zakomentowanej linii:
// #define USE_CUSTOM - kompiluje się
2 przy odkomentowanej linii:
#define USE_CUSTOM
kompiluje się lecz musiałem zakomentować poniższe:
//#define SUPLA_MDNS
//#define SUPLA_SHT3x
jeżeli odkomentuje:
#define SUPLA_SHT3x - mam błąd:
jeżeli odkomentuje:
#define SUPLA_MDNS - mam błąd: MDNS.update();
ps
poza tym podczas kompilacji są ostrzeżenia:
1. Usunąłem Arduino , wyczyściłem kompa, usunąłem klucze
2. Zainstalowałem od nowa Arduino, uaktualniłem do najnowszych wersji płytki i biblioteki
3. Pobrałem od nowa źródła od Krycha88
i:
1. przy zakomentowanej linii:
// #define USE_CUSTOM - kompiluje się
2 przy odkomentowanej linii:
#define USE_CUSTOM
kompiluje się lecz musiałem zakomentować poniższe:
//#define SUPLA_MDNS
//#define SUPLA_SHT3x
jeżeli odkomentuje:
#define SUPLA_SHT3x - mam błąd:
Code: Select all
C:\Users\S�awek\Desktop\SUPLA\przyklady\libraries\ClosedCube_SHT31D_Arduino-master\src\ClosedCube_SHT31D.cpp: In member function 'SHT31D ClosedCube_SHT31D::periodicFetchData()':
C:\Users\S�awek\Desktop\SUPLA\przyklady\libraries\ClosedCube_SHT31D_Arduino-master\src\ClosedCube_SHT31D.cpp:55:20: error: control reaches end of non-void function [-Werror=return-type]
55 | returnError(error);
| ^
cc1plus.exe: some warnings being treated as errors
Użycie biblioteki SPI w wersji 1.0 z folderu: C:\Users\Sławek\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\libraries\SPI
Użycie biblioteki SuplaDeviceExtensions w wersji 2.3.3 z folderu: C:\Users\Sławek\Desktop\SUPLA\przyklady\libraries\SuplaDeviceExtensions
Użycie biblioteki SuplaDevice w wersji 2.3.4 z folderu: C:\Users\Sławek\Desktop\SUPLA\przyklady\libraries\SuplaDevice
Użycie biblioteki EEPROM w wersji 1.0 z folderu: C:\Users\Sławek\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\libraries\EEPROM
Użycie biblioteki Ticker w wersji 1.0 z folderu: C:\Users\Sławek\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\libraries\Ticker
Użycie biblioteki ESP8266WebServer w wersji 1.0 z folderu: C:\Users\Sławek\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\libraries\ESP8266WebServer
Użycie biblioteki ESP8266WiFi w wersji 1.0 z folderu: C:\Users\Sławek\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\libraries\ESP8266WiFi
Użycie biblioteki Wire w wersji 1.0 z folderu: C:\Users\Sławek\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\libraries\Wire
Użycie biblioteki ESP8266_and_ESP32_OLED_driver_for_SSD1306_displays w wersji 4.2.1 z folderu: C:\Users\Sławek\Desktop\SUPLA\przyklady\libraries\ESP8266_and_ESP32_OLED_driver_for_SSD1306_displays
Użycie biblioteki Arduino-Temperature-Control-Library-master w wersji 3.9.0 z folderu: C:\Users\Sławek\Desktop\SUPLA\przyklady\libraries\Arduino-Temperature-Control-Library-master
Użycie biblioteki OneWire-master w wersji 2.3.5 z folderu: C:\Users\Sławek\Desktop\SUPLA\przyklady\libraries\OneWire-master
Użycie biblioteki DHT_sensor_library w wersji 1.4.2 z folderu: C:\Users\Sławek\Desktop\SUPLA\przyklady\libraries\DHT_sensor_library
Użycie biblioteki Adafruit_BME280_Library-master w wersji 2.1.2 z folderu: C:\Users\Sławek\Desktop\SUPLA\przyklady\libraries\Adafruit_BME280_Library-master
Użycie biblioteki Adafruit_Sensor-master w wersji 1.1.4 z folderu: C:\Users\Sławek\Desktop\SUPLA\przyklady\libraries\Adafruit_Sensor-master
Użycie biblioteki Adafruit_BMP280_Library w wersji 2.1.1 z folderu: C:\Users\Sławek\Desktop\SUPLA\przyklady\libraries\Adafruit_BMP280_Library
Użycie biblioteki ClosedCube_SHT31D_Arduino-master w wersji 1.5.1 z folderu: C:\Users\Sławek\Desktop\SUPLA\przyklady\libraries\ClosedCube_SHT31D_Arduino-master
Użycie biblioteki Adafruit_Si7021-master w wersji 1.3.0 z folderu: C:\Users\Sławek\Desktop\SUPLA\przyklady\libraries\Adafruit_Si7021-master
Użycie biblioteki hlw8012-master w wersji 1.1.1 z folderu: C:\Users\Sławek\Desktop\SUPLA\przyklady\libraries\hlw8012-master
Użycie biblioteki CSE7766 z folderu C:\Users\Sławek\Desktop\SUPLA\przyklady\libraries\CSE7766 (legacy)
Użycie biblioteki SoftwareSerial w wersji 6.12.7 z folderu: C:\Users\Sławek\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\libraries\SoftwareSerial
Użycie biblioteki Adafruit_VL53L0X w wersji 1.1.1 z folderu: C:\Users\Sławek\Desktop\SUPLA\przyklady\libraries\Adafruit_VL53L0X
Użycie biblioteki PZEM-004T-v30 z folderu C:\Users\Sławek\Desktop\SUPLA\przyklady\libraries\PZEM-004T-v30 (legacy)
exit status 1
Błąd kompilacji dla płytki Generic ESP8266 Module.
#define SUPLA_MDNS - mam błąd: MDNS.update();
Code: Select all
exit status 1
'MDNS' was not declared in this scope
poza tym podczas kompilacji są ostrzeżenia:
Code: Select all
:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigESP.cpp: In member function 'virtual void SuplaConfigESP::iterateAlways()':
SuplaConfigESP.cpp:182:26: error: 'MDNS' was not declared in this scope
182 | MDNSConfigured = MDNS.begin("supla", WiFi.localIP());
| ^~~~
SuplaConfigESP.cpp:189:7: error: 'MDNS' was not declared in this scope
189 | MDNS.update();
| ^~~~
"C:\\Users\\Sławek\\AppData\\Local\\Arduino15\\packages\\esp8266\\tools\\xtensa-lx106-elf-gcc\\3.0.4-gcc10.3-1757bed/bin/xtensa-lx106-elf-g++" -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ -D_GNU_SOURCE "-IC:\\Users\\Sławek\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2/tools/sdk/include" "-IC:\\Users\\Sławek\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2/tools/sdk/lwip2/include" "-IC:\\Users\\Sławek\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\\Users\\SAWEK~1\\AppData\\Local\\Temp\\arduino_build_462326/core" -c -Werror=return-type -Os -g -free -fipa-pta -mlongcalls -mtext-section-literals -fno-rtti -falign-functions=4 -std=gnu++17 -MMD -ffunction-sections -fdata-sections -fno-exceptions -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -DNONOSDK22x_190703=1 -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DARDUINO=10813 -DARDUINO_ESP8266_GENERIC -DARDUINO_ARCH_ESP8266 "-DARDUINO_BOARD=\"ESP8266_GENERIC\"" -DLED_BUILTIN=2 -DFLASHMODE_DOUT -DESP8266 "-IC:\\Users\\Sławek\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\cores\\esp8266" "-IC:\\Users\\Sławek\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\variants\\generic" "-IC:\\Users\\Sławek\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\libraries\\SPI" "-IC:\\Users\\Sławek\\Desktop\\SUPLA\\przyklady\\libraries\\SuplaDeviceExtensions\\src" "-IC:\\Users\\Sławek\\Desktop\\SUPLA\\przyklady\\libraries\\SuplaDevice\\src" "-IC:\\Users\\Sławek\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\libraries\\EEPROM" "-IC:\\Users\\Sławek\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\libraries\\Ticker\\src" "-IC:\\Users\\Sławek\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\libraries\\ESP8266WebServer\\src" "-IC:\\Users\\Sławek\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\libraries\\ESP8266WiFi\\src" "-IC:\\Users\\Sławek\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\libraries\\Wire" "-IC:\\Users\\Sławek\\Desktop\\SUPLA\\przyklady\\libraries\\ESP8266_and_ESP32_OLED_driver_for_SSD1306_displays\\src" "-IC:\\Users\\Sławek\\Desktop\\SUPLA\\przyklady\\libraries\\Arduino-Temperature-Control-Library-master" "-IC:\\Users\\Sławek\\Desktop\\SUPLA\\przyklady\\libraries\\OneWire-master" "-IC:\\Users\\Sławek\\Desktop\\SUPLA\\przyklady\\libraries\\DHT_sensor_library" "-IC:\\Users\\Sławek\\Desktop\\SUPLA\\przyklady\\libraries\\Adafruit_BME280_Library-master" "-IC:\\Users\\Sławek\\Desktop\\SUPLA\\przyklady\\libraries\\Adafruit_Sensor-master" "-IC:\\Users\\Sławek\\Desktop\\SUPLA\\przyklady\\libraries\\Adafruit_BMP280_Library" "-IC:\\Users\\Sławek\\Desktop\\SUPLA\\przyklady\\libraries\\Adafruit_Si7021-master" "-IC:\\Users\\Sławek\\Desktop\\SUPLA\\przyklady\\libraries\\hlw8012-master\\src" "-IC:\\Users\\Sławek\\Desktop\\SUPLA\\przyklady\\libraries\\CSE7766" "-IC:\\Users\\Sławek\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.0.2\\libraries\\SoftwareSerial\\src" "-IC:\\Users\\Sławek\\Desktop\\SUPLA\\przyklady\\libraries\\Adafruit_VL53L0X\\src" "-IC:\\Users\\Sławek\\Desktop\\SUPLA\\przyklady\\libraries\\PZEM-004T-v30" "C:\\Users\\SAWEK~1\\AppData\\Local\\Temp\\arduino_build_462326\\sketch\\SuplaConfigManager.cpp" -o "C:\\Users\\SAWEK~1\\AppData\\Local\\Temp\\arduino_build_462326\\sketch\\SuplaConfigManager.cpp.o"
C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.cpp: In constructor 'SuplaConfigManager::SuplaConfigManager()':
C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.cpp:162:7: warning: 'SPIFFS' is deprecated: SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems. [-Wdeprecated-declarations]
162 | if (SPIFFS.begin()) {
| ^~~~~~
In file included from C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.h:21,
from C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.cpp:24:
C:\Users\S�awek\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\cores\esp8266/FS.h:275:15: note: declared here
275 | extern fs::FS SPIFFS __attribute__((deprecated("SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems.")));
| ^~~~~~
C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.cpp:358:5: warning: 'SPIFFS' is deprecated: SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems. [-Wdeprecated-declarations]
358 | SPIFFS.format();
| ^~~~~~
In file included from C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.h:21,
from C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.cpp:24:
C:\Users\S�awek\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\cores\esp8266/FS.h:275:15: note: declared here
275 | extern fs::FS SPIFFS __attribute__((deprecated("SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems.")));
| ^~~~~~
C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.cpp: In member function 'int SuplaConfigManager::sizeFile()':
C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.cpp:454:7: warning: 'SPIFFS' is deprecated: SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems. [-Wdeprecated-declarations]
454 | if (SPIFFS.begin()) {
| ^~~~~~
In file included from C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.h:21,
from C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.cpp:24:
C:\Users\S�awek\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\cores\esp8266/FS.h:275:15: note: declared here
275 | extern fs::FS SPIFFS __attribute__((deprecated("SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems.")));
| ^~~~~~
C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.cpp:455:9: warning: 'SPIFFS' is deprecated: SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems. [-Wdeprecated-declarations]
455 | if (SPIFFS.exists(CONFIG_FILE_PATH)) {
| ^~~~~~
In file included from C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.h:21,
from C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.cpp:24:
C:\Users\S�awek\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\cores\esp8266/FS.h:275:15: note: declared here
275 | extern fs::FS SPIFFS __attribute__((deprecated("SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems.")));
| ^~~~~~
C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.cpp:456:25: warning: 'SPIFFS' is deprecated: SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems. [-Wdeprecated-declarations]
456 | File configFile = SPIFFS.open(CONFIG_FILE_PATH, "r");
| ^~~~~~
In file included from C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.h:21,
from C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.cpp:24:
C:\Users\S�awek\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\cores\esp8266/FS.h:275:15: note: declared here
275 | extern fs::FS SPIFFS __attribute__((deprecated("SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems.")));
| ^~~~~~
C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.cpp: In member function 'uint8_t SuplaConfigManager::load(uint8_t, bool)':
C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.cpp:464:7: warning: 'SPIFFS' is deprecated: SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems. [-Wdeprecated-declarations]
464 | if (SPIFFS.begin()) {
| ^~~~~~
In file included from C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.h:21,
from C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.cpp:24:
C:\Users\S�awek\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\cores\esp8266/FS.h:275:15: note: declared here
275 | extern fs::FS SPIFFS __attribute__((deprecated("SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems.")));
| ^~~~~~
C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.cpp:465:9: warning: 'SPIFFS' is deprecated: SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems. [-Wdeprecated-declarations]
465 | if (SPIFFS.exists(CONFIG_FILE_PATH)) {
| ^~~~~~
In file included from C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.h:21,
from C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.cpp:24:
C:\Users\S�awek\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\cores\esp8266/FS.h:275:15: note: declared here
275 | extern fs::FS SPIFFS __attribute__((deprecated("SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems.")));
| ^~~~~~
C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.cpp:466:25: warning: 'SPIFFS' is deprecated: SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems. [-Wdeprecated-declarations]
466 | File configFile = SPIFFS.open(CONFIG_FILE_PATH, "r");
| ^~~~~~
In file included from C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.h:21,
from C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.cpp:24:
C:\Users\S�awek\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\cores\esp8266/FS.h:275:15: note: declared here
275 | extern fs::FS SPIFFS __attribute__((deprecated("SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems.")));
| ^~~~~~
C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.cpp: In member function 'uint8_t SuplaConfigManager::save()':
C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.cpp:519:7: warning: 'SPIFFS' is deprecated: SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems. [-Wdeprecated-declarations]
519 | if (SPIFFS.begin()) {
| ^~~~~~
In file included from C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.h:21,
from C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.cpp:24:
C:\Users\S�awek\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\cores\esp8266/FS.h:275:15: note: declared here
275 | extern fs::FS SPIFFS __attribute__((deprecated("SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems.")));
| ^~~~~~
C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.cpp:528:23: warning: 'SPIFFS' is deprecated: SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems. [-Wdeprecated-declarations]
528 | File configFile = SPIFFS.open(CONFIG_FILE_PATH, "w+");
| ^~~~~~
In file included from C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.h:21,
from C:\Users\SAWEK~1\AppData\Local\Temp\arduino_build_462326\sketch\SuplaConfigManager.cpp:24:
C:\Users\S�awek\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\cores\esp8266/FS.h:275:15: note: declared here
275 | extern fs::FS SPIFFS __attribute__((deprecated("SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems.")));
| ^~~~~~
Pozdrawiam:
Sławek
Sławek
-
krycha88
- Posts: 5575
- Joined: Fri Nov 16, 2018 7:25 am
- Been thanked: 5 times
Plik->Preferencje->Ostrzeżenia kompilatora ustaw na Domyślne lub ustaw narazie na Brak.
na develop wyczyściłem już wszystkie ostrzeżenia kompilacji
https://github.com/krycha88/GUI-Generic/tree/develop
na develop wyczyściłem już wszystkie ostrzeżenia kompilacji
https://github.com/krycha88/GUI-Generic/tree/develop
https://gui-generic-builder.supla.io/
-
Hektorek
- Posts: 176
- Joined: Wed Apr 22, 2020 10:27 am
- Been thanked: 1 time
Gui się kompiluje jeśli jest:krycha88 wrote: Mon Aug 30, 2021 10:43 am Plik->Preferencje->Ostrzeżenia kompilatora ustaw na Domyślne lub ustaw narazie na Brak.
na develop wyczyściłem już wszystkie ostrzeżenia kompilacji
https://github.com/krycha88/GUI-Generic/tree/develop
//#define SUPLA_MDNS
po odkomentowaniu jest błąd: MDNS.update();
Code: Select all
exit status 1
'MDNS' was not declared in this scope
Pozdrawiam:
Sławek
Sławek
