Guest User

Untitled

a guest
Nov 25th, 2013
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. INFO GCCXML version - 0.9( 1.135 )
  2. ERROR error occured, while parsing element with name "FundamentalType" and attrs "['attributes', 'align', 'size', 'id', 'name']".
  3. Error: pygccxml error: unable to find fundamental type with name 'atomic_int_type'..
  4. Traceback (most recent call last):
  5. File "generate_code.py", line 853, in <module>
  6. ,indexing_suite_version = 2
  7. File "/usr/local/lib/python2.7/dist-packages/pyplusplus/module_builder/boost_python_builder.py", line 95, in __init__
  8. , indexing_suite_version)
  9. File "/usr/local/lib/python2.7/dist-packages/pyplusplus/module_builder/boost_python_builder.py", line 138, in __parse_declarations
  10. decls = reader.read_files( files, compilation_mode )
  11. File "/usr/local/lib/python2.7/dist-packages/pygccxml/parser/project_reader.py", line 217, in read_files
  12. return self.__parse_file_by_file(files)
  13. File "/usr/local/lib/python2.7/dist-packages/pygccxml/parser/project_reader.py", line 256, in __parse_file_by_file
  14. decls = reader.read_xml_file( prj_file.cached_source_file )
  15. File "/usr/local/lib/python2.7/dist-packages/pygccxml/parser/source_reader.py", line 252, in read_xml_file
  16. declarations, files = self.__parse_gccxml_created_file( ffname )
  17. File "/usr/local/lib/python2.7/dist-packages/pygccxml/parser/source_reader.py", line 301, in __parse_gccxml_created_file
  18. scanner_.read()
  19. File "/usr/local/lib/python2.7/dist-packages/pygccxml/parser/etree_scanner.py", line 45, in read
  20. self.startElement( elem.tag, elem.attrib )
  21. File "/usr/local/lib/python2.7/dist-packages/pygccxml/parser/scanner.py", line 201, in startElement
  22. obj = self.__readers[name]( attrs )
  23. File "/usr/local/lib/python2.7/dist-packages/pygccxml/parser/scanner.py", line 371, in __read_fundamental_type
  24. % attrs.get( XML_AN_NAME, '' ) )
  25. RuntimeError: pygccxml error: unable to find fundamental type with name 'atomic_int_type'.
  26. clodo@OsirisUbuntu64:~/osiris-sps/client/src/plugins/python$
Advertisement
Add Comment
Please, Sign In to add comment