You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or in any case, build some code that includes the ace/Intrusive_List.h installed header.
Expected behavior
I would expect the library to compile correctly.
Failure logs
C:\src\vcpkg_yarp\installed\x64-windows\include\ace/Intrusive_List.h(128,10): fatal error C1083: Cannot open include file: 'ace/Intrusive_List.cpp': No such file or directory [C:\src\yarp\build\src\libYARP_os\src\YARP_os.vcxproj]
Terminal.cpp
C:\src\vcpkg_yarp\installed\x64-windows\include\ace/Intrusive_List.h(128,10): fatal error C1083: Cannot open include file: 'ace/Intrusive_List.cpp': No such file or directory [C:\src\yarp\build\src\libYARP_os\src\YARP_os.vcxproj]
TextCarrier.cpp
ThreadImpl.cpp
C:\src\vcpkg_yarp\installed\x64-windows\include\ace/Intrusive_List.h(128,10): fatal error C1083: Cannot open include file: 'ace/Intrusive_List.cpp': No such file or directory [C:\src\yarp\build\src\libYARP_os\src\YARP_os.vcxproj]
UdpCarrier.cpp
C:\src\vcpkg_yarp\installed\x64-windows\include\ace/Intrusive_List.h(128,10): fatal error C1083: Cannot open include file: 'ace/Intrusive_List.cpp': No such file or directory [C:\src\yarp\build\src\libYARP_os\src\YARP_os.vcxproj]
Additional context
I saw a few PR related to ACE recently, I do not know if they are related.
The text was updated successfully, but these errors were encountered:
Describe the bug
With the latest vcpkg, I have a failure in a library that is using the
ace
port.Environment
To Reproduce
Steps to reproduce the behavior:
Or in any case, build some code that includes the
ace/Intrusive_List.h
installed header.Expected behavior
I would expect the library to compile correctly.
Failure logs
Additional context
I saw a few PR related to ACE recently, I do not know if they are related.
The text was updated successfully, but these errors were encountered: