Building on Windows
Building on Windows
I am trying to build from a clone of the git master using mingw under vista..
everything "appears" to work except that I end up with about 1100 lines in 'dist/jquery.js' that look like this
:/users/daniel/apps/mingw/EXPOSE/r src/sizzle-jquery.js
:/users/daniel/apps/mingw/EXPOSE/r src/sizzle-jquery.js
:/users/daniel/apps/mingw/EXPOSE/r src/sizzle-jquery.js
:/users/daniel/apps/mingw/EXPOSE/r src/sizzle-jquery.js
when i try and do a make lint or make min i get a heap of errors because of the lines above..
I also ran test/index.html under the sizzle folder (thinking that it was a problem with that library) and get a heap of fails..
I can't even see any references that tell me that this *should* be possible, but I was kind of hoping that it wouldn't be that difficult since it doesn't have the normal c++ lib/include problem that i hit when normally building stuff under win32..
any ideas??
cheers
Daniel