Error compiling openbsc

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Nordin bouchtaoui at gmail.com
Tue Mar 9 09:24:20 UTC 2010


Ashwin schreef:
> On 05-Mar-10 8:28 PM, Nordin Bouchtaoui wrote:
>> Hello guys,
>>
>> I installed a newly fresh Debian Lenny, downloaded openbsc project using
>> git. But when running ./configure after autoreconf -i (which went well),
>> I get the following message:
>> ./configure: line 3551: syntax error near unexpected token 
>> `LIBOSMOCORE,'
>> ./configure: line 3551: `PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore)'
>>
>> I know the osmocomBB project has a bit of the focus now and that some
>> sources in openbsc are also used in osmocomBB, hence the libosmocore?
>> But can someone helping me out to get the openbsc build?
>>
>> Thank you.
>
> Hi,
>
> I had the exactly same problem, and as recent as this week. There was 
> no libosmocore installed. It is solved now.
>
> Two simple things to be done -
>
> 1. Get the libosmocore - So downloaded from 
> (git://git.osmocom.org/libosmocore.git), autoreconf -i && ./configure 
> && make && make install.
>
> 2. Get the OpenBSC rebased - "git pull --rebase" OpenBSC and compile 
> it again.

I've done the two steps you provided me, but still the same situation.
I did even git clone libosmocore repo and git clone openbsc repo. First 
started to buil libosmocore, which was succefully done. After that I 
tried to build openbsc and than the same two errormessage I stated in 
the first mail returns again. So, I think it can't find the libosmocore 
that's installed (guess somewhere in usr/local/...

What do you think?





More information about the OpenBSC mailing list