http://bugzilla.opensuse.org/show_bug.cgi?id=1209438 http://bugzilla.opensuse.org/show_bug.cgi?id=1209438#c2 --- Comment #2 from Sarah Kriesch <ada.lovelace@gmx.de> --- I have fixed the "invalid indicator" issue. You need additional line numbers without the "--free". Therefore you have to use that with only -x: 000100 IDENTIFICATION DIVISION. 000200 PROGRAM-ID. HELLO-WORLD. 000300 PROCEDURE DIVISION. 000400 DISPLAY 'Hello world!'. 000500 STOP RUN. But you will receive the same error message then: /tmp/cob3910_0.c:11:10: schwerwiegender Fehler: libcob.h: Datei oder Verzeichnis nicht gefunden 11 | #include <libcob.h> | ^~~~~~~~~~ Kompilierung beendet. -- You are receiving this mail because: You are on the CC list for the bug.