On Tue, 2008-07-15 at 12:55 +0530, VG wrote:
> Hi 
> 
> while compiling from source i am getiing following error msg:
> 
> net/CallId.cpp: In static member function 'static void
> CallId::initialize()':
> net/CallId.cpp:193: warning: format '%d' expects type 'int', but
> argument 4 has type 'long int'
> net/CallId.cpp:193: warning: format '%.6d' expects type 'int', but
> argument 5 has type 'long int'
> net/CallId.cpp: In static member function 'static void
> CallId::nextValue(const char*)':
> net/CallId.cpp:228: warning: format '%d' expects type 'int', but
> argument 4 has type 'long int'
> net/CallId.cpp:228: warning: format '%.6d' expects type 'int', but
> argument 5 has type 'long int'
> make[3]: *** [libsipXtack_la-CallId.lo] Error 1
> make[3]: Leaving directory `/root/Desktop/tac/
> sipxtacklib-3.11.4/src'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/root/Desktop/tac/sipxtacklib-3.11.4/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/root/Desktop/tac/sipxtacklib-3.11.4'
> make: *** [all] Error 2

What rev. of the code are you compiling, and are you sure there haven't
been any local modifications?  I just looked at 'main' rev. 13061, and
the listed arguments are definitely 'int', not 'long int'.

Dale



_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev

Reply via email to