acassis commented on PR #3263:
URL: https://github.com/apache/nuttx-apps/pull/3263#issuecomment-3682333009
@simbit18 Why does this error only occur in MSVC?
```
apps_ostest.vcxproj ->
D:\a\nuttx-apps\nuttx-apps\sources\nuttx\build\apps\testing\ostest\Debug\apps_ostest.lib
Building Custom Rule
D:/a/nuttx-apps/nuttx-apps/sources/apps/system/ping/CMakeLists.txt
ping.c
D:\a\nuttx-apps\nuttx-apps\sources\apps\system\ping\ping.c(293,8): error
C2039: 'devname': is not a member of 'ping_info_s'
[D:\a\nuttx-apps\nuttx-apps\sources\nuttx\build\apps\system\ping\apps_ping.vcxproj]
D:\a\nuttx-apps\nuttx-apps\sources\apps\include\netutils\icmp_ping.h(70,8):
see declaration of 'ping_info_s'
An error occurred while copying files: Cannot find path
'D:\a\nuttx-apps\nuttx-apps\sources\nuttx\build\Debug\nuttx.exe' because it
does not exist.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]