cloudtrends / doubango

Automatically exported from code.google.com/p/doubango
0 stars 0 forks source link

r886 version is failing to complile #271

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

When we try to do "make" it fails

What is the expected output? What do you see instead?

Here is the error I see.
============================
Making all in tinyMEDIA
make[2]: Entering directory `/root/webrtc/doubango/tinyMEDIA'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..  
-Iinclude -I../IA_la-tmedia_defaults.lo -MD -MP -MF 
".deps/libtinyMEDIA_la-tmedia_defaults.Tpo" -c -o 
libtinyMsrc/tmedia_defaults.c; \
        then mv -f ".deps/libtinyMEDIA_la-tmedia_defaults.Tpo" ".deps/libtinyMEDIA_la-tmedia_de 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -Iinclude -I../tinySAK/src -I../tinyNET/src 
-I../tinySDP/inclnyMEDIA_la-tmedia_defaults.Tpo -c src/tmedia_defaults.c  -fPIC 
-DPIC -o .libs/libtinyMEDIA_la-t
src/tmedia_defaults.c: In function 
'tmedia_defaults_set_bandwidth_video_upload_max':
src/tmedia_defaults.c:90: error: 'INT_MAX' undeclared (first use in this 
function)
src/tmedia_defaults.c:90: error: (Each undeclared identifier is reported only 
once
src/tmedia_defaults.c:90: error: for each function it appears in.)
make[2]: *** [libtinyMEDIA_la-tmedia_defaults.lo] Error 1
make[2]: Leaving directory `/root/webrtc/doubango/tinyMEDIA'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/webrtc/doubango'
make: *** [all] Error 2

============================
What version of the product are you using? On what operating system?

r886 on RHEL 5.5 32 bit

Please provide any additional information below.

Original issue reported on code.google.com by ravindra...@gmail.com on 16 May 2013 at 11:05

GoogleCodeExporter commented 9 years ago
Should be fixed in r887

Original comment by boss...@yahoo.fr on 16 May 2013 at 11:48