To use openMP yes, but that's done only in im_process_openmp, for regular im_process the pragma should be ignored by the compiler.
I don't know about the c++11 flags. I don't remember if I compiled that library for Mingw64. Best, Scuri On Thu, Sep 29, 2016 at 2:34 PM, Victor Bombi <[email protected]> wrote: > For openmp I needed to activate a flag in other projects (-fopenmp or > similar) > > But main problem is about c++11 because it gives a building error related > to std::rege... while compiling Document.cxx > > How can I use c++11. Perhaps any flag as: export something = c++11 > > ----- Original Message ----- > *From:* Antonio Scuri <[email protected]> > *To:* IUP discussion list. <[email protected]> > *Sent:* Thursday, September 29, 2016 7:27 PM > *Subject:* Re: [Iup-users] building zlib for im > > It should have recognized the pragma. Just ignore the warnings. > > Best, > Scuri > > > On Thu, Sep 29, 2016 at 2:22 PM, Victor Bombi <[email protected]> > wrote: > >> solved getting freetype from SVN >> >> Finally I am with iup, I get warnings: ignoring #pragma omp >> Should I had used any flag to use omp? >> Also getting warnings about c++11 needed, Any flag? >> >> ----- Original Message ----- >> *From:* Victor Bombi <[email protected]> >> *To:* IUP discussion list. <[email protected]> >> *Sent:* Thursday, September 29, 2016 6:42 PM >> *Subject:* Re: [Iup-users] building zlib for im >> >> It seems that ftgl needs freetype to be build but in this case I get >> >> victor@victorPortatil /c/iup/freetype/src >> $ ./aa.bat >> make: *** No targets specified and no makefile found. Stop. >> >> ----- Original Message ----- >> *From:* Antonio Scuri <[email protected]> >> *To:* IUP discussion list. <[email protected]> >> *Sent:* Thursday, September 29, 2016 6:34 PM >> *Subject:* Re: [Iup-users] building zlib for im >> >> Yes, same thing. >> >> About Lua 5.1 setargv.obj, it is an error in the "lua_conf.inc" file. >> Because it was designed to be built only by Visual C++. You can manually >> remove it. >> >> Best, >> Scuri >> >> >> On Thu, Sep 29, 2016 at 1:31 PM, Victor Bombi <[email protected]> >> wrote: >> >>> well, it does not seem to be a problem because lua5.1.dll is built >>> >>> Now with ftgl I get >>> >>> victor@victorPortatil /c/iup/ftgl/src >>> $ ./aa.bat >>> make[1]: ../tecmakewin.mak: No such file or directory >>> make[1]: *** No rule to make target `../tecmakewin.mak'. Stop. >>> make: *** [ftgl] Error 2 >>> >>> Shall I copy tecmakewin.mak from im as I did with zlib? >>> >>> ----- Original Message ----- >>> *From:* Victor Bombi <[email protected]> >>> *To:* IUP discussion list. <[email protected]> >>> *Sent:* Thursday, September 29, 2016 6:08 PM >>> *Subject:* Re: [Iup-users] building zlib for im >>> >>> I see, you meant to copy tecmakewin.mak >>> It is done and zlib compiled >>> >>> Now building lua5.1 (from http://sourceforge.net/project >>> s/luabinaries/files/) gives me >>> >>> Tecmake: linking lua5.1.exe ... >>> C:/mingw32-4.8.2-posix-dwarf/bin/gcc -o ../bin/Win32/lua5.1.exe >>> ../obj/Win32/lua.o ../obj/Win32/lua. >>> res setargv.obj -Wl,-subsystem,console -L../lib/dll8 >>> -LC:/mingw32-4.8.2-posix-dwarf/lib -llua5.1 -l >>> kernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 >>> -luuid -loleaut32 -lole32 -lcom >>> ctl32 >>> gcc.exe: error: setargv.obj: No such file or directory >>> make[1]: *** [../bin/Win32/lua5.1.exe] Error 1 >>> make: *** [lua] Error 2 >>> >>> ----- Original Message ----- >>> *From:* Antonio Scuri <[email protected]> >>> *To:* IUP discussion list. <[email protected]> >>> *Sent:* Thursday, September 29, 2016 5:49 PM >>> *Subject:* Re: [Iup-users] building zlib for im >>> >>> Yes, you may. Or simply copy the missing file from IM. They are >>> identical. >>> >>> Best, >>> Scuri >>> >>> Em 29/09/2016 12:47, "Victor Bombi" <[email protected]> escreveu: >>> >>>> I cant see zlib folder inside im folder (soundforge) >>>> Do you mean I should take it from SVN? >>>> >>>> ----- Original Message ----- >>>> *From:* Antonio Scuri <[email protected]> >>>> *To:* IUP discussion list. <[email protected]> >>>> *Sent:* Thursday, September 29, 2016 5:21 PM >>>> *Subject:* Re: [Iup-users] building zlib for im >>>> >>>> Yes, sorry. I already fixed that problem in SVN. It will be included >>>> in the next release. But you can copy the files from IM to the same place >>>> in zlib folder that it will work. Thanks for reporting. >>>> >>>> Best, >>>> Scuri >>>> >>>> >>>> On Thu, Sep 29, 2016 at 11:52 AM, Victor Bombi <[email protected]> >>>> wrote: >>>> >>>>> Hello, >>>>> >>>>> Trying to build im with mingw-w64 (32bits) >>>>> First building zlib gives me this problem >>>>> >>>>> file aa.bat has: >>>>> >>>>> export TEC_UNAME=dllw4 >>>>> export DEFINES="LUA_BUILD_AS_DLL LUA_LIB" >>>>> export MINGW4=C:/mingw32-4.8.2-posix-dwarf >>>>> make >>>>> >>>>> then: >>>>> victor@victorPortatil /c/iup/zlib/src >>>>> $ ./aa.bat >>>>> make[1]: ../tecmakewin.mak: No such file or directory >>>>> make[1]: *** No rule to make target `../tecmakewin.mak'. Stop. >>>>> make: *** [zlib] Error 2 >>>>> >>>>> Best >>>>> victor bombi >>>>> >>>>> ------------------------------------------------------------ >>>>> ------------------ >>>>> _______________________________________________ >>>>> Iup-users mailing list >>>>> [email protected] >>>>> https://lists.sourceforge.net/lists/listinfo/iup-users >>>>> >>>> >>>> ------------------------------ >>>> >>>> ------------------------------------------------------------ >>>> ------------------ >>>> >>>> ------------------------------ >>>> >>>> _______________________________________________ >>>> Iup-users mailing list >>>> [email protected] >>>> https://lists.sourceforge.net/lists/listinfo/iup-users >>>> >>>> >>>> ------------------------------------------------------------ >>>> ------------------ >>>> >>>> _______________________________________________ >>>> Iup-users mailing list >>>> [email protected] >>>> https://lists.sourceforge.net/lists/listinfo/iup-users >>>> >>>> ------------------------------ >>> >>> ------------------------------------------------------------ >>> ------------------ >>> >>> ------------------------------ >>> >>> _______________________________________________ >>> Iup-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/iup-users >>> >>> ------------------------------ >>> >>> ------------------------------------------------------------ >>> ------------------ >>> >>> ------------------------------ >>> >>> _______________________________________________ >>> Iup-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/iup-users >>> >>> >>> ------------------------------------------------------------ >>> ------------------ >>> >>> _______________________________________________ >>> Iup-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/iup-users >>> >>> >> ------------------------------ >> >> ------------------------------------------------------------ >> ------------------ >> >> ------------------------------ >> >> _______________________________________________ >> Iup-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/iup-users >> >> ------------------------------ >> >> ------------------------------------------------------------ >> ------------------ >> >> ------------------------------ >> >> _______________________________________________ >> Iup-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/iup-users >> >> >> ------------------------------------------------------------ >> ------------------ >> >> _______________________________________________ >> Iup-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/iup-users >> >> > ------------------------------ > > ------------------------------------------------------------ > ------------------ > > ------------------------------ > > _______________________________________________ > Iup-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/iup-users > > > ------------------------------------------------------------ > ------------------ > > _______________________________________________ > Iup-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/iup-users > >
------------------------------------------------------------------------------
_______________________________________________ Iup-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/iup-users
