src\support\unlink.C:26: error: '::unlink has not been declared.
I am really confused. If I rename lyx::suport::unlink to something else, and use unlink instead of ::unlink, mingw g++ will compile. Then, what is the subtle difference between ::unlink and unlink? My wild guess is that unlink is mapped to something defined, but not ::unlink. Cheers, Bo
