Alright this time my error: cd C:/pjproject-1.3 make CFLAGS='-Wall -Werror' ../src/rach/rach.c:In function 'ui_console_main' ../src/rach/rach.c:117:warning :implicit declaration of function 'pjsua_invite' Is there any way to just change the call part to work in the script I attached, coz I have to make this working. Rachel On Thu, Sep 10, 2009 at 12:12 PM, Rachel Baskaran <rachelbaskaran at gmail.com>wrote: > I found it when I goggled. It was script (main.c) written by 2003-2006 > Benny Prijono. > > Maybe that's why we couldn't find definition, can I replace it with any > other syntax? > > I compile as you have told and post it here. > > Rachel > > On Thu, Sep 10, 2009 at 12:08 PM, John Graham < > johngavingraham at googlemail.com> wrote: > >> Try running: >> >> make CFLAGS='-Wall -Werror' >> >> Remember to resave your source file (or run "touch path/to/file.c" or >> whatever) to ensure make thinks it should rebuild it. >> >> But like I said, I can't see pjsua_invite() defined anywhere - where >> are you getting that from? >> >> John G >> >> >> >> On Thu, Sep 10, 2009 at 4:57 PM, Rachel Baskaran >> <rachelbaskaran at gmail.com> wrote: >> > The way I compile my script: >> > cd C:/pjproject-1.3 >> > make >> > >> > >> > If successful, it places the executable in >> > (pjsip-apps/bin/rach/i686-pc-mingw32) >> > as rach.exe and when I run the exe it registers blah blah... >> > >> > I'm not aware about the command to compile with -Wall and -Werror? >> > >> > How I give the command after cd C:/pjproject-1.3? And if the warning or >> > error still exists how to solve it? >> > >> > Thanks! >> >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing list >> pjsip at lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090910/3ebcfbf9/attachment.html>