Re: problem: cannot compile libiconv

From: Kenneth J. Davis (jeremyd@computer.org)
Date: Wed Sep 03 2003 - 14:45:31 EDT

  • Next message: Dom Lachowicz: "Re: problem: cannot compile libiconv"

    On Wed, 03 Sep 2003 20:14:22 +0200 Jordi Mas <jmas@softcatala.org> wrote:

    JM> Hello
    JM>
    JM> I have updated the libiconv library from CVS and without touching my
    JM> configuration I get:
    JM>
    JM> ;---------------------------------------------
    JM> Building on [WIN32] with [LicensedTrademarks:Off Debug:Off BiDi:LTR
    JM> Pango:Off XM
    JM> L:expat Pspell:Off Scripting:Off].
    JM> localcharset.c
    JM> localcharset.c(27) : fatal error C1083: Cannot open include file:
    JM> 'localcharset.
    JM> h': No such file or directory
    JM> make[7]: ***
    JM> [/cygdrive/c/abi/abi/src/WIN32_1.3.10_i386_OBJ/obj/libiconv/localch
    JM> ;---------------------------------------------
    JM>
    JM> Any idea? I use win32+vc 6.0
    JM>
    JM> Jordi,

    Agh, It has been updated to 1.9.1, but you still shouldn't see this
    problem since my last commit prior to Dom's lockdown...

    localcharset.h is a new header in libiconv/libcharset/include

    please change the line in libiconv/libcharset/lib/Makefile.abi

    INCLUDES= -I. -I.. -I$(ABI_ROOT)/../libiconv/libcharset/include

    to

    INCLUDES= -I. -I..
    -I$(ABI_XX_ROOT)/../libiconv/libcharset/include

    Note: basically change $(ABI_ROOT) to $(ABI_XX_ROOT) and let me know
    if this fixes your problem (I'm betting it does), but if it does
    not, please let me know whether localcharset.h exist in
    libiconv/libcharset/include or not?

    Thanks & sorry (my msvc/cygwin environment doesn't need the _XX_ hack),
    Jeremy



    This archive was generated by hypermail 2.1.4 : Wed Sep 03 2003 - 14:58:22 EDT