On Wed, Jan 11, 2012 at 3:45 PM, Gustavo Sverzut Barbieri <[email protected]> wrote: > On Wed, Jan 11, 2012 at 7:05 AM, Vincent Torri <[email protected]> > wrote: >> +#include <stdio.h> /* asprintf() */ >> >> ALWAYS include standard headers AFTER config.h and BEFORE eina headers > > cedric fixed it, thanks. > > >> +#include <inttypes.h> /* PRId64 and PRIu64 */ >> >> i knew that you don't care about cross platform support... > > Not that I don't care, but I don't know what is needed. I expect > people can port this easily and I even wrote why I've added it. > > #ifdef _SOME_PLAT_WITHOUT_INTTYPES > #if __WORDSIZE_IN_MY_PLATFORM == 64 > #define PRId64 "lld" > #else > #define PRId64 "ld" > #endif > #endif
i already did something like that in eet_data.c and ecore_pipe.c and some edje file (iirc) > just note that I had to add scanf (SCNd64) due convert part. > > These could go into evil, no? it's doable, yes > > For the track I'm using asprintf() as well, but as far as I understand > it was added to evil(). you remember well Vincent ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
