<div dir="ltr">On Wed, Jul 6, 2016 at 10:33 AM, Till Wegmüller <span dir="ltr"><<a href="mailto:toasterson@gmail.com" target="_blank">toasterson@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello Community.<br>
<br>
<br>
I am currently trying to compile the mate window manager marco.<br>
But unfortunatly i get the attached error.<br>
<br>
Do you have any suggestions on how to fix it?<br></blockquote><div><br></div><div> I build marco with the following flags to configure:<br><br>CPPFLAGS=-D__EXTENSIONS__ CFLAGS=-std=gnu99<br></div></div><br></div><div class="gmail_extra">I also find that marco tends to make some random abuses of various standards,<br>so you might also need<br></div><div class="gmail_extra"><br>gsed -i '/_XOPEN_SOURCE/d' src/tools/marco-mag.c<br>gsed -i '/_POSIX_C_SOURCE/d' src/core/util.c<br>gsed -i '/_XOPEN_SOURCE/d' src/ui/preview-widget.c<br><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">-Peter Tribble<br><a href="http://www.petertribble.co.uk/" target="_blank">http://www.petertribble.co.uk/</a> - <a href="http://ptribble.blogspot.com/" target="_blank">http://ptribble.blogspot.com/</a></div>
</div></div>