linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] help linphone make error


From: ????
Subject: [Linphone-developers] help linphone make error
Date: Tue, 29 Oct 2013 10:46:57 +0800

Dear All:
     I make linphone 3.6.1 use mingw. The error is :
     
       CCLD   linphoned.exe
make[2]: Leaving directory `/d/source/linphone-3.6.1/linphone-3.6.1/console'
Making all in gtk
make[2]: Entering directory `/d/source/linphone-3.6.1/linphone-3.6.1/gtk'
echo "#define LINPHONE_VERSION_DATE \"3.6.1-`date +%y%m%d`\"" > version_date.h
make  all-am
make[3]: Entering directory `/d/source/linphone-3.6.1/linphone-3.6.1/gtk'
  CC     main.o
main.c: In function 'linphone_gtk_init_liblinphone':
main.c:240:8: error: 'LinphoneCoreVTable' has no member named 'notify_presence_r
eceived'
  vtable.notify_presence_received=linphone_gtk_notify_recv;
        ^
main.c:241:8: error: 'LinphoneCoreVTable' has no member named 'new_subscription_
requested'
  vtable.new_subscription_requested=linphone_gtk_new_unknown_subscriber;
        ^
main.c:262:2: error: implicit declaration of function 'linphone_core_enable_vide
o_capture' [-Werror=implicit-function-declaration]
  linphone_core_enable_video_capture(the_core, TRUE);
  ^
main.c:263:2: error: implicit declaration of function 'linphone_core_enable_vide
o_display' [-Werror=implicit-function-declaration]
  linphone_core_enable_video_display(the_core, TRUE);
  ^
cc1.exe: all warnings being treated as errors
make[3]: *** [main.o] Error 1
make[3]: Leaving directory `/d/source/linphone-3.6.1/linphone-3.6.1/gtk'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/d/source/linphone-3.6.1/linphone-3.6.1/gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/d/source/linphone-3.6.1/linphone-3.6.1'
make: *** [all] Error 2

       i cannot sovle it can you help me?  
                                      thank you 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]