Wiki Account

2020-04-30 Thread Jungi Hong
Hello, I am interested in opening a wiki account. I propose the username: darthdj31 The email would be jhong101...@gmail.com. Best regards, Jungi

Re: Cygwin, OpenOffice and autoconf

2017-02-10 Thread Hong
I had the same problem. It was because autoconf needs to be installed. I installed through "apt-cyg install autoconf" in cygwin. I had no success building it on Windows 10. I guess building it on Windows 7 would be easier. Apache's buildbot uses Windows 7 On Fri, Feb 10, 2017 at 8:51 PM, Peter

Re: Build --all errors on libxml2?

2017-01-31 Thread Hong
Hi Damjan, Did you see anything wrong with the MSVC? On Mon, Jan 30, 2017 at 10:07 PM, Hong <mahon...@gmail.com> wrote: > Hi Damjan, > > I will paste the raw text here. The mailing list probably filtered the > attachment out. > > This file contains any messages pro

Re: Build --all errors on libxml2?

2017-01-30 Thread Hong
Hi Damjan, I will paste the raw text here. The mailing list probably filtered the attachment out. This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.69.

Re: Build --all errors on libxml2?

2017-01-30 Thread Hong
Hi Damjan, I attached config.log. Can you please take a look? Thanks. On Thu, Jan 26, 2017 at 12:02 PM, Damjan Jovanovic <dam...@apache.org> wrote: > I suspect a wrong version of MSVC. Attach your config.log. > > On Thu, Jan 26, 2017 at 8:56 PM, Hong <mahon...@gmail.co

Build --all errors on libxml2?

2017-01-26 Thread Hong
Hi, I encountered a bunch of link errors of missing symbol ___security_cookie. Does anybody know what could be the problem? link.exe /nologo /VERSION:2.9 /LIBPATH:bin.msvc /LIBPATH:.\lib /DLL /IMPLIB:bin.msvc\libxml2.lib /OUT:bin.msvc\libxml2.dll int.msvc\buf.obj int.msvc\c14n.obj

Re: Question -- building AOO 4.1.3 on Windows

2017-01-22 Thread Hong
external dependencies, please fix the previous problems and try again *** On Sun, Jan 22, 2017 at 10:34 PM, Hong <mahon...@gmail.com> wrote: > In the end I figured out I was missing perl-Net-SSLeay. > > Since perl-LWP-Protocol depends on perl-Net-SSLeay (according to the > sc

Re: Question -- building AOO 4.1.3 on Windows

2017-01-22 Thread Hong
', instead of perl -e 'use LWP::Protocol::https' > \dev\null as currently is. ​ On Sun, Jan 22, 2017 at 5:51 PM, Damjan Jovanovic <dam...@apache.org> wrote: > Hi > > Install the perl-LWP-Protocol-https package using Cygwin or apt-cyg. > > > On Sun, Jan 22, 2017 at 9:35 P

Re: Question -- building AOO 4.1.3 on Windows

2017-01-22 Thread Hong
've just committed a fix for it, so please "svn update", "autoconf", and > try "configure" again. If you still get errors, please attach the output > and your config.log. > > Damjan > > On Sat, Jan 21, 2017 at 3:38 AM, Hong <mahon...@gmail.com

Re: Question -- building AOO 4.1.3 on Windows

2017-01-20 Thread Hong
/aoo-win7/builds/602 On Mon, Jan 16, 2017 at 12:43 PM, Hong <mahon...@gmail.com> wrote: > Hi again, > > I now encountered this error, > > checking for PSDK files... configure: error: Some (all?) PSDK files not > found, please check if all needed Platform SDKs > are in

Re: Question -- building AOO 4.1.3 on Windows

2017-01-16 Thread Hong
Windows 10 machine, but things like .NET 3.5, MSVC 2008 and GDI needs to come out of Win XP sound a bit outdated. On Sun, Jan 15, 2017 at 9:26 PM, Hong <mahon...@gmail.com> wrote: > Thanks, will try to find it. > > On Sun, Jan 15, 2017 at 9:20 PM, Damjan Jovanovic <dam...@apache.org&

Re: Question -- building AOO 4.1.3 on Windows

2017-01-15 Thread Hong
Thanks, will try to find it. On Sun, Jan 15, 2017 at 9:20 PM, Damjan Jovanovic <dam...@apache.org> wrote: > The "autoconf" tool is part of Cygwin. > > On Mon, Jan 16, 2017 at 7:07 AM, Hong <mahon...@gmail.com> wrote: > > > As in my screenshot, I did

Re: Question -- building AOO 4.1.3 on Windows

2017-01-15 Thread Hong
irst, which will generate "configure" from " > configure.in". > > Damjan > > On Mon, Jan 16, 2017 at 6:58 AM, Hong <mahon...@gmail.com> wrote: > > > Hello all, > > > > I am trying to build AOO 4.1.3 on a Windows machine. > > &

Question -- building AOO 4.1.3 on Windows

2017-01-15 Thread Hong
Hello all, I am trying to build AOO 4.1.3 on a Windows machine. My source code was from this page, https://openoffice.apache.org/downloads.html (from the zip, not from the svn checkout) I was following through this guide,