Results 1 to 4 of 4

Thread: fwlogwatch-1.0 compile on OS X possible?

  1. #1
    Junior Member
    Join Date
    Oct 2005
    Posts
    17

    fwlogwatch-1.0 compile on OS X possible?

    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
    \"Luck is what happens when preparation meets opportunity.\"
    (Roman philosopher, mid-1st century AD)

  2. #2
    Master-Jedi-Pimps0r & Moderator thehorse13's Avatar
    Join Date
    Dec 2002
    Location
    Washington D.C. area
    Posts
    2,885
    Code:
    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?
    Our scars have the power to remind us that our past was real. -- Hannibal Lecter.
    Talent is God given. Be humble. Fame is man-given. Be grateful. Conceit is self-given. Be careful. -- John Wooden

  3. #3
    Shrekkie Reloaded Raiden's Avatar
    Join Date
    Oct 2005
    Posts
    1,115
    http://cygwin.dp.ua/pub/mirrors/cygw...ttext/libintl/

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

  4. #4
    Junior Member
    Join Date
    Oct 2005
    Posts
    17
    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
    \"Luck is what happens when preparation meets opportunity.\"
    (Roman philosopher, mid-1st century AD)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •