Sylvain testing branch

Hi,

I am trying to build the Sylvain testing branch. I am facing an issue
there. What I did is as follows:

1. I got the Sylvain testing branch to my computer.
2. I tried to build it and it failed saying that it cannot find the
libosmocore library.
3. I changed the top most Makefile to install libosmocore after building.
4. Again I tried to build and it built and installed libosmocore but
now Its complaining about  osmocom/core/talloc.h not found in sim.c in
layer23 folder
6. As per the top Makefile, talloc is disabled in libosmocore but
sim.c file does not have conditional include for this header file.

Is this a problem or I am doing something wrong ?

Regards,
RM

Re: Sylvain testing branch

> Is this a problem or I am doing something wrong ?

The doc on the wiki and the README.building in the tree specifically
says you need to install libosmocore from the GIT and _NOT_ the one
embedded in the tree. The one in the tree is a special version for the
ARM code and must NOT be used on the host.

You must not go and muck around with the build system. Just doing make
in the src/ dir should be all you need to

Cheers,

   Sylvain