On Fri, Apr 10, 2009 at 04:12:07PM -0600, Frederic Herman wrote:
> Doesn't look like the plugin compiled correctly.  There were some errors 
> with missing depemdemcies for gtkmm-2.4, libglademm-2.4, gthread-2.0, 
> xcb-xlib.  I did check to see if the packages were installed that should 
> have them, including the list you indicated I would need, and they 
> packages seem to be there.

Those are dependencies for the Barry backup GUI.  It is possible to
compile the GUI and the opensync plugin separately but just easier
to specify both --enable-gui and --enable-opensync-plugin-4x on the
./configure command line.

Make sure you have the devel packages for the above installed.

Can you paste the error messages you get?  I can probably pinpoint things
easier that way.


> Any chance  this is related to the instruction you gave for setting the 
> environment for LD_LIBRARY_PATH=/home/you/play/rootdir/lib ?

That is for running programs, so they can find the custom compiled
libraries they depend on, and shouldn't affect building.  It is probably
not strictly required, since autoconf and friends like to link directly
to libraries with the full path.  You can try without if you like.
If you get a different error message, post both. :-)

Basically, LD_LIBRARY_PATH is for running, and PKG_CONFIG_PATH is for
compiling, but it doesn't hurt to set both at once and leave them set.

- Chris


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to