Re: [Libreoffice] [REVIEW] try to improve automatic detection for Windows building

2011-11-25 Thread julien2412
I posted a message on cygwin mailing list about Windows registry not completely mapped by Cygwin 1.7. http://cygwin.com/ml/cygwin/2011-11/msg00397.html But what do you think about the patches I sent, especially about using regtool ? (perhaps regtool should be the only way to access Windows regist

Re: [Libreoffice] [REVIEW] try to improve automatic detection for Windows building

2011-11-20 Thread julien2412
Just some rethinking of ANT detection. If the ant home is provided by command line, we should use it. We try to retrieve ANT_HOME only if we found nothing and if it's windows os. This patch replaces the former one. http://nabble.documentfoundation.org/file/n3523407/patch_configure_in_version2.txt

[Libreoffice] [REVIEW] try to improve automatic detection for Windows building

2011-11-19 Thread julien2412
Hello, Following the thread http://nabble.documentfoundation.org/Registry-keys-for-Windows-compilation-tp3521322p3521322.html, I proposed 2 patches. oowintool patch : - adds a function to search directly in the Windows registry if the value isn't found in Cygwin map registry. - in reg_find_key, th