Tecmake: linking iuplua5.1.exe ... C:/mingw32-4.8.2-posix-dwarf/bin/g++ -o ../bin/Win32/iuplua5.1.exe ../obj/iuplua5.1/Win32/iup_lua51. o ../obj/iuplua5.1/Win32/iuplua5.res -Wl,-subsystem,CONSOLE -L../../lua5.1/lib/dllw4 -LC:/mingw32- 4.8.2-posix-dwarf/lib -llua5.1 -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell3 2 -luuid -lole32 -loleaut32 -lcomctl32 c:/mingw32-4.8.2-posix-dwarf/bin/../lib/gcc/i686-w64-mingw32/4.8.2/../../../../i686-w64-mingw32/bin/ ld.exe: invalid subsystem type CONSOLE collect2.exe: error: ld returned 1 exit status make[2]: *** [../bin/Win32/iuplua5.1.exe] Error 1 make[1]: *** [iuplua5] Error 2 make: *** [iupconsole] Error 2
----- Original Message ----- From: "Antonio Scuri" <[email protected]> To: "IUP discussion list." <[email protected]> Sent: Monday, June 02, 2014 4:57 PM Subject: Re: [Iup-users] building with mingw > Simply comment the line 167: > > SLIB += setargv.obj > > This file does not exist in MingW. > > Best, > Scuri > > > On Mon, Jun 2, 2014 at 7:22 AM, Victor Bombi <[email protected]> > wrote: >> setarg.obj missing: >> >> Tecmake: Starting [ iuplua5.1:dllw4 ] >> >> Tecmake: linking iuplua5.1.exe ... >> C:/mingw32-4.8.2-posix-dwarf/bin/g++ -o ../bin/Win32/iuplua5.1.exe >> ../obj/iuplua5.1/Win32/iup_lua51. >> o ../obj/iuplua5.1/Win32/iuplua5.res >> setargv.obj -Wl,-subsystem,CONSOLE -L../../lua5.1/lib/dllw4 -L >> C:/mingw32-4.8.2-posix-dwarf/lib -llua5.1 -lkernel32 -luser32 -lgdi32 >> -lwinspool >> -lcomdlg32 -ladvapi >> 32 -lshell32 -luuid -lole32 -loleaut32 -lcomctl32 >> g++.exe: error: setargv.obj: No such file or directory >> make[2]: *** [../bin/Win32/iuplua5.1.exe] Error 1 >> make[1]: *** [iuplua5] Error 2 >> make: *** [iupconsole] Error 2 >> >> ----- Original Message ----- >> From: "Antonio Scuri" <[email protected]> >> To: "IUP discussion list." <[email protected]> >> Sent: Sunday, June 01, 2014 10:56 PM >> Subject: Re: [Iup-users] building with mingw >> >> >>> That is a bug in the "iup/srclua5/Makefile". The second line should be: >>> >>> WINLIBS = iupluaole >>> >>> Best, >>> Scuri >>> >> >> >> ------------------------------------------------------------------------------ >> Learn Graph Databases - Download FREE O'Reilly Book >> "Graph Databases" is the definitive new guide to graph databases and >> their >> applications. Written by three acclaimed leaders in the field, >> this first edition is now available. Download your free book today! >> http://p.sf.net/sfu/NeoTech >> _______________________________________________ >> Iup-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/iup-users >> > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/NeoTech > _______________________________________________ > Iup-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/iup-users ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/NeoTech _______________________________________________ Iup-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/iup-users
