|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (WSFCPP-54) Sample 36 gives compilation errorsSample 36 gives compilation errors
---------------------------------- Key: WSFCPP-54 URL: https://wso2.org/jira/browse/WSFCPP-54 Project: WSO2 WSF/C++ Issue Type: Bug Components: Samples Affects Versions: 2.0.0 Environment: Windows XP VS9 Reporter: Chamara Silva Assignee: Nandika Jayawardana Priority: High 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(44) : error C2065: 'OMAttribute' : undeclared identifier 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(44) : error C2059: syntax error : '>' 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(93) : error C2065: 'OMAttribute' : undeclared identifier 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(93) : error C2059: syntax error : '>' 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(93) : error C2059: syntax error : ')' 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(152) : error C2065: 'OMAttribute' : undeclared identifier 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(152) : error C2059: syntax error : '>' 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(162) : error C2065: 'OMAttribute' : undeclared identifier 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(162) : error C2059: syntax error : '>' 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(162) : error C2059: syntax error : ')' 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(213) : error C2065: 'OMAttribute' : undeclared identifier 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(213) : error C2065: 'arg_ExtraAttributes' : undeclared identifier 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(213) : error C2143: syntax error : missing ',' before ')' 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(321) : error C2146: syntax error : missing ',' before identifier 'isEarlyNodeValid' 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(321) : error C2065: 'isEarlyNodeValid' : undeclared identifier 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(321) : error C2146: syntax error : missing ',' before identifier 'dontCareMinoccurs' 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(321) : error C2065: 'dontCareMinoccurs' : undeclared identifier 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(321) : error C2143: syntax error : missing ',' before ')' 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(332) : error C2065: 'namespaces' : undeclared identifier 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(332) : error C2275: 'axutil_hash_t' : illegal use of this type as an expression 1> d:\projects\wsfc++\source\wso2-wsf-cpp-bin-2.0.0-win32\include\axutil_hash.h(56) : see declaration of 'axutil_hash_t' 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(332) : error C2146: syntax error : missing ',' before identifier 'next_ns_index' 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(332) : error C2065: 'next_ns_index' : undeclared identifier 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(332) : error C2143: syntax error : missing ',' before ')' 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2065: 'MyDemo_om_element' : undeclared identifier 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2275: 'axiom_element_t' : illegal use of this type as an expression 1> d:\projects\wsfc++\source\wso2-wsf-cpp-bin-2.0.0-win32\include\axiom_element.h(37) : see declaration of 'axiom_element_t' 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2146: syntax error : missing ',' before identifier 'tag_closed' 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2065: 'tag_closed' : undeclared identifier 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2146: syntax error : missing ',' before identifier 'namespaces' 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2065: 'namespaces' : undeclared identifier 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2146: syntax error : missing ',' before identifier 'next_ns_index' 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2065: 'next_ns_index' : undeclared identifier 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2143: syntax error : missing ',' before ')' 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(391) : error C2065: 'OMAttribute' : undeclared identifier 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(391) : error C2059: syntax error : '>' 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(396) : error C2143: syntax error : missing ';' before '}' 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(398) : error C2143: syntax error : missing ';' before '}' 1>d:\projects\wsfc++\source\wso2-wsf-cpp-bin-2.0.0-win32\include\rwlock.h(24) : error C2143: syntax error : missing ';' before '{' 1>d:\projects\wsfc++\source\wso2-wsf-cpp-bin-2.0.0-win32\include\rwlock.h(25) : error C2143: syntax error : missing ';' before '{' 1>d:\projects\wsfc++\source\wso2-wsf-cpp-bin-2.0.0-win32\include\rwlock.h(71) : error C2143: syntax error : missing ';' before '}' 1>d:\projects\wsfc++\source\wso2-wsf-cpp-bin-2.0.0-win32\include\rwlock.h(72) : error C2143: syntax error : missing ';' before '}' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(15) : error C2143: syntax error : missing ';' before '{' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(19) : error C2947: expecting '>' to terminate template-argument-list, found '>' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(21) : error C2143: syntax error : missing ';' before '{' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(24) : error C2143: syntax error : missing ';' before '}' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(29) : error C2947: expecting '>' to terminate template-argument-list, found '>' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(31) : error C2236: unexpected 'struct' 'org_wso2_dyn_codegen_demo::binary_function'. Did you forget a ';'? 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(31) : error C2143: syntax error : missing ')' before '{' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(31) : error C2143: syntax error : missing ';' before '{' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(35) : error C2143: syntax error : missing ';' before '}' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(40) : error C2065: '_Ty' : undeclared identifier 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(40) : error C2065: '_Ty' : undeclared identifier 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(41) : error C2059: syntax error : '{' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(41) : error C2143: syntax error : missing ';' before '{' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(43) : error C2143: syntax error : missing ';' before '{' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(45) : error C2143: syntax error : missing ';' before '}' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(46) : error C2143: syntax error : missing ';' before '}' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(51) : error C2065: '_Ty' : undeclared identifier 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(51) : error C2065: '_Ty' : undeclared identifier 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(52) : error C2059: syntax error : '{' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(52) : error C2143: syntax error : missing ';' before '{' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(54) : error C2143: syntax error : missing ';' before '{' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(56) : error C2143: syntax error : missing ';' before '}' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(57) : error C2143: syntax error : missing ';' before '}' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(62) : error C2065: '_Ty' : undeclared identifier 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(62) : error C2065: '_Ty' : undeclared identifier 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(63) : error C2059: syntax error : '{' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(63) : error C2143: syntax error : missing ';' before '{' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(65) : error C2143: syntax error : missing ';' before '{' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(67) : error C2143: syntax error : missing ';' before '}' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(68) : error C2143: syntax error : missing ';' before '}' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(73) : error C2065: '_Ty' : undeclared identifier 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(73) : error C2065: '_Ty' : undeclared identifier 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(74) : error C2059: syntax error : '{' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(74) : error C2143: syntax error : missing ';' before '{' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(76) : error C2143: syntax error : missing ';' before '{' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(78) : error C2143: syntax error : missing ';' before '}' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(79) : error C2143: syntax error : missing ';' before '}' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(84) : error C2065: '_Ty' : undeclared identifier 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(84) : error C2065: '_Ty' : undeclared identifier 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(85) : error C2059: syntax error : '{' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(85) : error C2143: syntax error : missing ';' before '{' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(87) : error C2143: syntax error : missing ';' before '{' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(89) : error C2143: syntax error : missing ';' before '}' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(90) : error C2143: syntax error : missing ';' before '}' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(95) : error C2065: '_Ty' : undeclared identifier 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(96) : error C2059: syntax error : '{' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(96) : error C2143: syntax error : missing ';' before '{' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(98) : error C2143: syntax error : missing ';' before '{' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(100) : error C2143: syntax error : missing ';' before '}' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(101) : error C2143: syntax error : missing ';' before '}' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(106) : error C2065: '_Ty' : undeclared identifier 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(106) : error C2947: expecting '>' to terminate template-argument-list, found '>' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(107) : error C2143: syntax error : missing ';' before '{' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(109) : error C2143: syntax error : missing ';' before '{' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(111) : error C2143: syntax error : missing ';' before '}' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(112) : error C2143: syntax error : missing ';' before '}' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(117) : error C2065: '_Ty' : undeclared identifier 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(117) : error C2947: expecting '>' to terminate template-argument-list, found '>' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(118) : error C2143: syntax error : missing ')' before '{' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(118) : error C2143: syntax error : missing ';' before '{' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(120) : error C2143: syntax error : missing ';' before '{' 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(120) : fatal error C1003: error count exceeds 100; stopping compilation -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://wso2.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ Wsf-c-dev mailing list Wsf-c-dev@... https://wso2.org/cgi-bin/mailman/listinfo/wsf-c-dev |
|
|
[jira] Updated: (WSFCPP-54) Sample 35 gives compilation errors[ https://wso2.org/jira/browse/WSFCPP-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chamara Silva updated WSFCPP-54: -------------------------------- Summary: Sample 35 gives compilation errors (was: Sample 36 gives compilation errors) > Sample 35 gives compilation errors > ---------------------------------- > > Key: WSFCPP-54 > URL: https://wso2.org/jira/browse/WSFCPP-54 > Project: WSO2 WSF/C++ > Issue Type: Bug > Components: Samples > Affects Versions: 2.0.0 > Environment: Windows XP > VS9 > Reporter: Chamara Silva > Assignee: Nandika Jayawardana > Priority: High > > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(44) : error C2065: 'OMAttribute' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(44) : error C2059: syntax error : '>' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(93) : error C2065: 'OMAttribute' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(93) : error C2059: syntax error : '>' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(93) : error C2059: syntax error : ')' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(152) : error C2065: 'OMAttribute' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(152) : error C2059: syntax error : '>' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(162) : error C2065: 'OMAttribute' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(162) : error C2059: syntax error : '>' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(162) : error C2059: syntax error : ')' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(213) : error C2065: 'OMAttribute' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(213) : error C2065: 'arg_ExtraAttributes' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(213) : error C2143: syntax error : missing ',' before ')' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(321) : error C2146: syntax error : missing ',' before identifier 'isEarlyNodeValid' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(321) : error C2065: 'isEarlyNodeValid' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(321) : error C2146: syntax error : missing ',' before identifier 'dontCareMinoccurs' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(321) : error C2065: 'dontCareMinoccurs' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(321) : error C2143: syntax error : missing ',' before ')' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(332) : error C2065: 'namespaces' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(332) : error C2275: 'axutil_hash_t' : illegal use of this type as an expression > 1> d:\projects\wsfc++\source\wso2-wsf-cpp-bin-2.0.0-win32\include\axutil_hash.h(56) : see declaration of 'axutil_hash_t' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(332) : error C2146: syntax error : missing ',' before identifier 'next_ns_index' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(332) : error C2065: 'next_ns_index' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(332) : error C2143: syntax error : missing ',' before ')' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2065: 'MyDemo_om_element' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2275: 'axiom_element_t' : illegal use of this type as an expression > 1> d:\projects\wsfc++\source\wso2-wsf-cpp-bin-2.0.0-win32\include\axiom_element.h(37) : see declaration of 'axiom_element_t' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2146: syntax error : missing ',' before identifier 'tag_closed' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2065: 'tag_closed' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2146: syntax error : missing ',' before identifier 'namespaces' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2065: 'namespaces' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2146: syntax error : missing ',' before identifier 'next_ns_index' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2065: 'next_ns_index' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2143: syntax error : missing ',' before ')' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(391) : error C2065: 'OMAttribute' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(391) : error C2059: syntax error : '>' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(396) : error C2143: syntax error : missing ';' before '}' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(398) : error C2143: syntax error : missing ';' before '}' > 1>d:\projects\wsfc++\source\wso2-wsf-cpp-bin-2.0.0-win32\include\rwlock.h(24) : error C2143: syntax error : missing ';' before '{' > 1>d:\projects\wsfc++\source\wso2-wsf-cpp-bin-2.0.0-win32\include\rwlock.h(25) : error C2143: syntax error : missing ';' before '{' > 1>d:\projects\wsfc++\source\wso2-wsf-cpp-bin-2.0.0-win32\include\rwlock.h(71) : error C2143: syntax error : missing ';' before '}' > 1>d:\projects\wsfc++\source\wso2-wsf-cpp-bin-2.0.0-win32\include\rwlock.h(72) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(15) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(19) : error C2947: expecting '>' to terminate template-argument-list, found '>' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(21) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(24) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(29) : error C2947: expecting '>' to terminate template-argument-list, found '>' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(31) : error C2236: unexpected 'struct' 'org_wso2_dyn_codegen_demo::binary_function'. Did you forget a ';'? > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(31) : error C2143: syntax error : missing ')' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(31) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(35) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(40) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(40) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(41) : error C2059: syntax error : '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(41) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(43) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(45) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(46) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(51) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(51) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(52) : error C2059: syntax error : '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(52) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(54) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(56) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(57) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(62) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(62) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(63) : error C2059: syntax error : '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(63) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(65) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(67) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(68) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(73) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(73) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(74) : error C2059: syntax error : '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(74) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(76) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(78) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(79) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(84) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(84) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(85) : error C2059: syntax error : '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(85) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(87) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(89) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(90) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(95) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(96) : error C2059: syntax error : '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(96) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(98) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(100) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(101) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(106) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(106) : error C2947: expecting '>' to terminate template-argument-list, found '>' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(107) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(109) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(111) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(112) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(117) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(117) : error C2947: expecting '>' to terminate template-argument-list, found '>' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(118) : error C2143: syntax error : missing ')' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(118) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(120) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(120) : fatal error C1003: error count exceeds 100; stopping compilation -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://wso2.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ Wsf-c-dev mailing list Wsf-c-dev@... https://wso2.org/cgi-bin/mailman/listinfo/wsf-c-dev |
|
|
[jira] Resolved: (WSFCPP-54) Sample 35 gives compilation errors[ https://wso2.org/jira/browse/WSFCPP-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana resolved WSFCPP-54. --------------------------------------- Fix Version/s: 2.0.0 Resolution: Fixed Fixed > Sample 35 gives compilation errors > ---------------------------------- > > Key: WSFCPP-54 > URL: https://wso2.org/jira/browse/WSFCPP-54 > Project: WSO2 WSF/C++ > Issue Type: Bug > Components: Samples > Affects Versions: 2.0.0 > Environment: Windows XP > VS9 > Reporter: Chamara Silva > Assignee: Nandika Jayawardana > Priority: High > Fix For: 2.0.0 > > > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(44) : error C2065: 'OMAttribute' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(44) : error C2059: syntax error : '>' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(93) : error C2065: 'OMAttribute' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(93) : error C2059: syntax error : '>' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(93) : error C2059: syntax error : ')' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(152) : error C2065: 'OMAttribute' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(152) : error C2059: syntax error : '>' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(162) : error C2065: 'OMAttribute' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(162) : error C2059: syntax error : '>' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(162) : error C2059: syntax error : ')' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(213) : error C2065: 'OMAttribute' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(213) : error C2065: 'arg_ExtraAttributes' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(213) : error C2143: syntax error : missing ',' before ')' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(321) : error C2146: syntax error : missing ',' before identifier 'isEarlyNodeValid' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(321) : error C2065: 'isEarlyNodeValid' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(321) : error C2146: syntax error : missing ',' before identifier 'dontCareMinoccurs' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(321) : error C2065: 'dontCareMinoccurs' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(321) : error C2143: syntax error : missing ',' before ')' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(332) : error C2065: 'namespaces' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(332) : error C2275: 'axutil_hash_t' : illegal use of this type as an expression > 1> d:\projects\wsfc++\source\wso2-wsf-cpp-bin-2.0.0-win32\include\axutil_hash.h(56) : see declaration of 'axutil_hash_t' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(332) : error C2146: syntax error : missing ',' before identifier 'next_ns_index' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(332) : error C2065: 'next_ns_index' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(332) : error C2143: syntax error : missing ',' before ')' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2065: 'MyDemo_om_element' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2275: 'axiom_element_t' : illegal use of this type as an expression > 1> d:\projects\wsfc++\source\wso2-wsf-cpp-bin-2.0.0-win32\include\axiom_element.h(37) : see declaration of 'axiom_element_t' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2146: syntax error : missing ',' before identifier 'tag_closed' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2065: 'tag_closed' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2146: syntax error : missing ',' before identifier 'namespaces' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2065: 'namespaces' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2146: syntax error : missing ',' before identifier 'next_ns_index' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2065: 'next_ns_index' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2143: syntax error : missing ',' before ')' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(391) : error C2065: 'OMAttribute' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(391) : error C2059: syntax error : '>' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(396) : error C2143: syntax error : missing ';' before '}' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(398) : error C2143: syntax error : missing ';' before '}' > 1>d:\projects\wsfc++\source\wso2-wsf-cpp-bin-2.0.0-win32\include\rwlock.h(24) : error C2143: syntax error : missing ';' before '{' > 1>d:\projects\wsfc++\source\wso2-wsf-cpp-bin-2.0.0-win32\include\rwlock.h(25) : error C2143: syntax error : missing ';' before '{' > 1>d:\projects\wsfc++\source\wso2-wsf-cpp-bin-2.0.0-win32\include\rwlock.h(71) : error C2143: syntax error : missing ';' before '}' > 1>d:\projects\wsfc++\source\wso2-wsf-cpp-bin-2.0.0-win32\include\rwlock.h(72) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(15) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(19) : error C2947: expecting '>' to terminate template-argument-list, found '>' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(21) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(24) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(29) : error C2947: expecting '>' to terminate template-argument-list, found '>' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(31) : error C2236: unexpected 'struct' 'org_wso2_dyn_codegen_demo::binary_function'. Did you forget a ';'? > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(31) : error C2143: syntax error : missing ')' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(31) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(35) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(40) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(40) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(41) : error C2059: syntax error : '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(41) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(43) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(45) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(46) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(51) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(51) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(52) : error C2059: syntax error : '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(52) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(54) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(56) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(57) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(62) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(62) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(63) : error C2059: syntax error : '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(63) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(65) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(67) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(68) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(73) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(73) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(74) : error C2059: syntax error : '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(74) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(76) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(78) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(79) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(84) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(84) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(85) : error C2059: syntax error : '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(85) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(87) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(89) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(90) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(95) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(96) : error C2059: syntax error : '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(96) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(98) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(100) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(101) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(106) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(106) : error C2947: expecting '>' to terminate template-argument-list, found '>' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(107) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(109) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(111) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(112) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(117) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(117) : error C2947: expecting '>' to terminate template-argument-list, found '>' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(118) : error C2143: syntax error : missing ')' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(118) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(120) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(120) : fatal error C1003: error count exceeds 100; stopping compilation -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://wso2.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ Wsf-c-dev mailing list Wsf-c-dev@... https://wso2.org/cgi-bin/mailman/listinfo/wsf-c-dev |
|
|
[jira] Closed: (WSFCPP-54) Sample 35 gives compilation errors[ https://wso2.org/jira/browse/WSFCPP-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chamara Silva closed WSFCPP-54. ------------------------------- issue verified and close > Sample 35 gives compilation errors > ---------------------------------- > > Key: WSFCPP-54 > URL: https://wso2.org/jira/browse/WSFCPP-54 > Project: WSO2 WSF/C++ > Issue Type: Bug > Components: Samples > Affects Versions: 2.0.0 > Environment: Windows XP > VS9 > Reporter: Chamara Silva > Assignee: Nandika Jayawardana > Priority: High > Fix For: 2.0.0 > > > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(44) : error C2065: 'OMAttribute' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(44) : error C2059: syntax error : '>' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(93) : error C2065: 'OMAttribute' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(93) : error C2059: syntax error : '>' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(93) : error C2059: syntax error : ')' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(152) : error C2065: 'OMAttribute' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(152) : error C2059: syntax error : '>' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(162) : error C2065: 'OMAttribute' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(162) : error C2059: syntax error : '>' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(162) : error C2059: syntax error : ')' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(213) : error C2065: 'OMAttribute' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(213) : error C2065: 'arg_ExtraAttributes' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(213) : error C2143: syntax error : missing ',' before ')' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(321) : error C2146: syntax error : missing ',' before identifier 'isEarlyNodeValid' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(321) : error C2065: 'isEarlyNodeValid' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(321) : error C2146: syntax error : missing ',' before identifier 'dontCareMinoccurs' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(321) : error C2065: 'dontCareMinoccurs' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(321) : error C2143: syntax error : missing ',' before ')' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(332) : error C2065: 'namespaces' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(332) : error C2275: 'axutil_hash_t' : illegal use of this type as an expression > 1> d:\projects\wsfc++\source\wso2-wsf-cpp-bin-2.0.0-win32\include\axutil_hash.h(56) : see declaration of 'axutil_hash_t' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(332) : error C2146: syntax error : missing ',' before identifier 'next_ns_index' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(332) : error C2065: 'next_ns_index' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(332) : error C2143: syntax error : missing ',' before ')' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2065: 'MyDemo_om_element' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2275: 'axiom_element_t' : illegal use of this type as an expression > 1> d:\projects\wsfc++\source\wso2-wsf-cpp-bin-2.0.0-win32\include\axiom_element.h(37) : see declaration of 'axiom_element_t' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2146: syntax error : missing ',' before identifier 'tag_closed' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2065: 'tag_closed' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2146: syntax error : missing ',' before identifier 'namespaces' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2065: 'namespaces' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2146: syntax error : missing ',' before identifier 'next_ns_index' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2065: 'next_ns_index' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(347) : error C2143: syntax error : missing ',' before ')' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(391) : error C2065: 'OMAttribute' : undeclared identifier > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(391) : error C2059: syntax error : '>' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(396) : error C2143: syntax error : missing ';' before '}' > 1>d:\projects\wsfc++\tests\case35\client\src\mydemo.h(398) : error C2143: syntax error : missing ';' before '}' > 1>d:\projects\wsfc++\source\wso2-wsf-cpp-bin-2.0.0-win32\include\rwlock.h(24) : error C2143: syntax error : missing ';' before '{' > 1>d:\projects\wsfc++\source\wso2-wsf-cpp-bin-2.0.0-win32\include\rwlock.h(25) : error C2143: syntax error : missing ';' before '{' > 1>d:\projects\wsfc++\source\wso2-wsf-cpp-bin-2.0.0-win32\include\rwlock.h(71) : error C2143: syntax error : missing ';' before '}' > 1>d:\projects\wsfc++\source\wso2-wsf-cpp-bin-2.0.0-win32\include\rwlock.h(72) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(15) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(19) : error C2947: expecting '>' to terminate template-argument-list, found '>' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(21) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(24) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(29) : error C2947: expecting '>' to terminate template-argument-list, found '>' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(31) : error C2236: unexpected 'struct' 'org_wso2_dyn_codegen_demo::binary_function'. Did you forget a ';'? > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(31) : error C2143: syntax error : missing ')' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(31) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(35) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(40) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(40) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(41) : error C2059: syntax error : '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(41) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(43) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(45) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(46) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(51) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(51) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(52) : error C2059: syntax error : '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(52) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(54) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(56) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(57) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(62) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(62) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(63) : error C2059: syntax error : '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(63) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(65) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(67) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(68) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(73) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(73) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(74) : error C2059: syntax error : '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(74) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(76) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(78) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(79) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(84) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(84) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(85) : error C2059: syntax error : '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(85) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(87) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(89) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(90) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(95) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(96) : error C2059: syntax error : '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(96) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(98) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(100) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(101) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(106) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(106) : error C2947: expecting '>' to terminate template-argument-list, found '>' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(107) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(109) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(111) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(112) : error C2143: syntax error : missing ';' before '}' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(117) : error C2065: '_Ty' : undeclared identifier > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(117) : error C2947: expecting '>' to terminate template-argument-list, found '>' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(118) : error C2143: syntax error : missing ')' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(118) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(120) : error C2143: syntax error : missing ';' before '{' > 1>c:\program files\microsoft visual studio 9.0\vc\include\functional(120) : fatal error C1003: error count exceeds 100; stopping compilation -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://wso2.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ Wsf-c-dev mailing list Wsf-c-dev@... https://wso2.org/cgi-bin/mailman/listinfo/wsf-c-dev |
| Free embeddable forum powered by Nabble | Forum Help |