Shridhar Daithankar wrote:
> Hello All,
> 
> I am trying to compile soci from git repo, since I need sqlite support. I 
> cloned the repo, did automake/autoreconf and ran configure.
> 
> Here is what I get.
> ------------------
> checking for a BSD-compatible install... /bin/install -c
> ./configure: line 15459: syntax error near unexpected token `1.33.1'
> ./configure: line 15459: `AX_BOOST_BASE(1.33.1)'
> rm: cannot remove `core': Is a directory
> ------------------
> 
> I hav boost 1.37 installed from archlinux packages in /usr/include/boost, 
> /usr/lib etc. This package uses system layout.
> 
> What I can do to get past this error? I tried googling for AC_BOOST_BASE 
> macro 
> but couldn't make much out of it.
> 
> Also the error about removing core are plentiful and I guess thats not right 
> too.

Hi,

Yes, this is a well known issue and I'm having a pain in my arse with
finding how to solve it. The problem is that core name clashes with core 
directory and core dump file potentially existing in source root.
autotools actions do clean core dump files, so they try to do
"rm -f core" which in fact tries to remove SOCI core subdirectory
from filesystem and this, obviously, fails.

Simple solution would be to...rename SOCI's core directory.

Maciej, I'm a kind of lost with how to solve this annoying issue.
Number of people have asked for solution.
Would it be renaming possible?

Best regards,
-- 
Mateusz Loskot, http://mateusz.loskot.net

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Soci-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/soci-users

Reply via email to