Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ace: Missing installed header ace/Intrusive_List.cpp #11707

Closed
traversaro opened this issue Jun 1, 2020 · 2 comments · Fixed by #11713
Closed

ace: Missing installed header ace/Intrusive_List.cpp #11707

traversaro opened this issue Jun 1, 2020 · 2 comments · Fixed by #11713
Assignees

Comments

@traversaro
Copy link
Contributor

Describe the bug
With the latest vcpkg, I have a failure in a library that is using the ace port.

Environment

  • OS: Windows
  • Compiler: Visual Studio 16.6

To Reproduce
Steps to reproduce the behavior:

  1. ./vcpkg install ace:x64-windows eigen3:x64-windows
  2. Compile yarp https://github.com/robotology/yarp

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.

@traversaro
Copy link
Contributor Author

cc @jwillemsen

@traversaro
Copy link
Contributor Author

At least in my case, the missing includes are:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants