~sircmpwn/hare-users

2 2

Error: Output path 'xxx.o' already exists, but isn't an executable file

Details
Message ID
<D6U59KEWQMK5.21XL81UHKGKX0@mxsr.de>
DKIM signature
pass
Download raw message
I get this error when trying to recreate an object file:

$ hare build -t o layout.ha
Error: Output path 'layout.o' already exists, but isn't an executable file


None of my object files created by `cc` are executable. I suppose this 
check for executable files should be skipped for object files (`hare 
build -t o`), right?
Details
Message ID
<D6U8DXQTVSON.21308G16LL8AK@d2evs.net>
In-Reply-To
<D6U59KEWQMK5.21XL81UHKGKX0@mxsr.de> (view parent)
DKIM signature
pass
Download raw message
nice catch! i've pushed a fix to master
Details
Message ID
<D6UDWLC5SSJZ.11Z01WOV58I9O@mxsr.de>
In-Reply-To
<D6U8DXQTVSON.21308G16LL8AK@d2evs.net> (view parent)
DKIM signature
pass
Download raw message
On Sun Jan 5, 2025 at 4:06 PM CET, Ember Sawady wrote:
> nice catch! i've pushed a fix to master

Thank you for the quick fix!
Reply to thread Export thread (mbox)