What steps will reproduce the problem?
1. checkout the current sources
2. run utils/install_dependencies.py
What is the expected output? What do you see instead?
The expectation is that all the dependencies will be correctly installed.
htmltotext is not installed. The last couple of lines of output are:
c:\users\paul\desktop\flaxcode\flax_basic\libs\htmltotext\src\strcasecmp.h(30)
:
fatal error C1083: Cannot open include file: 'strings.h': No such file or
directory
ERRORS:
error: command '"C:\Program Files\Microsoft Visual Studio
9.0\V\BIN\cl.exe"' failed with exit status 2
Failed
Workaround is to comment out the following lines near the top of strcasecmp.h:
#ifdef HAVE_STRINGS_H
// On Solaris, strcasecmp is in strings.h.
# include <strings.h>
#endif
Original issue reported on code.google.com by paul.x.r...@googlemail.com on 1 Sep 2009 at 7:08
Original issue reported on code.google.com by
paul.x.r...@googlemail.com
on 1 Sep 2009 at 7:08