Re: synopsis 0.7 compilation error (next)
Serge Iovleff <[email protected]>
| Newsgroups | gmane.comp.documentation.synopsis |
|---|---|
| Organization | Université de Lille 1 |
| Message-ID | <[email protected]> |
>
>>I could not generate the doc, but it's an other story...
>
>
> yet I'd like to hear about it ! ;-)
>
And the error I get after installing Synopsis....
$ python setup.py build_doc
running build_doc
sh -c make -C build/temp.linux-i686-2.3/Cxx-API doc
make: entrant dans le répertoire « /home/iovleff/dvlpt/synopsis/synopsis-0.7/build/temp.linux-i686-2.3/Cxx-API »
parsing /home/iovleff/dvlpt/synopsis/synopsis-0.7/Cxx-API/include/Synopsis/AST/AST.hh
mkdir -p include/Synopsis/AST/
python synopsis.py cxx --output=include/Synopsis/AST/AST.hh.syn
/home/iovleff/dvlpt/synopsis/synopsis-0.7/Cxx-API/include/Synopsis/AST/AST.hh
Finding info for 'cc' ... Failed
Finding info for 'c++' ... Failed
Finding info for 'gcc' ... Failed
Finding info for 'g++' ... Failed
Finding info for 'cl' ... Failed
Warning: The specified compiler () could not be found.
You may want to retry with the full pathname of the compiler
or with it in your path. If you don't have this compiler, you
will need to modify the C++ Parser part of your config file.
Warning: Unable to fallback to a default compiler emulation.
Unless you have set appropriate paths, expect errors.
Traceback (most recent call last):
File "synopsis.py", line 28, in ?
link_cxx = cxx_processor)
File "/usr/lib/python2.3/site-packages/Synopsis/process.py", line 72, in process
commands[command].process(ast, **props)
File "/usr/lib/python2.3/site-packages/Synopsis/Parsers/Cxx/Parser.py", line 62, in process
debug = self.debug)
File "/usr/lib/python2.3/site-packages/Synopsis/Parsers/Cpp/Parser.py", line 35, in process
flags += map(lambda x:'-I%s'%x, info.include_paths)
AttributeError: 'NoneType' object has no attribute 'include_paths'
make: *** [include/Synopsis/AST/AST.hh.syn] Erreur 1
make: quittant le répertoire « /home/iovleff/dvlpt/synopsis/synopsis-0.7/build/temp.linux-i686-2.3/Cxx-API »
error: command 'sh' failed with exit status 2
Serge