> 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.
The Bourne shell is not necessary. I run it here without one. Maybe is something related to the path. Let me check and I'll return to you. > After making the directories manually, the compilation fails when it can't find > GTK. Setting USE_GTK=No doesn't seem to help. The "make" command will build only the Win32 base driver. The "make_uname" command will build both drivers. If you don't want the GTK driver just ignore the error. Best, Scuri ------------------------------------------------------------------------------ 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
