This is the full error report

Traceback (most recent call last):
  File "/home/plasma/linuxcnc-dev/bin/halcompile", line 1558, in <module>
    main()
  File "/home/plasma/linuxcnc-dev/bin/halcompile", line 1528, in main
    process(f, mode, outfile)
  File "/home/plasma/linuxcnc-dev/bin/halcompile", line 1366, in process
    a, b = parse(filename)
  File "/home/plasma/linuxcnc-dev/bin/halcompile", line 441, in parse
    a, b = f.split("\n;;\n", 1)
ValueError: not enough values to unpack (expected 2, got 1)


On 2023/10/10 11:41, Marius wrote:
Hi

It seems that halcompile has issues in master. it does not recognize a .c file as legitimate and if you rename that to .comp it gets an error

ValueError: not enough values to unpack ( expected 2, got 1)

Anyone know about this?


Regards

Marius



_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users
--
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to