Forum > Options

IDE/Project Options ihxutil is called with a leading space in the path, so fails

<< < (2/2)

Cascade:
I moved the entire project to a path containing no spaces.  It compiled and linked successfully.  🙂

Speculation:  I suspect a small bug, where the path parameter being passed to ihxutil is being "quoted" after the parameter has already been prefixed with a space character.  So ' '+fn works fine for an unquoted path:


--- Code: ---ihxutil   /mypath
--- End code ---

...but might result in:


--- Code: ---ihxutil "▪️/my path"
--- End code ---

...if the path contains spaces so needs quoting at a later stage?  I haven't yet followed up this line of thought though.

n7800:
Great find! I think it's worth create a issue on the FPC bug tracker. Don't forget to add a link to this thread there.

Navigation

[0] Message Index

[*] Previous page

Go to full version