On 4/16/06, Gopalarathnam Venkatesan <[EMAIL PROTECTED]> wrote:
> On 4/16/06, Crni Gorac <[EMAIL PROTECTED]> wrote:
> > 4. Greatest problem of all is that NetBSD standard C library is not
> > supporting "%a" for printf() and scanf().  So, for eet library, I
> > deleted corresponding check in configure.in and changed the code (to
> > atof() instead of corresponding scanf(), and to "%g" instead "%a" in
> > corresponding printf()).  Together with above changes, the code
> > compiles properly now, however display of windows decorations,
> > backgrounds, shadows etc. is of course completely mangled (I guess
> > because of latest change).
> >
> > So - any hint on "%a" issue (is it really necessary for eet to be
> > based on this functionality?), anyone interested in more precise
> > details regarding other stuff, etc.?
>
> I had the same problem with FreeBSD 4.0 since its not C99 compliant.
> So, I replaced the scanf("%a"...) code with trio_scanf(...).  Trio is
> a free replacement for printf/scanf family of functions with C99
> support.
>
> I still have some problems with the default E17 theme (but I believe
> thats unrelated to this), but I use a different theme now.
>
> Link to my weblog:
> http://gopalarathnam.com/weblog/2006/02/22/e17-enlightenment-dr17-on-freebsd-4-finally.html
>
> HTH :)
>
> --
> Gopalarathnam Venkatesan
> http://gopalarathnam.com/
>

Applying your patches seems like good route to try, so I did it.  But
- any hint on how to overcome the fact that libtrio is compiled as
static library only?  I can compile eet from CVS with your patches,
but later when trying to launch e, I have trio_* functions reported
missing from libeet.so...  Also, any hint on how to patch configure
script in eet snapshot from http://enlightenment.freedesktop.org/ (as
Rasterman pointed out, better to start from these snapshots because
bootstraping each project is not needed)?

Thanks.


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to