You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to xos-...@googlegroups.com
When I tried building expos (single core) using Make, it exits saying that there seemed to be an error. The screenshot of the same is attached. Upon further inspection, the error seems to be because of the multiple definition of a variable 'i'. 'i' is declared in both 'codegen.c' as well as 'abstree.l' in the 'expl' folder as a global variable. Removing the declaration from 'codegen.c' fixed the problem. I'm using Manjaro linux 20.2 and I'm not sure whether the problem is exclusive to me.