PDA

Click to See Complete Forum and Search --> : fwlogwatch-1.0 compile on OS X possible?


hattori.hanzo
November 7th, 2005, 12:01 PM
I am trying to compile fwlogwatch (http://fwlogwatch.inside-security.de/) in OS X (10.4) and come up with some compile errors.

I have checked Darwinports but there is currently not a port for fwlogwatch.

The output is listed below:
---
MyBox:~/bin/fwlogwatch-1.0 Hattori$ make
flex -B -t cisco_ios.l > cisco_ios.c
gcc -DHAVE_ZLIB -DHAVE_GETTEXT -pipe -O2 -Wall -c -o cisco_ios.o cisco_ios.c
In file included from cisco_ios.l:14:
main.h:20:21: error: libintl.h: No such file or directory
make: *** [cisco_ios.o] Error 1
rm cisco_ios.c
---

TIA

thehorse13
November 7th, 2005, 12:30 PM
main.h:20:21: error: libintl.h: No such file or directory


Your error indicates that you are missing some standard "C" development libraries. Have you checked with the vendor to see what platforms they support?

Raiden
November 7th, 2005, 01:16 PM
http://cygwin.dp.ua/pub/mirrors/cygwin/release/gettext/libintl/

Maybe you can try and compile that library too ... MacOSX is BSD-alike after all ...

hattori.hanzo
November 7th, 2005, 03:37 PM
Thanks for the pointers. I will check that out. Currently downloading libintl right now and will try to install.

On Darwinports I noticed there is also:

p5-libintl-perl perl/p5-libintl-perl 1.14 Perl internationalization library