[pygccxml-development] How to get back an "emergency API"?
Brought to you by:
mbaas,
roman_yakovenko
From: Matthias B. <ba...@ir...> - 2006-03-08 10:28:17
|
Hi, some of the recent discussion has become somewhat "theoretical" for me as I'm still in a state where I cannot create my bindings. So my short-term goal is still to get either my own or Allen's API to a state where it's at least partially functional again. In my own version I still get that exception I once posted. After the discoveries from yesterday I thought the problem might be that I don't provide a decl_factory to create decl_wrappers and pyplusplus might depend on them. But when I created a factory class that returns decl_wrappers then even the parse() step fails with an assertion error in source_reader.py (btw, shouldn't such a factory object be part of pyplusplus?). And Allen's version still seems to rely on his patched version of pyplusplus. I'm not sure if Allen is in the same situation or not, but at least for me it would be great if I could somehow get any API to work with the current cvs version of pyplusplus again. Roman, can you provide a small "porting guide" and outline what has to be changed so that a script that was working with pyplusplus from 1 or 2 weeks ago will work again with the current version? I'd like to get "back on the road" again as quickly as possible so that I can actually move on... ;) - Matthias - |