Thread: [OpenSIPStack] getting build errors while building in LINUX using ecilips.
Brought to you by:
joegenbaclor
From: kishore k. <kk...@gm...> - 2009-03-24 06:21:26
|
Hi, i am not able to build the OpenSBCstck using ecilips in the openSUSI linux environment. i am getting the following errors: OSBC/opensipstack/src/vxi/trd/../../../include/vxi/VXItrd.h:38:26: warning: vxibuildopts.h: No such file or directory OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:76: error: ‘VXIulong’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:77: error: ‘VXItrdThreadStartFunc’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:78: error: ‘VXItrdThreadArg’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:84: error: ‘VXIbool’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:85: error: ‘VXIbool’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:89: error: ‘VXIint32’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:97: error: ‘VXItrdResult’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:122: error: ‘VXITRD_API’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:184: error: ‘VXITRD_API’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:217: error: ‘VXITRD_API’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:250: error: ‘VXITRD_API’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:278: error: variable or field ‘VXItrdThreadCleanup’ declared void OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:278: error: ‘VXItrdThreadArg’ was not declared in this scope OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:279: error: expected ‘,’ or ‘;’ before ‘{’ token OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:290: error: ISO C++ forbids declaration of ‘VXITRD_DEFINE_THREAD_FUNC’ with no type OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:290: error: ‘VXItrdThreadStart’ was not declared in this scope OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:290: error: ‘userData’ was not declared in this scope OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:290: error: initializer expression list treated as compound expression OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:291: error: expected ‘,’ or ‘;’ before ‘{’ token OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:321: error: ‘VXITRD_API’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:404: error: ‘VXITRD_API’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:437: error: expected constructor, destructor, or type conversion before ‘void’ OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:452: error: ‘VXITRD_API’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:500: error: ‘VXITRD_API’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:515: error: ‘VXITRD_API’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:527: error: expected constructor, destructor, or type conversion before ‘void’ OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:545: error: ‘VXITRD_API’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:572: error: ‘VXITRD_API’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:609: error: ‘VXITRD_API’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:655: error: ‘VXITRD_API’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:676: error: ‘VXITRD_API’ does not name a type OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:688: error: ‘VXITRD_API’ does not name a type and a make error---make: *** [OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.o] Error 1 will you please suggest any IDE other than ecilips for the LINUX environment. CAN ANYONE LOOK INTO THIS? Regards, Kishore. |
From: Joegen B. <joe...@gm...> - 2009-03-24 06:34:20
|
vxibuildopts.h is auto-generated by the configure script. Did you run configure before building? You should find it in opensipstack/include folder after running configure. I use Kdevelop IDE in Linux. -------------------------------------------------- From: "kishore kumar" <kk...@gm...> Sent: Tuesday, March 24, 2009 2:21 PM To: <ope...@li...> Subject: [OpenSIPStack] getting build errors while building in LINUX usingecilips. > Hi, > > i am not able to build the OpenSBCstck using ecilips in the openSUSI linux > environment. i am getting the following errors: > > OSBC/opensipstack/src/vxi/trd/../../../include/vxi/VXItrd.h:38:26: > warning: > vxibuildopts.h: No such file or directory > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:76: error: ‘VXIulong’ does > not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:77: error: > ‘VXItrdThreadStartFunc’ does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:78: error: > ‘VXItrdThreadArg’ > does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:84: error: ‘VXIbool’ does > not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:85: error: ‘VXIbool’ does > not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:89: error: ‘VXIint32’ does > not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:97: error: ‘VXItrdResult’ > does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:122: error: ‘VXITRD_API’ > does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:184: error: ‘VXITRD_API’ > does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:217: error: ‘VXITRD_API’ > does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:250: error: ‘VXITRD_API’ > does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:278: error: variable or > field ‘VXItrdThreadCleanup’ declared void > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:278: error: > ‘VXItrdThreadArg’ was not declared in this scope > OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:279: error: > expected ‘,’ or ‘;’ before ‘{’ token > OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:290: error: > ISO C++ forbids declaration of ‘VXITRD_DEFINE_THREAD_FUNC’ with no type > OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:290: error: > ‘VXItrdThreadStart’ was not declared in this scope > OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:290: error: > ‘userData’ was not declared in this scope > OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:290: error: > initializer expression list treated as compound expression > OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:291: error: > expected ‘,’ or ‘;’ before ‘{’ token > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:321: error: ‘VXITRD_API’ > does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:404: error: ‘VXITRD_API’ > does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:437: error: expected > constructor, destructor, or type conversion before ‘void’ > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:452: error: ‘VXITRD_API’ > does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:500: error: ‘VXITRD_API’ > does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:515: error: ‘VXITRD_API’ > does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:527: error: expected > constructor, destructor, or type conversion before ‘void’ > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:545: error: ‘VXITRD_API’ > does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:572: error: ‘VXITRD_API’ > does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:609: error: ‘VXITRD_API’ > does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:655: error: ‘VXITRD_API’ > does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:676: error: ‘VXITRD_API’ > does not name a type > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:688: error: ‘VXITRD_API’ > does not name a type > > > and a make error---make: *** > [OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.o] > Error 1 > > will you please suggest any IDE other than ecilips for the LINUX > environment. > > CAN ANYONE LOOK INTO THIS? > > Regards, > Kishore. > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > No virus found in this incoming message. > Checked by AVG - www.avg.com > Version: 8.0.238 / Virus Database: 270.11.25/2019 - Release Date: 03/23/09 > 18:51:00 > |
From: kishore k. <kk...@gm...> - 2009-03-24 08:21:39
|
Hi Joegen, Thanks for the immediate response. Yes, i ran configuration file and i also have the vxibuildopts.h auto generated file. But i am able to build from the console, after building properly from the console i am getting error like "Unable to load XML Scenario file register.xml" while rnning the TestRegistration application in OPESBC. Will you please look into this... Regards, Kishore. On Tue, Mar 24, 2009 at 12:01 PM, Joegen Baclor <joe...@gm...>wrote: > vxibuildopts.h is auto-generated by the configure script. Did you run > configure before building? You should find it in opensipstack/include > folder > after running configure. I use Kdevelop IDE in Linux. > > -------------------------------------------------- > From: "kishore kumar" <kk...@gm...> > Sent: Tuesday, March 24, 2009 2:21 PM > To: <ope...@li...> > Subject: [OpenSIPStack] getting build errors while building in LINUX > usingecilips. > > > Hi, > > > > i am not able to build the OpenSBCstck using ecilips in the openSUSI > linux > > environment. i am getting the following errors: > > > > OSBC/opensipstack/src/vxi/trd/../../../include/vxi/VXItrd.h:38:26: > > warning: > > vxibuildopts.h: No such file or directory > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:76: error: ‘VXIulong’ > does > > not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:77: error: > > ‘VXItrdThreadStartFunc’ does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:78: error: > > ‘VXItrdThreadArg’ > > does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:84: error: ‘VXIbool’ does > > not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:85: error: ‘VXIbool’ does > > not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:89: error: ‘VXIint32’ > does > > not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:97: error: ‘VXItrdResult’ > > does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:122: error: ‘VXITRD_API’ > > does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:184: error: ‘VXITRD_API’ > > does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:217: error: ‘VXITRD_API’ > > does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:250: error: ‘VXITRD_API’ > > does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:278: error: variable or > > field ‘VXItrdThreadCleanup’ declared void > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:278: error: > > ‘VXItrdThreadArg’ was not declared in this scope > > OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:279: > error: > > expected ‘,’ or ‘;’ before ‘{’ token > > OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:290: > error: > > ISO C++ forbids declaration of ‘VXITRD_DEFINE_THREAD_FUNC’ with no type > > OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:290: > error: > > ‘VXItrdThreadStart’ was not declared in this scope > > OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:290: > error: > > ‘userData’ was not declared in this scope > > OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:290: > error: > > initializer expression list treated as compound expression > > OSBC_18thmarch/OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:291: > error: > > expected ‘,’ or ‘;’ before ‘{’ token > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:321: error: ‘VXITRD_API’ > > does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:404: error: ‘VXITRD_API’ > > does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:437: error: expected > > constructor, destructor, or type conversion before ‘void’ > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:452: error: ‘VXITRD_API’ > > does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:500: error: ‘VXITRD_API’ > > does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:515: error: ‘VXITRD_API’ > > does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:527: error: expected > > constructor, destructor, or type conversion before ‘void’ > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:545: error: ‘VXITRD_API’ > > does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:572: error: ‘VXITRD_API’ > > does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:609: error: ‘VXITRD_API’ > > does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:655: error: ‘VXITRD_API’ > > does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:676: error: ‘VXITRD_API’ > > does not name a type > > OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.cpp:688: error: ‘VXITRD_API’ > > does not name a type > > > > > > and a make error---make: *** > > [OSBC/opensipstack/src/vxi/trd/SBtrdPthreads.o] > > Error 1 > > > > will you please suggest any IDE other than ecilips for the LINUX > > environment. > > > > CAN ANYONE LOOK INTO THIS? > > > > Regards, > > Kishore. > > > ------------------------------------------------------------------------------ > > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > > easily build your RIAs with Flex Builder, the Eclipse(TM)based > development > > software that enables intelligent coding and step-through debugging. > > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > > _______________________________________________ > > opensipstack-devel mailing list > > ope...@li... > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > > > > > No virus found in this incoming message. > > Checked by AVG - www.avg.com > > Version: 8.0.238 / Virus Database: 270.11.25/2019 - Release Date: > 03/23/09 > > 18:51:00 > > > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > |