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

Packet Autocoder Generates Bad Includes on Symlinked Paths #2453

Closed
LeStarch opened this issue Dec 22, 2023 · 0 comments
Closed

Packet Autocoder Generates Bad Includes on Symlinked Paths #2453

LeStarch opened this issue Dec 22, 2023 · 0 comments
Assignees
Labels

Comments

@LeStarch
Copy link
Collaborator

F´ Version
Affected Component

Problem Description

In file included from /tmp/fprime/Ref/build/Ref/Top/RefTopologyAc.cpp:7:
.../fprime/Ref/build/Ref/Top/RefTopologyAc.hpp:10:10: fatal error: '.../fprime/Ref/build/Ref/Top/RefTopologyDefs.hpp' file not found
#include ".../fprime/Ref/build/Ref/Top/RefTopologyDefs.hpp"
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/fprime/Ref/Top/RefTopology.cpp:12:
/tmp/fprime/Ref/build/Ref/Top/RefTopologyAc.hpp:10:10: fatal error: .../fprime/Ref/build/Ref/Top/RefTopologyDefs.hpp' file not found
#include ".../fprime/Ref/build/Ref/Top/RefTopologyDefs.hpp"
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/fprime/Ref/build/Ref/Top/RefPacketsAc.cpp:4:10: fatal error: '../../../../../../../../../tmp/fprime/Ref/Top/RefPacketsAc.hpp' file not found
#include <../../../../../../../../../tmp/fprime/Ref/Top/RefPacketsAc.hpp>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

@LeStarch LeStarch added the bug label Dec 22, 2023
LeStarch added a commit to LeStarch/fprime that referenced this issue Mar 27, 2024
@LeStarch LeStarch self-assigned this Mar 27, 2024
LeStarch added a commit that referenced this issue Apr 2, 2024
* Make ini-to-stdio return un-resolved paths. Fixes: #2450

* Fixed packet autocoder includes. Fixs #2453

* Convert FPP inputs to canonical path. Fixes: #2455

* Adding in test for CMake under symlinks. Fixes: #2624

* Formatting

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

No branches or pull requests

1 participant