Hi again

>     What I got to know is that binfilter was disabled to reduce the running
>     time in openoffice old versions, so there may be the case of this package
>     is removed from the newer versions.Correct me if i am wrong.
> 
So I can ignore this error?


>     and for installing libcups use apt-get install libcups2-dev. It worked for
>     me.
> 
Thanks! The error message did not help.

I had previously executed

sudo apt-get install g++ gcc bison flex libarchive-zip-perl libcups2-dev \ 
libpam0g-dev gperf libfreetype6-dev libxaw7-dev libfontconfig1-dev \ 
libxrandr-dev patch libgconf2-dev libgnomevfs2-dev ant libgtk2.0-dev \ junit 
junit4 libidl-dev liborbit2-dev openjdk-8-jdk libwww-perl \ libxml-parser-perl 
autoconf libssl-dev libpam-dev libgstreamer\*

which includes libcups2-dev, so I don't know why some libraries were not 
downloaded/installed...

Anyway, I got a bootstrap file and it run without errors!

Thanks!

Cheers,
Pedro



>     On Sun, Feb 3, 2019 at 10:01 PM Pedro Lino < pedro.l...@mailbox.org 
> mailto:pedro.l...@mailbox.org > wrote:
> 
> 
>         > > 
> >             > > >             I suggest rerunning the configure script. If 
> > it is successful, a
> > >             bootstrap should appear. If not, you need to investigate what 
> > > went wrong
> > >             with configure.
> > > 
> > >         > > 
> >     > 
>         > >         I get two errors during configure
> >         configure: WARNING: unrecognized options: --disable-binfilter
> >         and
> >         configure: error: cups/cups.h could not be found. libcupsys2-dev or
> >         cups???-devel missing?
> > 
> >     > 
>         > >         I tried to install libcupsys2 but got "Unable to locate 
> package
> >         libcupsys2-dev
> > 
> >     > 
>         > >         Thanks!
> > 
> >     > 
>         > > 
> >             > > >             On 2/3/2019 7:45 AM, Pedro Lino wrote:
> > > 
> > >                 > > > >                 Hi Nikhil, all
> > > > 
> > > >             > > > 
> > >                 > > > >                 I forgot to mention that I'm 
> > > building now (as I did before) under
> > > > 
> > > >             > > > 
> > >         > >         Ubuntu 16.04 x64 so I don't need any dll
> > 
> >             > > > 
> > >                 > > > >                 Any ideas what happened to 
> > > bootstrap? Should I simply chmod and
> > > > 
> > > >             > > > 
> > >         > >         execute bootstrap.1?
> > 
> >             > > > 
> > >                 > > > >                 Should I modify the step-by-step 
> > > guide?
> > > > 
> > > >             > > > 
> > >                 > > > >                 Regards,
> > > >                 Pedro
> > > > 
> > > >             > > >             >> On February 3, 2019 at 2:32 PM Nikhil 
> > > > Gupta <
> > > 
> > >         > >         nikhilgupta360...@gmail.com 
> > > mailto:nikhilgupta360...@gmail.com mailto: nikhilgupta360...@gmail.com 
> > > mailto:nikhilgupta360...@gmail.com > wrote:
> > 
> >             > > > 
> > >                 > > > > 
> > > >                     > > > > > 
> > > > >                 > > > > 
> > > >             > > >             >>
> > >             >> Hi,
> > >             >> This is the same problem which occurred when I first 
> > > install AOO,
> > >             >> For bootstraping the project,
> > >             >> First you have to completely satisfy all the General
> > > 
> > >         > >         requirements which is
> > 
> >             > > > 
> > >                 > > > > 
> > > >                     > > > > >                     described in this 
> > > > thread-
> > > > > 
> > > > >                 > > > > 
> > > >             > > > 
> > >         > >         
> > > https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO
> > 
> >             > > > 
> > >                 > > > > 
> > > >                     > > > > > 
> > > > >                 > > > > 
> > > >             > > >             >> especially unowinreg.dll which you 
> > > > have to save
> > > 
> > >         > >         main/external/unowinreg
> > 
> >             > > > 
> > >                 > > > > 
> > > >                     > > > > > 
> > > > >                 > > > > 
> > > >             > > >             >> then follow this mail which i followed 
> > > > for configuration
> > >             >> Peter Kovacs < pe...@apache.org mailto:pe...@apache.org 
> > > mailto: pe...@apache.org mailto:pe...@apache.org >
> > >             >>
> > >             >> to dev
> > >             >> You need to do something like:
> > >             >>
> > >             >> autoconf
> > >             >>
> > >             >> ./configure
> > >             >> --with-epm-url=
> > >             >>
> > > 
> > >         > >         
> > > https://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz
> > 
> >             > > > 
> > >                 > > > > 
> > > >                     > > > > >                     --with-dmake-url=
> > > > > 
> > > > >                 > > > > 
> > > >             > > > 
> > >         > >         
> > > https://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2
> > 
> >             > > > 
> > >                 > > > > 
> > > >                     > > > > >                     --with-lang="en-US de 
> > > > fr it pt ja"
> > > > >                     --enable-wiki-publisher
> > > > >                     --enable-verbose
> > > > >                     --without-stlport
> > > > >                     --enable-category-b
> > > > >                     --enable-opengl
> > > > >                     --enable-dbus
> > > > >                     --without-junit
> > > > >                     --with-package-format="installed archive deb"
> > > > >                     --enable-bundled-dictionaries
> > > > >                     --with-vendor=ASF buildbot - NOT FOR RELEASE
> > > > >                     
> > > > > --with-build-version=%(today)s-Rev.%(got_revision)s
> > > > > 
> > > > >                 > > > > 
> > > >             > > >             >> After that has been finished 
> > > > successfull you can bootstrap
> > >             >>
> > >             >>
> > >             >>
> > >             >> On Sun, Feb 3, 2019 at 7:08 PM Pedro Lino <
> > > 
> > >         > >         pedro.l...@mailbox.org mailto:pedro.l...@mailbox.org 
> > > mailto: pedro.l...@mailbox.org mailto:pedro.l...@mailbox.org > wrote:
> > 
> >             > > > 
> > >                 > > > > 
> > > >                     > > > > > 
> > > > >                 > > > > 
> > > >             > > >             >>
> > >             >> > > Hi all
> > >             >>>
> > >             >>> >
> > >             >> > > I have built AOO from source in previous
> > > 
> > >         > >         versions using the step-by-step
> > 
> >             > > > 
> > >                 > > > > 
> > > >                     > > > > > 
> > > > >                         > > > > > >                         guide
> > > > > > 
> > > > > >                     > > > > > 
> > > > >                 > > > > 
> > > >             > > >             >>> > >
> > >             >>
> > >             >> > >
> > > 
> > >         > >         
> > > https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step
> > 
> >             > > > 
> > >                 > > > > 
> > > >                     > > > > > 
> > > > >                         > > > > > > 
> > > > > >                     > > > > > 
> > > > >                 > > > > 
> > > >             > > >             >>> >
> > >             >> > > Currently (in trunk and all branches from
> > >             >>> https://svn.apache.org/repos/asf/openoffice/) there is no
> > > 
> > >         > >         bootstrap file
> > 
> >             > > > 
> > >                 > > > > 
> > > >                     > > > > > 
> > > > >                         > > > > > >                         (only 
> > > > > bootstrap.1 which is not set to execute) so
> > > > > > 
> > > > > >                     > > > > > 
> > > > >                 > > > > 
> > > >             > > >             >>> >
> > >             >> > > ./bootstrap
> > >             >>>
> > >             >>> >
> > >             >> > > doesn't work. Oddly enough I downloaded build
> > > 
> > >         > >         4.1.5 which I build
> > 
> >             > > > 
> > >                 > > > > 
> > > >                     > > > > > 
> > > > >                         > > > > > >                         
> > > > > successfully in the past but it only contains bootstrap.1
> > > > > > 
> > > > > >                     > > > > > 
> > > > >                 > > > > 
> > > >             > > >             >>> >
> > >             >> > > Am I missing something?
> > >             >>>
> > >             >>> >
> > >             >> > > Regards,
> > >             >>> Pedro
> > >             >>>
> > >             >>> >
> > >             >
> > > 
> > >         > > 
> >             > > >             ---
> > >             This email has been checked for viruses by AVG.
> > >             https://www.avg.com
> > > 
> > >         > >         >
> > 
> >             > > >             
> > ---------------------------------------------------------------------
> > >             To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org 
> > > mailto:dev-unsubscr...@openoffice.apache.org
> > >             For additional commands, e-mail: 
> > > dev-h...@openoffice.apache.org mailto:dev-h...@openoffice.apache.org
> > > 
> > >         > > 
> >     > 
>         > >         
> ---------------------------------------------------------------------
> >         To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org 
> > mailto:dev-unsubscr...@openoffice.apache.org
> >         For additional commands, e-mail: dev-h...@openoffice.apache.org 
> > mailto:dev-h...@openoffice.apache.org
> > 
> >     >     >
> 

Reply via email to