Xymon Mailing List Archive search

Problems compiling hobbit 4.1.0

list Henrik Størner
Mon, 25 Jul 2005 11:53:59 +0200
Message-Id: <user-63a5b4415b92@xymon.invalid>

On Mon, Jul 25, 2005 at 09:33:05AM +0000, Thomas Krieger wrote:
Hello,

I'm having problems compiling hobbit 4.1.0. It's the same machine I've
compiled hobbit 4.0.4 without problems before. I'm using RedHat
Enterprise Linux 3.0.

Here's the output of the compiler run:
Seems I messed up the compile if the PCRE include's are not in
a directory that is searched by default.

The quick work-around is to change the top-level Makefile.
Near the bottom where it says
  # Add local CFLAGS etc. settings here
add the line
  CFLAGS += -I$(PCREINCDIR)


Regards,
Henrik