|
From: Neel P. <nee...@et...> - 2014-08-25 17:17:50
|
Hello Rossouw:
One more thing. In your email, you say that you're building OpenBTS from
the /dev/openbts folder. You should probably be building it from a
temporary folder for which you have read and write access, such as
/home/rossouw/openbts-4.0/ and not in the /dev folder.
--Neel
On Mon, Aug 25, 2014 at 1:40 AM, Rossouw van der Merwe <ro...@gm...>
wrote:
> Good day,
>
> I'm trying to build and run OpenBTS 4,0 on Ubuntu 14.04, however when I
> run "make" in /dev/openbts/ I get the following output:
>
>
> Vector.h:343:24: note: declarations in dependent base ‘VectorBase<int>’
> are not found by unqualified lookup
> Vector.h:343:24: note: use ‘this->vConcat’ instead
> Vector.h: In instantiation of ‘void VectorBase<T>::resize(size_t) [with T
> = int; size_t = long unsigned int]’:
> Vector.h:326:27: required from ‘Vector<T>::Vector(size_t) [with T = int;
> size_t = long unsigned int]’
> VectorTest.cpp:46:18: required from here
> Vector.h:40:46: warning: format ‘%d’ expects argument of type ‘int’, but
> argument 3 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
> #define VECTORDEBUG(...) { printf(__VA_ARGS__); printf(" this=%p
> [%p,%p,%p]\n",(void*)this,(void*)&mData,mStart,mEnd); }
> ^
> Vector.h:186:3: note: in expansion of macro ‘VECTORDEBUG’
> VECTORDEBUG("VectorBase::resize(%p,%d) %s",this,newElements,
> (mData?"delete":""));
> ^
> make[2]: *** [VectorTest.o] Error 1
> make[2]: Leaving directory `/home/sdr03/dev/openbts/CommonLibs'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/sdr03/dev/openbts'
> make: *** [all] Error 2
>
> I have to build in in the /dev/openbts/ directory as I am using an Ettus
> N210 USRP. Further I am using Ubuntu 14.04 as it has Asterisk 11 in its
> repository ( required for MultiBTS handover).
>
> I suspect that the error may be due to the fact that some of the
> dependencies are not met.
>
> Regards,
> Rossouw
>
>
>
>
>
> ------------------------------------------------------------------------------
> Slashdot TV.
> Video for Nerds. Stuff that matters.
> http://tv.slashdot.org/
> _______________________________________________
> Openbts-discuss mailing list
> Ope...@li...
> https://lists.sourceforge.net/lists/listinfo/openbts-discuss
>
>
|