WiFiSocketServerRTOS mismatch between project name and repo name
-
I've been scratching my head trying to figure out why the latest RRF 3.5-dev fails to build with "MessageFormats.h not found" errors. It turns out that the repo (and therefore directory) name is
WifiSocketServerRTOS
with a lower casef
inWifi
however, in the RRF project "C++ General, Paths and Symbols, Includes", the reference to that project directory isWiFiSocketServerRTOS
with an upper caseF
inWiFi
. Probably works fine under Windows but won't work under Linux.@dc42 Changing the repo/directory name isn't really a good idea at this point so can you change the reference in RRF to use the lower case version? That'd still work under Windows.
I can submit a quick PR if you want.
-
@gtj0 the repo name does use the capitalised F, see https://github.com/Duet3D/WiFiSocketServerRTOS. Perhaps your local copy uses a lowercase f ?
-
@dc42 said in WiFiSocketServerRTOS mismatch between project name and repo name:
@gtj0 the repo name does use the capitalised F, see https://github.com/Duet3D/WiFiSocketServerRTOS. Perhaps your local copy uses a lowercase f ?
HA! Yeah your right but I just copied the link from https://github.com/Duet3D/RepRapFirmware/wiki/Building-RepRapFirmware
It looks like the links on that page are wrong...
[WiFiSocketServerRTOS](https://github.com/Duet3D/WifiSocketServerRTOS)
-
@gtj0 Thanks. I fixed those links
-
@T3P3Tony said in WiFiSocketServerRTOS mismatch between project name and repo name:
@gtj0 Thanks. I fixed those links
Thanks Tony!
-
-