Replies: 3 comments 2 replies
-
I did more testing and it looks like the contents of the inotifywatch -r -e create -e delete ~/.local/share/xmake/packages/h/hello-imgui/v1.4.2
However, strace does a better job of showing each file being deleted: Running with strace -t -e unlink,creat,access xmake f -vv --clean
Strace also shows that it is |
Beta Was this translation helpful? Give feedback.
-
This is indeed a bug, and has to do with
For now, I've decided to ignore the snippet issue and settled for a simpler test: assert(package:has_cxxincludes("hello_imgui/hello_imgui.h")) Which works |
Beta Was this translation helpful? Give feedback.
-
I'm having the same issue while making a self-build private repository/package for V8. I'd like to write a PR once it is working fine (at least for the config I'm using). Currently, Is there an option to prevent this behaviour and let |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I created this package xmake file for
hello-imgui
:The package file for
imgui-src
is defined simply as:When I build the
hello-imgui
package, everything looks good, and I even see this towards the end:However, at the end I get the following error:
I investigated this issue for some time yesterday, and discovered that the package
installdir
(/home/user/.local/share/xmake/packages/h/hello-imgui/v1.4.2/3867d18f39804217a9828d5ad141028e
) was actually never created or was deleted right after the installation. In any case, it doesn't exist, which could explain why the linker is having a hard time finding what it needs.Any help would be appreciated
Beta Was this translation helpful? Give feedback.
All reactions