GNOME Bugzilla – Bug 730206
Mingw windows compiling fails because of symlink()
Last modified: 2014-05-16 18:50:18 UTC
Compiling master fails since commit a91007756c15bf27b6e2694fd480bf03ff32331c with mingw for windows, because the function "symlink (foo, bar)" is not known to mingw for windows.
Thanks, fixed in master: commit 3066779462118fcc237ead75343107fd7427d36b Author: Michael Natterer <mitch@gimp.org> Date: Fri May 16 20:46:52 2014 +0200 app_ don't symlink the test icon theme on windows, there is no symlink() app/tests.c | 6 ++++++ 1 file changed, 6 insertions(+)