Date: Fri, 30 Dec 2011 11:12:35 +0100 From: Luigi Rizzo <rizzo@iet.unipi.it> To: Matthias Apitz <guru@unixarea.de> Cc: freebsd-multimedia@freebsd.org Subject: Re: watching home via Internet Message-ID: <20111230101235.GA97952@onelab2.iet.unipi.it> In-Reply-To: <20111230075521.GA1193@tiny> References: <20111229150207.GA1729@tiny> <20111229172217.GB89588@onelab2.iet.unipi.it> <20111230075521.GA1193@tiny>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Dec 30, 2011 at 08:55:22AM +0100, Matthias Apitz wrote: > El d?a Thursday, December 29, 2011 a las 06:22:17PM +0100, Luigi Rizzo escribi?: > > > there is a nice phone app called 'baresip' which also > > does video and has a command line interface, see > > > > http://www.creytiv.com/baresip.html > > Hi Luigi, > > This morning I tried to compile baresip-0.4.0 directly from the above > referenced sources; re-0.4.0 and rem-0.4.0 compiled and installed fine, > baresip-0.4.0 failed with the errors below; I was looking around for > some contact @creytiv.com, but do not see any mail addr or list; > do you know to whom to write? baresip author is Alfred E. Heggestad aeh@db.org you can try contact him. I usually just disable the modules that do not compile, you could try the same for celt (it's unlikely that you need that codec, anyways) cheers luigi > > whith Google (and in my old mail archives :-) ) I found that you did a > FreeBSD standard port/ as 20110523-baresip-port; this is/was based on > 0.2.0 and does not work anymore because the file size of the src tar > files have been changed; before forcing ignore this, I wanted to ask you > if you did some newer port based on 0.4.0. > > Thanks > > matthias > -- > Matthias Apitz > e <guru@unixarea.de> - w http://www.unixarea.de/ > UNIX since V7 on PDP-11, UNIX on mainframe since ESER 1055 (IBM /370) > UNIX on x86 since SVR4.2 UnixWare 2.1.2, FreeBSD since 2.2.5 > > # uname -a > FreeBSD tinyCurrent 9.0-CURRENT FreeBSD 9.0-CURRENT #1 r214444: Thu Oct 28 10:56:32 CEST 2010 guru@current.Sisis.de:/usr/home/guru/myThings/FreeBSD/9-CURRENT/obj/usr/home/guru/myThings/FreeBSD/9-CURRENT/src/sys/GENERIC i386 > > $ gmake clean > $ gmake > CC [M] build-i486/modules/stun/stun.o > LD [M] stun.so > CC [M] build-i486/modules/turn/turn.o > LD [M] turn.so > CC [M] build-i486/modules/ice/ice.o > LD [M] ice.so > CC [M] build-i486/modules/natbd/natbd.o > LD [M] natbd.so > CC [M] build-i486/modules/celt/celt.o > modules/celt/celt.c:7:23: error: celt/celt.h: No such file or directory > > # find /usr/local/include -name celt.h > /usr/local/include/celt/celt.h > # ls -l /usr/local/include/celt/celt.h > -r--r--r-- 1 root wheel 11605 1 nov 2010 /usr/local/include/celt/celt.h > # pkg_info -W /usr/local/include/celt/celt.h > /usr/local/include/celt/celt.h was installed by package celt-0.7.0_1 > > > > *** Makefile 2011-12-30 07:22:32.000000000 +0100 > --- Makefile.orig 2011-12-21 21:55:29.000000000 +0100 > *************** > *** 40,46 **** > endif > > > ! CFLAGS += -I. -Iinclude -I$(LIBRE_INC) -I$(SYSROOT)/include -I$(SYSROOT)/local/include > CFLAGS += -I$(LIBREM_PATH)/include -I$(SYSROOT)/local/include/rem > > CXXFLAGS += -I. -Iinclude -I$(LIBRE_INC) > --- 40,46 ---- > endif > > > ! CFLAGS += -I. -Iinclude -I$(LIBRE_INC) -I$(SYSROOT)/include > CFLAGS += -I$(LIBREM_PATH)/include -I$(SYSROOT)/local/include/rem > > CXXFLAGS += -I. -Iinclude -I$(LIBRE_INC) > > > $ gmake > CC [M] build-i486/modules/stun/stun.o > LD [M] stun.so > CC [M] build-i486/modules/celt/celt.o > modules/celt/celt.c: In function 'encode_frame': > modules/celt/celt.c:226: warning: passing argument 3 of 'celt_encode' makes pointer from integer without a cast > modules/celt/celt.c: In function 'decode_frame': > modules/celt/celt.c:313: error: too many arguments to function 'celt_decode' > gmake: *** [build-i486/modules/celt/celt.o] Error 1 > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111230101235.GA97952>