Insecto en flo
Cause found. Line 243: inputfile="$(readlink -f "$1")" The realpath command resolves any symbolic links in the given path and returns the absolute path to the target file. It seems that on macOS, the readlink command does not have the -f option to resolve symbolic links recursively to their ultimate target file, unlike some (most?) Linux distributions. Instead, you can use the realpath command to achieve the same result. Here is an equivalent command that should work on macOS: inputfile="$(realpath...
No pude probar en macOS 12.6.2, pero en mi Mac con 13.2.6, no se pudo reproducir el comportamiento descrito. Aquí está funcionando según lo previsto. ¿Podría ejecutar el siguiente comando desde una terminal y publicar el resultado aquí? printf "1. Label one\n2. Label two\n\nfrom 1 to 2\nfrom 2 to 1\n" > flofile_without_extension && flo2pix flofile_without_extension
FLO
Insecto en flo
No pude reproducir este comportamiento. ¿Tiene información más específica sobre los pasos que condujeron a este error?
FLO
FLO