Skip to content

Do you know how to fix this issue? #17801

Closed Answered by ghost
ghost asked this question in Q&A
Jul 19, 2023 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

@Biswa96 Open COS/CosBase/MINGW64/release/Any.d you will see the paths all begin with /msys64/mingw64/. I tried to run the command cd /msys64 and it failed with -bash: cd: /msys64: No such file or directory. So it seems the paths are invalid. /msys64 should be replaced with /. The rule to generate .d files is on COS/CosBase/include/cos/mak/compile. I have no idea why it generated invalid paths on MINGW64. It works as expected on MSYS.

Update: I know how to fix this problem. The sed command on COS/CosBase/include/cos/mak/compile needs the -z switch to work as expected on MINGW64.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ghost
Comment options

@Biswa96
Comment options

Biswa96 Jul 19, 2023
Collaborator

@ghost
Comment options

Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant