On Fri, Nov 12, 2010 at 4:09 AM, <rhuij...@apache.org> wrote: > Author: rhuijben > Date: Fri Nov 12 12:09:11 2010 > New Revision: 1034362 > > URL: http://svn.apache.org/viewvc?rev=1034362&view=rev > 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-apr=C:/Users/joe-swatosh/Documents/SVN/src-trunk/svn-build-dependencies/mswin/apr ^ --with-apr-util=C:/Users/joe-swatosh/Documents/SVN/src-trunk/svn-build-dependencies/mswin/apr-util ^ --with-sasl=C:/Users/joe-swatosh/Documents/SVN/src-trunk/svn-build-dependencies/mswin/sasl ^ --with-openssl=C:/Users/joe-swatosh/Documents/SVN/src-trunk/svn-build-dependencies/mswin/openssl-0.9.7d ^ --with-zlib=C:/Users/joe-swatosh/Documents/SVN/src-trunk/svn-build-dependencies/mswin/zlib-1.2.3 ^ --with-swig=C:\Users\joe-swatosh\Documents\SVN\BuildTools\swigwin-1.3.31 ^ --with-libintl=C:/Users/joe-swatosh/Documents/SVN/src-trunk/svn-build-dependencies/mswin/svn-win32-libintl ^ --enable-nls --enable-bdb-in-apr-util ^ --with-neon=C:/Users/joe-swatosh/Documents/SVN/src-trunk/svn-build-dependencies/mswin/neon-0.28.6 ^ --with-serf=C:/Users/joe-swatosh/Documents/SVN/src-trunk/svn-build-dependencies/mswin/serf-0.3.0 ^ --with-berkeley-db=C:/Users/joe-swatosh/Documents/SVN/src-trunk/svn-build-dependencies/mswin/db4-win32 ^ --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 I tried the stupid easy fixes (sql=[] and copy pasting the relevant part from gen_vcnet_vcproj.py), but got no where. Any ideas? Thanks, -- Joe