Re: Koji cannot build emacs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> sound.c:1472:51: error: macro "open" requires 3 arguments, but only 1 given
[...]
> What should I do ?  Drop "-D_FORTIFY_SOURCE=2" from the CFLAGS?

Nope.  Fix the program to be POSIX-compliant by not assuming open is not a
macro.  You can replace open or foo->open with (open) or (foo->open),
or you can add an #undef open where it's used.  The former is better.

--
Fedora-maintainers mailing list
Fedora-maintainers@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-maintainers

--
Fedora-maintainers-readonly mailing list
Fedora-maintainers-readonly@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-maintainers-readonly

[Index of Archives]     [Fedora Users]     [Fedora Development]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux