vtorri
vtorri
arg, i would be glad to fix it but I have no mac :(
ok, i've looked at the evas gl_cocoa module code. Nothing has been done for opengl on mac. I think that it would not be difficult to port : EGL will...
you should use Metal :)
you can look at what i wrote for the dependencies of Enlightenment : https://github.com/vtorri/ewpi I think that you can tweak it easily I think to build what ever package you...
maybe some benchmark should be provided, and run in CI to see if there are regressions
there are other errors in these tarballs: ``` CMake Error: File C:/Documents/msys2/home/vincent.torri/ewpi_64/share/ewpi/packages/libkvazaar/kvazaar-2.3.1/src/kvazaarCMake.pc.in does not exist. CMake Error at CMakeLists.txt:117 (configure_file): configure_file Problem configuring file CMake Error: File C:/Documents/msys2/home/vincent.torri/ewpi_64/share/ewpi/packages/libkvazaar/kvazaar-2.3.1/src/version.h.in does not...
it would be nice if you can fix these build errors quickly. Compiling on Windows with configure is quite slow
note that muon has added some kind of ninja compilation, code forked from samurai with some modifications
`muon -C build samu -t clean` works, afaict
this could be a g++ 8.* compiler error, i'll try with a more recent one