Iain Buchanan wrote:
> On Mon, 2006-12-18 at 09:20 +0930, Iain Buchanan wrote:
> 
>>Hi all,
>>
>>I'm trying to figure out an error compiling librapi... I have the
>>correct version of automake and autoconf, and I can run ./configure
>>correctly.  (libsynce also compiles and installs ok).
> 



> 
> OK I managed to solve it by compiling librapi2 like this:
> 
> cd librapi2/
> ./bootstrap
> export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
> ./configure
> make LIBS=/usr/local/lib/libsynce.so
> sudo make install
> 
> 
> note the "make LIBS=..."
> 
> To me, this doesn't seem like the "right way".  Can someone comment on
> why I had to do this, and what should be the "right way"?!
> 
> thanks heaps,


Could it be the same I saw here? :
http://www.mail-archive.com/synce-devel@lists.sourceforge.net/msg00339.html
http://permalink.gmane.org/gmane.comp.handhelds.ipaq.synce.devel/345

It was never applied to trunk, so perhaps you could try the patch?
Perhaps you need only the autoconf/automake hunks.  Don't forget to
regenerate the configure/Makefile.in and friends.  If I remember
correctly there is an bootstrap.sh or autogen.sh or whatever that
does it for you, but it has been a while since I last built synce.

Cheers,
Pedro Alves


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Synce-devel mailing list
Synce-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synce-devel

Reply via email to