Adrien,

Is there any chance pyefl could be included in win-builds? I've tried a few
times now to get it to compile, but my lack of experience building on this
platform has left me without anything to show from it.

Would really love my pyefl apps to be cross platform.

On Sun, Sep 6, 2015 at 1:45 PM, Adrien Nader <adr...@notk.org> wrote:

> Hi,
>
> Just a quick heads up: I've removed Qt from win-builds' main packages
> and this has freed a huge amount of time. This means the next version is
> coming and it will most probably be a 1.15. Hopefully stabilization
> shouldn't take too long (I only need to ensure I have the most
> up-to-date versions of all packages and after that it should basically
> be a version freeze for win-builds).
>
> I've just finished a build-only experiment to replace evil's regex with
> musl's fork of the now-unmaintained "tre" library. Built fine with only
> simple build-system changes. Will be testing that probably in a couple
> weeks.
>
> By the way, I (and some Linux distributions) have gotten an issue
> building eio: currently it doesn't depend on libefl. The following sed
> invocation fixes that:
>   sed -i \
>     '/EFL_INTERNAL_DEPEND_PKG(\[EIO\], \[eina\])/ a
> EFL_INTERNAL_DEPEND_PKG([EIO], [efl])' \
>     configure.ac
> (it adds EFL_INTERNAL_DEPEND_PKG([EIO], [efl]) after
> EFL_INTERNAL_DEPEND_PKG([EIO], [eina]) in configure.ac)
>
> --
> Adrien Nader
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>



-- 
~Jeff Hoogland <http://jeffhoogland.com/>
My Projects on GitHub <https://github.com/JeffHoogland>
------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to