|
From: mailinglists <mai...@in...> - 2006-03-09 16:56:42
|
Somewhat right direction.. Just keep all things you want to compile and install in one place, where you system is able to find them (that's the important point actually). Usually that means executables go to /usr/bin, header-files that are needed for compiling dependent applications go to /usr/include and runtime dependencies, meaning library files ending with .so or .la go to /usr/lib. After a lengthy confusing explanation this done rather simple: when compiling something yourself, append "--prefix=/usr" to your ./configure command. If you need more specific information and details on how to compile applications from source, check google for "YourDistribution compiling" Good luck! /tobi Am Donnerstag, den 09.03.2006, 15:32 +0000 schrieb Jim Maas: > When I installed the evo2 plugin I find that the evo2_sync.h file is > locate in > /usr/include/opensync-1.0/opensync > > :/usr/include/opensync-1.0/opensync$ ls > evo2_sync.h opensync_context.h opensync_error.h > opensync_member.h > file.h opensync_convert.h opensync_filter.h > opensync_plugin.h > opensync_anchor.h opensync_convreg.h opensync_group.h > opensync-xml-contact.h > opensync_changecmds.h opensync_debug.h opensync.h > opensync-xml.h > opensync_change.h opensync_env.h opensync_hashtable.h > > > > however after installing the syncml plugin the syncml. h file is located in > > /usr/local/include/libsyncml-1.0/libsyncml/syncml.h > > > > Is this why msynctool is finding the evo2 plugin but not the syncml plugin? > > Thanks > > Jim > > > This message has been checked for viruses but the contents of an attachment > may still contain software viruses, which could damage your computer system: > you are advised to perform your own checks. Email communications with the > University of Nottingham may be monitored as permitted by UK legislation. > > > > ------------------------------------------------------- > 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&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users > ++++++++++++ WERBUNG +++++++++++++++ http://www.inetsolutions.de Webhosting / Homepagebaukasten / CMS Webpacks ab 0,21 EUR ++++++++++++ WERBUNG +++++++++++++++ http://www.inetladen.de Handys / Zubehör / Multimedia Über 10000 Artikel |