It looks like mkdir is failing for some reason. Did you try to run it manually?
mkdir -p ../obj/iupgtk/dllw4 Best, Scuri > -----Original Message----- > From: Ano Nymous [mailto:[email protected]] > Sent: sábado, 9 de junho de 2012 21:36 > To: IUP discussion list. > Subject: Re: [Iup-users] MingW Minimum Installation with tecmake to build > dllw4 problems > > no luck still, kinda confusing, > > base on guide: > > Then select only "make", it will automatically select other packages that > "make" depends on. And select the mkdir, rm, which, sed and g++ packages. > Change PATH in Control Panel/System/Advanced/Environment Variables > > C:\tools>dir /B > make.exe > mkdir.exe > rm.exe > sed.exe > which.exe > libiconv2.dll > libintl3.dll > regex2.dll > > i already make sure C:\tools in environment PATH, MINGW4=C:\MinGW and > TEC_UNAME=dllw4 > > C:\tools>z: > > Z:\>set USE_NODEPEND=Yes > Z:\iup\src>make > ''; echo 'Tecmake: Starting [ iup:dllw4 ]' > if [ ! -d ../obj/dllw4 ] ; then mkdir -p ../obj/dllw4 ; fi ! was unexpected at this > time. > make[1]: *** [../obj/dllw4] Error 255 > make: *** [iup] Error 2 > > Z:\iup\src>make_uname.bat dllw4 > ''; echo 'Tecmake: Starting [ iup:dllw4 ]' > if [ ! -d ../obj/dllw4 ] ; then mkdir -p ../obj/dllw4 ; fi ! was unexpected at this > time. > make: *** [../obj/dllw4] Error 255 > ''; echo 'Tecmake: Starting [ iupgtk:dllw4 ]' > if [ ! -d ../obj/iupgtk/dllw4 ] ; then mkdir -p ../obj/iupgtk/dllw4 ; fi ! was > unexpected at this time. > make: *** [../obj/iupgtk/dllw4] Error 255 ''; echo 'Tecmake: Starting [ > iupstub:mingw4 ]' > if [ ! -d ../obj/iupstub/mingw4 ] ; then mkdir -p ../obj/iupstub/mingw4 ; fi ! was > unexpected at this time. > make: *** [../obj/iupstub/mingw4] Error 255 The system cannot find the path > specified. > > no luck still > > ---------------------------------------------------------------------------- -- > 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 ------------------------------------------------------------------------------ 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
