mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
bde1bee24e
When using -std=c++11, the cygwin compiler automatically defines __STRICT_ANSI__ which is used as a guard for not declaring essential unix standard calls such as setenv, popen, etc. As a result, compilation stops with errors such as "xxxx has not been declared". By undefining the guard, compilation succeeds and lyx works Ok. |
||
---|---|---|
.. | ||
.gitignore | ||
common.am | ||
config.rpath | ||
lyxinclude.m4 | ||
lyxpython.m4 | ||
Makefile.am | ||
pkg.m4 | ||
qt4.m4 | ||
spell.m4 |