On Mon, Apr 20, 2009 at 11:39 AM, Nikolas Arend <[email protected]> wrote: > Hi, > > Since some time I get an unresolved symbol evas_stringshare_ref when > trying to load the language module. It'd be great if someone could fix > this, it's in > > e_mod_config.c: l->rdefs.model = (char > *)evas_stringshare_ref(cfdata->kb_model); > e_mod_config.c: l->rdefs.variant = (char > *)evas_stringshare_ref(cfdata->kb_variant); > > I would send in a patch, but I'm not sure what to replace it with.
replace with eina_stringshare_ref(), but really, this module is much more broken than this and I'd wait until it is fixed before using it. -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: [email protected] Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
