Siva : it seems 50 % of the dependencies are not present. opal, Ptlib etc...
You can read of a lot of info in the Wiki on compiling Ekiga for various platform On Wed, May 13, 2009 at 1:39 PM, Siva <sip.siva....@gmail.com> wrote: > Hi, > I'm the new member of this team. I'm working with 'ekiga-3.2.0' and I > have compiled the source without any issues. I have to work the source in > 'Eclipse IDE (3.4.1)'. But when imported the source 'ekiga-3.2.0', in my > project, its shows some errors. The error is mentioned below. > > > **** Build of configuration Debug for project Ekiga **** > > make all > Building file: ../src/ekiga.cpp > Invoking: GCC C++ Compiler > g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"src/ekiga.d" > -MT"src/ekiga.d" -o"src/ekiga.o" "../src/ekiga.cpp" > ../src/ekiga.cpp:39:20: error: config.h: No such file or directory > In file included from ../src/ekiga.h:44, > from ../src/ekiga.cpp:41: > ../src/common.h:42:28: warning: opal/buildopts.h: No such file or directory > ../src/common.h:47:26: warning: opal/manager.h: No such file or directory > ../src/common.h:48:23: warning: opal/pcss.h: No such file or directory > ../src/common.h:50:23: warning: h323/h323.h: No such file or directory > ../src/common.h:51:21: warning: sip/sip.h: No such file or directory > ../src/common.h:53:18: warning: glib.h: No such file or directory > ../src/common.h:54:21: warning: gtk/gtk.h: No such file or directory > In file included from ../src/ekiga.cpp:41: > ../src/ekiga.h:46:22: error: services.h: No such file or directory > ../src/ekiga.h:47:26: error: runtime-glib.h: No such file or directory > ../src/ekiga.h:49:24: error: statusicon.h: No such file or directory > ../src/ekiga.cpp:42:23: error: callbacks.h: No such file or directory > ../src/ekiga.cpp:43:25: error: preferences.h: No such file or directory > ../src/ekiga.cpp:44:25: error: chat-window.h: No such file or directory > ../src/ekiga.cpp:45:23: error: assistant.h: No such file or directory > ../src/ekiga.cpp:47:22: error: accounts.h: No such file or directory > ../src/ekiga.cpp:48:18: error: main.h: No such file or directory > ../src/ekiga.cpp:49:18: error: misc.h: No such file or directory > ../src/ekiga.cpp:55:22: error: gmdialog.h: No such file or directory > ../src/ekiga.cpp:56:26: error: gmstockicons.h: No such file or directory > ../src/ekiga.cpp:57:20: error: gmconf.h: No such file or directory > ../src/ekiga.cpp:59:20: error: engine.h: No such file or directory > In file included from ../src/ekiga.cpp:41: > ../src/ekiga.h:59: error: expected class-name before ‘{’ token > ../src/ekiga.h:60: error: ‘Comparison’ does not name a type > ../src/ekiga.h:108: error: ISO C++ forbids declaration of ‘GtkWidget’ with > no type > ../src/ekiga.h:108: error: expected ‘;’ before ‘*’ token > ../src/ekiga.h:115: error: ISO C++ forbids declaration of ‘GtkWidget’ with > no type > ../src/ekiga.h:115: error: expected ‘;’ before ‘*’ token > ../src/ekiga.h:122: error: ISO C++ forbids declaration of ‘GtkWidget’ with > no type > ../src/ekiga.h:122: error: expected ‘;’ before ‘*’ token > ../src/ekiga.h:129: error: ISO C++ forbids declaration of ‘GtkWidget’ with > no type > ../src/ekiga.h:129: error: expected ‘;’ before ‘*’ token > ../src/ekiga.h:136: error: ISO C++ forbids declaration of ‘StatusIcon’ with > no type > ../src/ekiga.h:136: error: expected ‘;’ before ‘*’ token > ../src/ekiga.h:147: error: ‘Ekiga’ has not been declared > ../src/ekiga.h:147: error: ISO C++ forbids declaration of ‘ServiceCore’ > with no type > ../src/ekiga.h:147: error: expected ‘;’ before ‘*’ token > ../src/ekiga.h:170: error: ISO C++ forbids declaration of ‘GtkWidget’ with > no type > ../src/ekiga.h:170: error: expected ‘;’ before ‘*’ token > ../src/ekiga.h:171: error: ISO C++ forbids declaration of ‘GtkWidget’ with > no type > ../src/ekiga.h:171: error: expected ‘;’ before ‘*’ token > ../src/ekiga.h:172: error: ISO C++ forbids declaration of ‘GtkWidget’ with > no type > ../src/ekiga.h:172: error: expected ‘;’ before ‘*’ token > ../src/ekiga.h:173: error: ISO C++ forbids declaration of ‘GtkWidget’ with > no type > ../src/ekiga.h:173: error: expected ‘;’ before ‘*’ token > ../src/ekiga.h:174: error: ISO C++ forbids declaration of ‘GtkWidget’ with > no type > ../src/ekiga.h:174: error: expected ‘;’ before ‘*’ token > ../src/ekiga.h:175: error: ISO C++ forbids declaration of ‘StatusIcon’ with > no type > ../src/ekiga.h:175: error: expected ‘;’ before ‘*’ token > ../src/ekiga.h: In member function ‘virtual PBoolean > GnomeMeeting::InternalIsDescendant(const char*) const’: > ../src/ekiga.h:60: error: ‘PProcess’ has not been declared > ../src/ekiga.h: In member function ‘virtual const char* > GnomeMeeting::GetClass(unsigned int) const’: > ../src/ekiga.h:60: error: ‘PProcess’ has not been declared > ../src/ekiga.cpp: In constructor ‘GnomeMeeting::GnomeMeeting()’: > ../src/ekiga.cpp:68: error: class ‘GnomeMeeting’ does not have any field > named ‘PProcess’ > ../src/ekiga.cpp:68: error: ‘MAJOR_VERSION’ was not declared in this scope > ../src/ekiga.cpp:68: error: ‘MINOR_VERSION’ was not declared in this scope > ../src/ekiga.cpp:68: error: ‘BUILD_TYPE’ was not declared in this scope > ../src/ekiga.cpp:68: error: ‘BUILD_NUMBER’ was not declared in this scope > ../src/ekiga.cpp:75: error: ‘assistant_window’ was not declared in this > scope > ../src/ekiga.cpp:76: error: ‘prefs_window’ was not declared in this scope > ../src/ekiga.cpp: In member function ‘void GnomeMeeting::Exit()’: > ../src/ekiga.cpp:91: error: ‘prefs_window’ was not declared in this scope > ../src/ekiga.cpp:92: error: ‘gtk_widget_destroy’ was not declared in this > scope > ../src/ekiga.cpp:93: error: ‘prefs_window’ was not declared in this scope > ../src/ekiga.cpp:95: error: ‘main_window’ was not declared in this scope > ../src/ekiga.cpp:96: error: ‘gtk_widget_destroy’ was not declared in this > scope > ../src/ekiga.cpp:97: error: ‘main_window’ was not declared in this scope > ../src/ekiga.cpp:99: error: ‘assistant_window’ was not declared in this > scope > ../src/ekiga.cpp:100: error: ‘gtk_widget_destroy’ was not declared in this > scope > ../src/ekiga.cpp:101: error: ‘assistant_window’ was not declared in this > scope > ../src/ekiga.cpp:103: error: ‘accounts_window’ was not declared in this > scope > ../src/ekiga.cpp:104: error: ‘gtk_widget_destroy’ was not declared in this > scope > ../src/ekiga.cpp:105: error: ‘accounts_window’ was not declared in this > scope > ../src/ekiga.cpp:107: error: ‘statusicon’ was not declared in this scope > ../src/ekiga.cpp:108: error: ‘g_object_unref’ was not declared in this > scope > ../src/ekiga.cpp:109: error: ‘statusicon’ was not declared in this scope > ../src/ekiga.cpp: At global scope: > ../src/ekiga.cpp:119: error: ‘Ekiga’ has not been declared > ../src/ekiga.cpp:119: error: expected constructor, destructor, or type > conversion before ‘*’ token > ../src/ekiga.cpp:135: error: expected constructor, destructor, or type > conversion before ‘*’ token > ../src/ekiga.cpp:142: error: expected constructor, destructor, or type > conversion before ‘*’ token > make: *** [src/ekiga.o] Error 1 > > > Can you please help me to solve this problem ?. It will helps me to work > with 'Ekiga'. > > Thanks in Advance ... > > Regards > Siva > > _______________________________________________ > ekiga-list mailing list > ekiga-list@gnome.org > http://mail.gnome.org/mailman/listinfo/ekiga-list > -- %<------------------------------------------------------->% Michel memeteau Blog 0.2 : http://memeteau.free.fr Fixe : 0974763294 Mobile : 0624808051 VOIP | Visio: sip:freeche...@ippi.fr <sip%3afreeche...@ippi.fr> jabber/GTalk : xmpp:freeche...@jabber.fr <xmpp%3afreeche...@jabber.fr>
_______________________________________________ ekiga-list mailing list ekiga-list@gnome.org http://mail.gnome.org/mailman/listinfo/ekiga-list