On Tue, 2011-02-08, Joe Swatosh wrote: > On Fri, Nov 12, 2010 at 4:09 AM, <rhuij...@apache.org> wrote: > > Log: > > Move projects generated by the Windows build to the right locations. The > > necessary changes in the python scripting to handle this also allowed moving > > the remaining project templates .ezt files to the templates directory. > > > > Please let me know if this patch breaks something for you. > > Okay, its a lot later, but this broke my build and r1034366 didn't fix it. > > python gen-make.py -t dsp ^ [...] > ^ > --with-sqlite=C:/Users/joe-swatosh/Documents/SVN/src-trunk/svn-build-dependencies/mswin/sqlite-3.6.20 > > > gives me > > Traceback (most recent call last): > File "gen-make.py", line 311, in ? > main(conf, gentype, skip_depends=skip, other_options=rest.list) > File "gen-make.py", line 65, in main > generator.write() > File "build\generator\gen_msvc_dsp.py", line 108, in write > ( > NameError: global name 'sql' is not defined
For the record, it looks like this was fixed in r1068863. - Julian