On Thu, Jun 14, 2012 at 3:56 PM, Antonio Scuri <[email protected]> wrote: > > Hi, > > I was able to build using MingW and a minimal installation of tools > provided by Win-Bash:
I think the build process could be easier using MSys (a unix build environment for use with MinGW): - use MinGW installer to install compiler and MSys - start MSys shell, cd to iup source - build with "make MINGW4=/mingw TEC_UNAME=dllw4" for dll - build with "make MINGW4=/mingw TEC_UNAME=mingw4" for static library > Then, tested also using: > set TEC_UNAME=mingw4 Did you mean "TEC_UNAME=dllw4" here? > make > > It builds the DLL. ------------------------------------------------------------------------------ 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
