Jon Bonilla (Manwe) writes: > > I'm trying to build latest master version > (604cd062553064f000131114034c47592ca831a6) under debian 7.0 > > The compilation fails with the following error: > > > making internal resampler > make[2]: se ingresa al directorio `/usr/src/sems/core/resample' > make[2]: No se hace nada para `all'. > make[2]: se sale del directorio `/usr/src/sems/core/resample' > g++ -MMD -c -o AmB2BMedia.o AmB2BMedia.cpp -DHAVE_XMLRPCPP_SSL -D_DEBUG > -D_THREAD_SAFE -D_REENTRANT -DSEMS_VERSION='"1.5-0dev-1609-g604cd06-dirty"' > -DARCH='"x86_64"' -DOS='"linux"' -DSYSTEM_SAMPLECLOCK_RATE=32000LL > -DSEMS_APP_NAME='"sems"' -DUSE_MONITORING -DPROPAGATE_COREDUMP_SETTINGS -I. > -fno-strict-aliasing -DUSE_INTERNAL_RESAMPLER -DUSE_SPANDSP > -D__STDC_LIMIT_MACROS -Wall -Wno-reorder -Wno-unused -fPIC -g -O2 In file > included from AmB2BMedia.cpp:7:0: > > AmRtpReceiver.h:35:26: fatal error: > event2/event.h: No existe el fichero o el directorio
add libevent-dev source dependency into your debian/control file. -- juha _______________________________________________ Sems mailing list [email protected] http://lists.iptel.org/mailman/listinfo/sems
