On 2/7/08, Karthik <karthik at cytrion.com> wrote: > Hi , > I encountered the following errors when compiling the latest version (1783) > with carbide IDE for symbian . > > > Severity and Description Path Resource Location Creation Time Id > error: `FD_SETSIZE' undeclared (first use this function) > pjproject/pjlib/src/pj sock_select_symbian.cpp line 44 1202408816234 90 > Invalid project path: Duplicate path entries. pjproject pathentry > 1202408715609 87 > error: `FD_SETSIZE' was not declared in this scope pjproject/pjlib/src/pj > sock_select_symbian.cpp line 29 1202408816187 89 This was my fault, sorry. It's fixed now. The error was caused by ticket #472 (http://trac.pjsip.org/repos/ticket/472). With ticket #472 PJLIB no longer overrides FD_SETSIZE since FD_SETSIZE is not overrideable on GLIBC and Newlib, hence it caused the compilation error on Symbian. Thanks for reporting this so quickly. cheers, -benny