On Sun, Aug 31, 2008 at 05:05:21PM -0700, Mick Reed wrote:
> I need some help compiling svn.  My problem appears if I try to compile the 
> gui, and perhaps the opensync plugin.  I have always had this problem, since 
> around 0.11.

This would only affect the GUI compile, since only the GUI uses libtar.


> Somehow it doenn't find tarfile.h.  I do 
> have /usr/include/libtar.h and it does have the "undefined" functions.

The error you posted shows a linker error, so I expect that your header
files are being found properly.  Since it is a linker error, perhaps
you need to re-emerge libtar.

This is the key part of the error messages:

> /var/tmp/portage/app-pda/barry-0.13/work/barry-0.13/gui/src/tarfile.cc:102: 
> undefined reference to `th_set_type'
> /var/tmp/portage/app-pda/barry-0.13/work/barry-0.13/gui/src/tarfile.cc:103: 
> undefined reference to `th_set_mode'

Try the following command to see if these symbols are in your libtar:

        nm -D /usr/lib/libtar.so.0.0.0 | grep th_set


> I have all the dependencies, including libtar-1.2.11-r1 and the libtar patch 
> for longs.  Any suggestions or help would be great.  Thanks!

I'm assuming you have patched libtar and recompiled it, and not patched
Barry to work with libtar. :-)

- Chris


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to