Re: ooo-build
"Tor Lillqvist" <[email protected]>
| Newsgroups | gmane.comp.gnome.ximian.openoffice |
|---|---|
| Message-ID | <[email protected]> |
>>> On 2010-04-01 at 09:11, <[email protected]> wrote: > Hi, anyone be kind to help me? I am using windows XP i am using cygwin, Git > Extension with Visual studio 2008 plugin. I have no idea what this "Git Extension" is? I suggest using msysgit. Anyway, that it presumably not the problem. > i followed all the steps in wiki > but i cant seems to build ooo-build it says command not found ./autogen.sh fo > i need to install anything else? i tried installing automake. can anybody > tell me what is the problem? Well, you definitely need automake and autoconf if you are going to run autogen.sh. Another thing is that often I have found that it is necessary to run dos2unix autogen.sh. --tml