Bug in source: Error from the Git Go just duplicated it twice

Hi folks

I just downloaded the git and it seems there is an error on the build

I edited /licode/erizo/src/erizo/SrtpChannel.h and changed

#include <srtp/srtp.h>

to

#include <srtp.h>

and it built fine after that.

Anyone care to confirm or correct me?

gyp info spawn make

gyp info spawn args [ ‘BUILDTYPE=Release’, ‘-C’, ‘build’ ]

make: Entering directory ‘/usr/share/licode/erizoAPI/build’

CXX(target) Release/obj.target/addon/addon.o

In file included from
/usr/share/licode/erizo/src/erizo/WebRtcConnection.h:11:0,

            from ../WebRtcConnection.h:5,

            from ../addon.cc:5:

/usr/share/licode/erizo/src/erizo/SrtpChannel.h:10:23: fatal error:
srtp/srtp.h: No such file or directory

#include <srtp/srtp.h>

                  ^

compilation terminated.

Hi!

It well, it really should be <srtp/srtp.h> as the include directory should be $(ERIZO_HOME)/…/build/libdeps/build/include and srtp.h is <srtp/srtp.h> from there if you run the install dependencies script first.
What OS are you running?

Cheers–
Pedro Rodriguez

On 8 Jan 2014 at 22:22:37, G W (thegeoforce@gmail.com) wrote:

Hi folks

I just downloaded the git and it seems there is an error on the build

I edited /licode/erizo/src/erizo/SrtpChannel.h and changed

#include <srtp/srtp.h>

to

#include <srtp.h>

and it built fine after that.

Anyone care to confirm or correct me?

gyp info spawn make

gyp info spawn args [ ‘BUILDTYPE=Release’, ‘-C’, ‘build’ ]

make: Entering directory ‘/usr/share/licode/erizoAPI/build’

CXX(target) Release/obj.target/addon/addon.o

In file included from /usr/share/licode/erizo/src/erizo/WebRtcConnection.h:11:0,

            from ../WebRtcConnection.h:5,

            from ../addon.cc:5:

/usr/share/licode/erizo/src/erizo/SrtpChannel.h:10:23: fatal error: srtp/srtp.h: No such file or directory

#include <srtp/srtp.h>

                  ^

compilation terminated.


You received this message because you are subscribed to the Google Groups “lynckia” group.
To unsubscribe from this group and stop receiving emails from it, send an email to lynckia+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Pedro,

I discovered I had a build issue which I think is also the AWS issue.

I think a small instance @ AWS is too small for Licode to do the
build/install. It wants over 1G on 12,04LTS and my setup in my dev
environment was a hair below in total conventional/swap. The install fails
every time.

Bumped up with overkill using the same instance and every new install is
silky. No black screen with the default config and everything happening as
you expect on a VPN.

Now it is Turn server time.

Best,

GWOn Wednesday, January 8, 2014 3:22:36 PM UTC-6, G W wrote:

Hi folks

I just downloaded the git and it seems there is an error on the build

I edited /licode/erizo/src/erizo/SrtpChannel.h and changed

#include <srtp/srtp.h>

to

#include <srtp.h>

and it built fine after that.

Anyone care to confirm or correct me?

gyp info spawn make

gyp info spawn args [ ‘BUILDTYPE=Release’, ‘-C’, ‘build’ ]

make: Entering directory ‘/usr/share/licode/erizoAPI/build’

CXX(target) Release/obj.target/addon/addon.o

In file included from
/usr/share/licode/erizo/src/erizo/WebRtcConnection.h:11:0,

            from ../WebRtcConnection.h:5,

            from ../addon.cc:5:

/usr/share/licode/erizo/src/erizo/SrtpChannel.h:10:23: fatal error:
srtp/srtp.h: No such file or directory

#include <srtp/srtp.h>

                  ^

compilation terminated.

Hi,

Thanks for pointing that out, it’s been a long time since we tested Licode
in <1GB instances. Will take a look at it

BR!El jueves, 9 de enero de 2014 17:27:12 UTC+1, G W escribió:

Pedro,

I discovered I had a build issue which I think is also the AWS issue.

I think a small instance @ AWS is too small for Licode to do the
build/install. It wants over 1G on 12,04LTS and my setup in my dev
environment was a hair below in total conventional/swap. The install fails
every time.

Bumped up with overkill using the same instance and every new install is
silky. No black screen with the default config and everything happening as
you expect on a VPN.

Now it is Turn server time.

Best,

GW

On Wednesday, January 8, 2014 3:22:36 PM UTC-6, G W wrote:

Hi folks

I just downloaded the git and it seems there is an error on the build

I edited /licode/erizo/src/erizo/SrtpChannel.h and changed

#include <srtp/srtp.h>

to

#include <srtp.h>

and it built fine after that.

Anyone care to confirm or correct me?

gyp info spawn make

gyp info spawn args [ ‘BUILDTYPE=Release’, ‘-C’, ‘build’ ]

make: Entering directory ‘/usr/share/licode/erizoAPI/build’

CXX(target) Release/obj.target/addon/addon.o

In file included from
/usr/share/licode/erizo/src/erizo/WebRtcConnection.h:11:0,

            from ../WebRtcConnection.h:5,

            from ../addon.cc:5:

/usr/share/licode/erizo/src/erizo/SrtpChannel.h:10:23: fatal error:
srtp/srtp.h: No such file or directory

#include <srtp/srtp.h>

                  ^

compilation terminated.