Hello On Mon, Feb 27, 2017 at 6:16 PM, Tomasz Merta <[email protected]> wrote: > > Hello, > I use efl and elementary library in a linux application, which works very > fine. Now I am trying to compile it under windows. I managed to compile efl > under msys2 (min, but during autogen there is no openGL support. In the > application there are buttons but I see no window with graphical content. > I compiled it according to this site > https://phab.enlightenment.org/w/windows/ (x86_64) > - I took efl v 1.18 because in 1.19 there was a compilation error > - I tried autogen.sh with and without last parameter > --enable-i-really-know-what-i-am-doing (at the end there is typo "abb" not > "aba" but I didn't notice any difference)
this last flag is useless these days. I use these options for configuration : --host=i686-w64-mingw32 --disable-static --with-windows-version=win7 --with-tests=regular --with-crypto=openssl --disable-harfbuzz --disable-gstreamer1 --disable-gstreamer --disable-pulseaudio --disable-physics --disable-libmount --disable-valgrind --enable-lua-old --disable-avahi --disable-image-loader-jp2k --disable-audio --disable-spectre --disable-libraw --disable-librsvg you can choose of course another host if you want (x86_64-w64-mingw32) last time i compiled with git tree, there was no problem. Please give the error message > Please tell me, how can I enable the openGL support under msys2 to compile > EFL for Windows (10)? no opengl engine for now, only GDI and DirectDraw Vincent ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
