Re: [Ekiga-devel-list] ekiga-devel-list Digest, Vol 52, Issue 7



On 12/11/10 13:32, Rohit Negi wrote:
Hi,
      After making some changes in make file that problem is removed now the
following error is coming:
[root nsg-static-211 ekiga]# make RELEASE=0
........
.......

checking for int16_t... no
checking for int32_t... no
checking for uint32_t... no
checking for uint16_t... no
checking for u_int32_t... no
checking for u_int16_t... no
checking for int64_t... no
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for long long... yes
checking size of long long... 8
configure: error: No 16 bit type found on this platform!
make: *** [/root/rohit/ekiga/libogg-1.2.0/config.status] Error 1
i have checked that in above path config.status not exist.

It seems a compiling problem in libogg. Search the Web for the above error, for ex. I see http://mail-index.netbsd.org/pkgsrc-bugs/2007/03/28/0003.html

You can also replace 1.2.0 by 1.2.1 in the following line of Makefile:
OGG_VER := 1.2.0

(hoping they fixed this problem in 1.2.1) and redo "make update-sources" and "make".

Eugen


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]