Re: commit: fix for bug 3286

From: Kenneth J. Davis (jeremyd@computer.org)
Date: Wed Jan 08 2003 - 14:50:02 EST

  • Next message: Jordi Mas: "Re: commit: fix for bug 3286"

    On Wed, 08 Jan 2003 15:56:46 +0100 Jordi Mas <jmas@softcatala.org> wrote:

    JM> > I would help backport this, but stable hasn't built for me since
    JM> > mid Dec. and I haven't had time to fix it...
    JM>
    JM> What problem did you have Jeremy? It compiles for me under
    JM> win32/cygwin/vc++ 6.0.
    JM>
    JM> Regards,

    Below is a snippet of the current error I get, there have
    been various errors, but hopefully they are all fixed now.
    The full log is available next to where the nightly build would be,
    and it should have shown up on tinderbox(stable) but for
    some reason didn't. Since you say you can build, I will
    reboot it and make sure it is building from the current source,
    and there are no other anomalies. This is with MS VC 5 SP3

    Jeremy

    make ABI_ROOT=/tinderbox-stable/abi -C util build
    make[3]: Entering directory `/tinderbox-stable/abi/src/af/util'
    Building with [LicensedTrademarks:Off Debug:Off BiDi:On /LTR dominant/ Pspell:Off Scripting:Off].
    make ABI_ROOT=/tinderbox-stable/abi -C xp build
    make[4]: Entering directory `/tinderbox-stable/abi/src/af/util/xp'
    Building with [LicensedTrademarks:Off Debug:Off BiDi:On /LTR dominant/ Pspell:Off Scripting:Off].
    ut_base64.cpp
    ut_base64.cpp(276) : error C2226: syntax error : unexpected type 'UT_UCSChar'
    ut_base64.cpp(281) : error C2065: 'ucs2' : undeclared identifier
    ut_base64.cpp(282) : error C2065: 'b64' : undeclared identifier
    ut_base64.cpp(287) : error C2043: illegal break
    ut_base64.cpp(318) : error C2043: illegal break
    ut_base64.cpp(319) : error C2044: illegal continue
    ut_base64.cpp(353) : error C2043: illegal break
    ut_base64.cpp(354) : error C2044: illegal continue
    ut_base64.cpp(357) : error C2143: syntax error : missing ';' before 'if'
    ut_base64.cpp(359) : error C2501: 'decoded' : missing decl-specifiers
    ut_base64.cpp(360) : error C2143: syntax error : missing ';' before 'break'
    ut_base64.cpp(361) : error C2143: syntax error : missing ';' before '}'
    ut_base64.cpp(363) : error C2143: syntax error : missing ';' before '}'
    make[4]: *** [/tinderbox-stable/abi/src/WIN32_1.3.2_i386_OBJ/obj/ut_base64.obj] Error 2
    make[4]: Leaving directory `/tinderbox-stable/abi/src/af/util/xp'
    make[3]: *** [build] Error 2
    make[3]: Leaving directory `/tinderbox-stable/abi/src/af/util'
    make[2]: *** [build] Error 2
    make[2]: Leaving directory `/tinderbox-stable/abi/src/af'
    make[1]: *** [build] Error 2
    make[1]: Leaving directory `/tinderbox-stable/abi/src'
    make: *** [compile] Error 2



    This archive was generated by hypermail 2.1.4 : Wed Jan 08 2003 - 14:54:38 EST