Re: [Ekiga-list] Compiling opal-3.10.7 on Fedora 17 64bit

2012-08-24 Thread Antonio Trande
2012/8/24 Eugen Dedu 

> On 24/08/12 12:48, Antonio Trande wrote:
>
>> Hi all.
>>
>> I'm working to compile opal-3.10.7 on my  Fedora 17 64bit. After
>> *./configure
>> --disable-silk*, *make* fails  with
>>
>>
>> [CC] h263-1998.cxx
>>
>>> In file included from /usr/include/ffmpeg/libavutil/**samplefmt.h:22:0,
>>>   from /usr/include/ffmpeg/**libavcodec/avcodec.h:30,
>>>   from ../common/ffmpeg.h:48,
>>>   from h263-1998.h:52,
>>>   from h263-1998.cxx:50:
>>> /usr/include/ffmpeg/libavutil/**avutil.h:305:5: error: expected
>>> identifier
>>> before numeric constant
>>> /usr/include/ffmpeg/libavutil/**avutil.h:305:5: error: expected ‘}’
>>> before
>>> numeric constant
>>> /usr/include/ffmpeg/libavutil/**avutil.h:305:5: error: expected
>>> unqualified-id before numeric constant
>>> /usr/include/ffmpeg/libavutil/**avutil.h:313:1: error: expected
>>> declaration
>>> before ‘}’ token
>>> make[3]: ***
>>> [/home/sagitter/**SoftwareCompilato/opal-3.10.7/**
>>> plugins/../lib_linux_x86_64/**plugins/h263_ffmpeg/h263-1998.**o]
>>> Error 1
>>>
>>
> Peter, do you know what is the problem?  I tested it with libav...
>
> --
> Eugen
> __**_
> ekiga-list mailing list
> ekiga-list@gnome.org
> https://mail.gnome.org/**mailman/listinfo/ekiga-list


With the option *--disable-libavcodec, *make completes its work but ffmpeg
codecs are not available.
If i remember properly this issue pops up with the old release of Ekiga too
and it was linked to ffmpeg.

prefix   : /usr/local
 exec_prefix  : ${prefix}
 libdir   : ${exec_prefix}/lib
 Audio Codec plugin install dir   : ${libdir}/opal-3.10.7/codecs/audio
 Video Codec plugin install prefix: ${libdir}/opal-3.10.7/codecs/video
 LID plugin install prefix: ${libdir}/opal-3.10.7/lid
 FAX plugin install prefix: ${libdir}/opal-3.10.7/fax

  GSM :  yes (system)
  GSM-AMR :  yes
 iLBC :  yes (internal)
Speex :  yes (system, version 1.2rc1)
G.722 :  yes
  G.722.1 :  yes
  G.722.2 :  yes
G.726 :  yes
LPC10 :  yes
IMA_ADPCM :  yes
  SBC :  no
 CELT :  no
 SILK :  yes

   H.261  :  yes (vic)
 H.263/H.263+ :  no (ffmpeg)
   H.264  :  no
  THEORA  :  no
MPEG4 Part 2  :  no

 SpanDSP FAX  :  yes

   Quicknet xJACK support :  no
 Voicetronics VPB support :  no

 OS Type  :  linux-gnu
Machine Type  :  x86_64

 If all settings are OK, type make and make install


-- 
*Antonio Trande
"Fedora Ambassador"*
*"Fedora italian translation group"*
*"Blogger"

**mail*: mailto:sagit...@fedoraproject.org 
*Homepage*: http://www.fedora-os.org
*Sip Address* : sip:sagitter AT ekiga.net
*Jabber * :sagitter AT jabber.org
*GPG Key: 19E6DF27*
___
ekiga-list mailing list
ekiga-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-list

Re: [Ekiga-list] Compiling opal-3.10.7 on Fedora 17 64bit

2012-08-24 Thread Eugen Dedu

On 24/08/12 12:48, Antonio Trande wrote:

Hi all.

I'm working to compile opal-3.10.7 on my  Fedora 17 64bit. After *./configure
--disable-silk*, *make* fails  with

[CC] h263-1998.cxx

In file included from /usr/include/ffmpeg/libavutil/samplefmt.h:22:0,
  from /usr/include/ffmpeg/libavcodec/avcodec.h:30,
  from ../common/ffmpeg.h:48,
  from h263-1998.h:52,
  from h263-1998.cxx:50:
/usr/include/ffmpeg/libavutil/avutil.h:305:5: error: expected identifier
before numeric constant
/usr/include/ffmpeg/libavutil/avutil.h:305:5: error: expected ‘}’ before
numeric constant
/usr/include/ffmpeg/libavutil/avutil.h:305:5: error: expected
unqualified-id before numeric constant
/usr/include/ffmpeg/libavutil/avutil.h:313:1: error: expected declaration
before ‘}’ token
make[3]: ***
[/home/sagitter/SoftwareCompilato/opal-3.10.7/plugins/../lib_linux_x86_64/plugins/h263_ffmpeg/h263-1998.o]
Error 1


Peter, do you know what is the problem?  I tested it with libav...

--
Eugen
___
ekiga-list mailing list
ekiga-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-list

[Ekiga-list] Compiling opal-3.10.7 on Fedora 17 64bit

2012-08-24 Thread Antonio Trande
Hi all.

I'm working to compile opal-3.10.7 on my  Fedora 17 64bit. After *./configure
--disable-silk*, *make* fails  with

[CC] h263-1998.cxx
> In file included from /usr/include/ffmpeg/libavutil/samplefmt.h:22:0,
>  from /usr/include/ffmpeg/libavcodec/avcodec.h:30,
>  from ../common/ffmpeg.h:48,
>  from h263-1998.h:52,
>  from h263-1998.cxx:50:
> /usr/include/ffmpeg/libavutil/avutil.h:305:5: error: expected identifier
> before numeric constant
> /usr/include/ffmpeg/libavutil/avutil.h:305:5: error: expected ‘}’ before
> numeric constant
> /usr/include/ffmpeg/libavutil/avutil.h:305:5: error: expected
> unqualified-id before numeric constant
> /usr/include/ffmpeg/libavutil/avutil.h:313:1: error: expected declaration
> before ‘}’ token
> make[3]: ***
> [/home/sagitter/SoftwareCompilato/opal-3.10.7/plugins/../lib_linux_x86_64/plugins/h263_ffmpeg/h263-1998.o]
> Error 1
> make[3]: Leaving directory
> `/home/sagitter/SoftwareCompilato/opal-3.10.7/plugins/video/H.263-1998'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory
> `/home/sagitter/SoftwareCompilato/opal-3.10.7/plugins'
> make[1]: *** [subdirs] Error 2
> make[1]: Leaving directory `/home/sagitter/SoftwareCompilato/opal-3.10.7'
> make: *** [opt] Error 2


What can i do ?

Regards.
-- 
*Antonio Trande
*
*
**mail*: mailto:sagit...@fedoraproject.org 
*Homepage*: http://www.fedora-os.org
*Sip Address* : sip:sagitter AT ekiga.net
*Jabber * :sagitter AT jabber.org
*GPG Key: 19E6DF27*
$ ./configure --disable-silk
checking for pkg-config... /bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for a BSD-compatible install... /bin/install -c
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for ar... ar
configure: gcc version is 4.7.0
checking if gcc version is valid... yes
checking for working bit scan intrinsic... no
configure: Opal version is 3.10.7
checking for PTLIB... yes
checking linkable PTLib... release, static
Version:  2.10.2
CFLAGS:   -DP_64BIT -DPTRACING=1 -D_REENTRANT -D_GNU_SOURCE=1 -fno-exceptions 
-I/usr/include/SDL  
CXXFLAGS: -felide-constructors -Wreorder
DEBUG:-Wl,-z,relro -lpt_d_s -lrt -lsasl2 -lldap -llber -lldap_r -lssl 
-lcrypto -lexpat -lSDL -lpthread -lresolv -ldl  
RELEASE:  -Wl,-z,relro -lpt_s -lrt -lsasl2 -lldap -llber -lldap_r -lssl 
-lcrypto -lexpat -lSDL -lpthread -lresolv -ldl  
checking where plugins are being installed... linux
/usr/local/lib/opal-3.10.7
checking if debug build accepts -g3 -ggdb -O0... yes
checking ptlib version... 2.10.2
checking PTLIB has URL... yes
checking PTLIB has STUN... yes
checking PTLIB has SSL... yes
checking PTLIB has ASN.1... yes
checking PTLIB has expat... yes
checking PTLIB has video... yes
checking PTLIB has wavfile... yes
checking PTLIB has vxml... yes
checking PTLIB has ipv6... no
checking PTLIB has dtmf... yes
checking PTLIB has ldap... yes
checking PTLIB has dns... yes
checking PTLIB has audio... yes
checking PTLIB has config... yes
checking PTLIB has option ssl/aes... yes
checking how to run the C++ preprocessor... g++ -E
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking if dlopen is available... yes
checking for dlopen in -ldl... yes
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking for SPEEXDSP... yes
checking speex/speex.h usability... yes
checking speex/speex.h presence... yes
checking for speex/speex.h... yes
checking for speex/speex.h... (cached) yes
checking Speex has float... no
checking ZRTP protocol support... no
checking libsrtp support... no
checking capi20.h usability... no
checking capi20.h presence... no
checking for capi20.h... no
checking for swig... /bin/swig
checking jni.h usability... no
checking jni.h presence... no
checking for jni.h... no
checking for ruby... yes
checking ruby.h usability... no
checking ruby.h presence... no
checking for ruby.h... no
checking whether to ena

[Ekiga-list] (no subject)

2012-08-24 Thread Москвитин Владислав
iuyu7ytr
___
ekiga-list mailing list
ekiga-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-list