On 4/16/06, Gopalarathnam Venkatesan <[EMAIL PROTECTED]> wrote:
> On 4/16/06, Crni Gorac <[EMAIL PROTECTED]> wrote:
> > 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.
> >
>
> I had the LD_LIBRARY_PATH set to the directory where libtrio was put,
> so didn't have problems.
>
> You can set the LD_LIBRARY_PATH either in .bashrc or a wrapper script
> that launches e17.  That should work :)
>
> May be Rasterman can help us here if he has some better suggestions.
>
> --
> Gopalarathnam Venkatesan
> http://gopalarathnam.com/
>

Hmm, that not seem to working for me...  I have trio.h installed in
/usr/local/include and libtrio.a in /usr/local/lib; and I already have
/usr/local/lib in my LD_LIBRARY_PATH.  Then I started with applying
your two patches to eet code from CVS.  Then I issued:
export CFLAGS="-I/usr/local/include -I/usr/pkg/include -I/usr/X11R6/include"
export LDFLAGS="-L/usr/local/lib -L/usr/pkg/lib -L/usr/X11R6/lib"
export LIBS="-ltrio -lm"
Then, while still in eet directory, I issued:
./autogen.sh
make install
The library compiled and installed fine.  But when I launch e itself
(note that I haven't re-compiled either e or any other library, since
eet is shared library I think there is no need to do so), following
message appears on console:
/usr/local/lib/libeeet.so.9 Undefined PLT symbol "trio_sscanf" (symnum=88)...

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