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
fatal error: /Applications/Xcode_15.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file list file: obj/darwin64/all_objs is empty
The problem is that the lib files are cached by hxcpp in a static library, and apart from that there are no object files. This means there is an empty all_objs file generated, which libtool doesn't seem to like. On other platforms (with different static linking tools) this is not an issue.
The text was updated successfully, but these errors were encountered:
tobil4sk
added a commit
to tobil4sk/lime
that referenced
this issue
Jan 23, 2025
When compiling a Build.xml like this, the build fails on mac while linking the default target with
HXCPP_COMPILE_CACHE
enabled:The problem is that the
lib
files are cached by hxcpp in a static library, and apart from that there are no object files. This means there is an emptyall_objs
file generated, which libtool doesn't seem to like. On other platforms (with different static linking tools) this is not an issue.The text was updated successfully, but these errors were encountered: