On Mon, 27 Sep 2010, Lucas De Marchi wrote:
On Mon, Sep 27, 2010 at 7:59 PM, Vincent Torri <vto...@univ-evry.fr> wrote:
Modified: trunk/ecore/configure.ac
===================================================================
--- trunk/ecore/configure.ac 2010-09-27 22:34:25 UTC (rev 52823)
+++ trunk/ecore/configure.ac 2010-09-27 22:35:35 UTC (rev 52824)
@@ -404,18 +404,30 @@
mingw32ce* | cegcc*)
WIN32_LIBS="-lws2"
dlopen_libs="-ldl"
+ rt_libs="-lrt"
;;
mingw*)
WIN32_LIBS="-lws2_32"
dlopen_libs="-ldl"
+ rt_libs="-lrt"
I doubt that librt exist on Windows.
Since you already implement it in the right way, maybe the solution is
just removing it here.
You're talking about evil_time_get() ? It's not the time since 1st january
1970, but it's an incremental high precision timer which is more precise
than other functions like timeGetTime or GetTickCount (1E-6 second vs 1E-3
second).
The high precision timer has some bugs, though, while GetTickCount() has
none. So if a precision of 1E-3s is sufficient, i can switch to it.
Vincent
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel