Thank you Norman , It is work now .
2014-04-28 22:38 GMT+01:00 Norman Feske <norman.feske@...1...>:
Hi Mohammed,
thank you for quick replay , acctualy I added 'Genode::' as prefix for 'Meta::' and 'Rpc_functions' respectively. and i got different error now *error: typedef name may not be a nested-name-specifier*
...
typedef Genode::Meta::Type_tuple<Rpc_xx_lwip_tcpip_init, Genode::Meta::Type_tuple<Rpc_xx_lwip_nic_init,
...
Genode::Rpc_functions;
the error tells you that name of the type defined via a 'typedef' must not be prefixed with the name of a namespace. In this case, 'Genode::Rpc_functions' must be just called 'Rpc_functions'. Sorry for bringing you on the wrong track in my previous email. The prefix is only needed for type names that you want to use from the 'Genode' namespace (e.g., 'Genode::Meta::Type_tuple'), not for types defined by yourself.
Cheers Norman
-- Dr.-Ing. Norman Feske Genode Labs
http://www.genode-labs.com · http://genode.org
Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available. Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Genode-main mailing list Genode-main@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/genode-main