On Fri, 7 Oct 2011, cnook wrote:

> Dear All, Hello!
>
> [Patch]
> The current configure.ac reset $win32-libs.
> This patch will append additional value without reset.
> Please review this and give any feedback.

fixed in svn. I changed your patch a bit to optimize DLL load.

thank you

>
> [Question]
> I have got a build error from ecore_con.c as following.
>
>   undefined reference to: inet_ntop();
>
> In the Evil, inet_ntop() is defined evil_inet_ntop(); means as following
>
>   #define inet_ntop(x,y,z,s) evil_inet_ntop(x,y,z,s)
>
> and ecore_con.c include Evil.h. So I think this is correct..
> (inet_ntop() is defined and can be referenced)
> but I have no idea why the build error comes.

Ha, maybe the reason is that I changed the location of the header files.

Before, everything was installed in $includedir (certainly 
$prefix/include for you).

Now, it is installed in $includedir/evil-0

And ecore includes the one in $includedir.

I had that problem. Solution : if there are Evil header files in 
$includedir (Evil.h, evil_*.h), then delete them.

Vincent

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to