Hi, I've been trying to compile on Windows as well, and have been running into the same problems. It looks like the Makefile expects to be run with a Bourne-compatible shell, but on Windows cmd.exe is used as the shell, so the if statements won't work (the quoting is different too). Also, cmd.exe has a builtin mkdir command which shadows any installed mkdir.
After making the directories manually, the compilation fails when it can't find GTK. Setting USE_GTK=No doesn't seem to help. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Iup-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/iup-users
