On Fri, 23 Dec 2011 11:26:21 -0600 Jeff Hoogland <[email protected]> said:

since eskiss is using ecore-x directly (assuming x back-end) it needs to link
to it - it isn't doing it. you are getting a new ultra-paranoid DSO linking
feature of gcc/binutils where it doesnt allow indirect links.

ie before

app -> elementary -> ecore-x

was allowed. app doesnt link to ecore-x, but since elementary does, this allows
app to use ecore-x directly. now this is no longer allows. it must be:

app -> elementary
app -> ecore-x

so eskiss needs to change its link setup.

> What does this error mean? http://pastebin.com/c6cFDQJy
> 
> I think it implies an issue with my build system more than the code, but
> I'm not 100% on this.
> 
> -- 
> ~Jeff Hoogland <http://jeffhoogland.com/>
> Thoughts on Technology <http://jeffhoogland.blogspot.com/>, Tech Blog
> Bodhi Linux <http://bodhilinux.com/>, Enlightenment for your Desktop
> ------------------------------------------------------------------------------
> Write once. Port to many.
> Get the SDK and tools to simplify cross-platform app development. Create 
> new or port existing apps to sell to consumers worldwide. Explore the 
> Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
> http://p.sf.net/sfu/intel-appdev
> _______________________________________________
> enlightenment-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [email protected]


------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to