You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cxxtes...@googlegroups.com
Hi , I am using cxxtest for testing the firmware code. I am getting strange namespace errors from the generated test runner.
My environment details:
g++ - 3.4.4
arch - mips
cxxtest version : 3.10 ( downgraded to compatibility for g++)
<excerpt_from_the_build_log> In file included from path/to/cxxtest_include_path/cxxtest/Root.cpp:9, from path/to/module/test_module.cpp:295: path/to/cxxtest_include_path//cxxtest/Descriptions.cpp:6: error: expected unqualified-id before "namespace" In file included from path/to/cxxtest_include_path/cxxtest/Root.cpp:10, from path/to/module/test_module.cpp:295: path/to/cxxtest_include_path//cxxtest/DummyDescriptions.cpp:3: error: expected unqualified-id before "namespace" In file included from path/to/cxxtest_include_path/cxxtest/Root.cpp:11, from path/to/module/test_module.cpp:295: path/to/cxxtest_include_path//cxxtest/GlobalFixture.cpp:6: error: expected unqualified-id before "namespace" In file included from path/to/cxxtest_include_path/cxxtest/Root.cpp:12, from path/to/module/test_module.cpp:295: path/to/cxxtest_include_path//cxxtest/LinkedList.cpp:6: error: expected unqualified-id before "namespace" In file included from path/to/cxxtest_include_path/cxxtest/Root.cpp:13, from path/to/module/test_module.cpp:295: path/to/cxxtest_include_path//cxxtest/RealDescriptions.cpp:11: error: expected unqualified-id before "namespace" In file included from path/to/cxxtest_include_path/cxxtest/Root.cpp:14, from path/to/module/test_module.cpp:295: path/to/cxxtest_include_path//cxxtest/TestSuite.cpp:6: error: expected unqualified-id before "namespace" In file included from path/to/cxxtest_include_path/cxxtest/Root.cpp:15, from path/to/module/test_module.cpp:295: path/to/cxxtest_include_path//cxxtest/TestTracker.cpp:6: error: expected unqualified-id before "namespace" In file included from path/to/cxxtest_include_path/cxxtest/Root.cpp:16, from path/to/module/test_module.cpp:295: path/to/cxxtest_include_path//cxxtest/ValueTraits.cpp:6: error: expected unqualified-id before "namespace" path/to/module/test_module.cpp:296: error: expected unqualified-id before "namespace" path/to/module/test_module.cpp:366: error: expected `}' at end of input path/to/module/test_module.cpp:292: error: expected unqualified-id at end of input path/to/module/test_module.cpp:292: error: expected `,' or `;' at end of input <excerpt_from_the_build_log>
I am not able to figure out the problem in the generated files. Kindly help me.
- arjuns
Arjun Suresh Raji
unread,
Mar 17, 2015, 12:54:24 AM3/17/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message