Hello everyone.
I’m making an user interface in XPCE for a programming school project, which has a predicate named ‘iniciar’ to initialize all the graphic elements. I tried this command:
swipl --goal=iniciar -o myprog -c interfaz.prolog
And when I run it in console, it marks this error:
ERROR: /home/user/Documents/Proyecto/Interfaz/myprog:7:1005539: Syntax error: Unexpected end of file
Warning: /home/user/Documents/Proyecto/Interfaz/myprog:7:
Warning: ' /home/user/Documents/Proyecto/Interfaz/myprog':7:335185: Illegal multibyte Sequence
What do I need to do?