[PATCH] detect apr-bin folder on Windows when integrated in httpd/src

2016-07-25 Thread Stefan
Hi, the attached patch adds detction of the bin-directory location inside httpd, which is the default location for apr binaries, if apr is integrated in httpd/srclib rather than a stand alone project. The patch would apply to trunk and 1.9. Regards, Stefan Index:

[PATCH] improve error output with missing apr binary directory

2016-07-25 Thread Stefan
Hi, when generating the project files on Windows and the apr bin-directory being missing the python gen-make.py call currently produces the following cryptic error message: Traceback (most recent call last): File "gen-make.py", line 326, in main(conf, gentype, skip_depends=skip,

[PATCH] Fix for SVN 1.8 with sqlite >= 3.12.0 and VS 2005+

2016-07-25 Thread Stefan
Hi, building SVN 1.8 using sqlite >= SQLite 3.12.0 (amalgamation) and VS 2005+ raises the following error: [...]\sqlite\sqlite3.c(42437): error C4013: 'rand_s' undefined; assuming extern returning int [[...]\1.8.16\build\win32\vcnet-vcproj\test_wc_queries.vcxproj] The issue does not exist in