Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


I've never used dnl check before, can you give me a quick tutorial or link
me somewhere?

Bug I'm trying to fix is this:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/831305

You can see my section under jmadero, that's what I'm trying to pintpoint.

I'm installing version 2.1.0 from OOo to see if the bug still exists, if it
doesn't I'll start comparing code to see if I can find out why it currently
exists, part of compiling from source is just to get the experience, also
this way if I make a patch or an alteration I should be able to recompile
relatively easily.


Thank you

On Tue, Dec 13, 2011 at 3:58 AM, Michael Meeks <michael.meeks@suse.com>wrote:


On Mon, 2011-12-12 at 15:52 -0800, Joel Madero wrote:
Trying to compile older versions of OOo in order to track down a bug
but I'm hitting a missing cups.h when trying to compile. I have the
appropriate cups dev files installed. I have tried on Bodhi as well as
Ubuntu 11.10. I also have verified that cups.h exists in the
appropriate folder

        Your configure should fail if cups/cups.h is not included:

dnl check for cups support
dnl ===================================================================
if test "$test_cups" = "yes"; then
   AC_MSG_CHECKING([whether cups support is present])
   AC_CHECK_LIB(cups, cupsPrintFiles)
   AC_CHECK_HEADER(cups/cups.h, AC_DEFINE(HAVE_CUPS_H))
   if test "$ac_cv_lib_cups_cupsPrintFiles" != "yes" -a
"$ac_cv_header_cups_cups_h" != "yes"; then
       AC_MSG_ERROR([Could not find CUPS. Install libcupsys2-dev or
cups???-devel.])
   fi
fi

       Can you provide some more details on exactly what you're trying to
compile ? and what the error is ? Really - compiling OO.o is not
advisable ;-) you would prolly do better with a root cause analysis than
trying to do that. What is the bug ?

       ATB,

               Michael.

--
michael.meeks@suse.com  <><, Pseudo Engineer, itinerant idiot



Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.