, Feb 11, 2011 at 11:10 PM, Kishan Bhat wrote:
> Hi Michael,
> Ubuntu-natty dev build from Jan 26 2011.
> Now, I switched back to unbunto 10.10. I'l retry git, make and let know.
>
> On Fri, Feb 11, 2011 at 3:08 PM, Michael Meeks
> wrote:
>
Hi Kishan,
>
>
Hi Michael,
Ubuntu-natty dev build from Jan 26 2011.
Now, I switched back to unbunto 10.10. I'l retry git, make and let know.
On Fri, Feb 11, 2011 at 3:08 PM, Michael Meeks wrote:
> Hi Kishan,
>
> On Fri, 2011-02-11 at 09:15 +0530, Kishan Bhat wrote:
> > I'm trying to
I'm trying to build LO.
This is what I did:
# mkdir git
# cd git
# git clone git://anongit.freedesktop.org/libreoffice/bootstrap libo
# ./autogen.sh --with-num-cpus=2 --with-max-jobs=1 --without-junit
--disable-graphite
# make
and the build failed citing to re-build cppunit.
I run:
# source *Env
Hello,
I've been trying to make a combobox for a cell with Data Validation > List
for LibreOffice calc.
I thought I could add that in the source and try out - so I downloaded LO
source and started greping for text, all thanks to the excellant LO page to
do so and the LibreOffice IRC channel.
Now