>
> These files shouldn't be commited...and in my version of the latest trunk,
> as well as in all your own current SCons* forks, they aren't. So I wonder
> where they are coming from on your side.
> Please check and ensure that your working directory is clean ("hg purge
> --all" might help, but make a backup of your local changes first).
> This really seems to be a local issue...Alright, so that index.html (and the 4 *.xml) files are generated into *#doc/user*. I assumed it wasn't updating because it still shows SCons 2.3.0 in the banner which is odd. That still doesn't explain why the index.html in *#doc/user/scons-user* is empty, since the build output implies the same end result for both index.html. __xinclude_lxml(["scons_xi.xml"], ["main.xml"]) __build_lxml(["scons_ex.xml"], ["scons_xi.xml"]) __xinclude_lxml(["scons_exi.xml"], ["scons_ex.xml"]) > __build_lxml(["scons_db.xml"], ["scons_exi.xml"]) > __build_lxml(["scons-user/index.html"], ["scons_db.xml"]) > __build_lxml(["index.html"], ["scons_db.xml"]) V/R, William On Sun, Aug 31, 2014 at 4:16 PM, Dirk Bächle <[email protected]> wrote: > On 31.08.2014 21:52, William Blevins wrote: > > python ../../src/script/scons.py >> Please ensure that you have the following Python bindings on your system >> "libxml2+libxslt" or "lxml". > > > I have *python-lxml-2.2.3-1* installed. > > I tried *python ../../src/script/scons.py* with both python 2.6 and > python 2.7 with the same results (from what I could tell). There is an > index.html in *#doc/user* that has been committed but it doesn't seem to > update, and the index.html inside *#doc/user/scons-user* is empty (size 0 > bytes). > > These files shouldn't be commited...and in my version of the latest > trunk, as well as in all your own current SCons* forks, they aren't. So I > wonder where they are coming from on your side. > Please check and ensure that your working directory is clean ("hg purge > --all" might help, but make a backup of your local changes first). > This really seems to be a local issue... > > Dirk > > > _______________________________________________ > Scons-dev mailing list > [email protected] > http://two.pairlist.net/mailman/listinfo/scons-dev > >
_______________________________________________ Scons-dev mailing list [email protected] http://two.pairlist.net/mailman/listinfo/scons-dev
