Re: [AD] error with latest cvs version

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


> Compiling Allegro for MSVC, optimised. Please wait...
> obj/msvc/runner.exe cl
> @ -nologo -DALLEGRO_SRC -W1 -Gd -Ox -GB -MD -I. -I./inclu
> de -Foobj/msvc/alleg/makehtml.obj -c docs/src/makedoc/makehtml.c
> makehtml.c
> docs\src\makedoc\makehtml.c(155) : error C2026: string too big, trailing
> charact
> ers truncated
> make.exe: *** [obj/msvc/alleg/makehtml.obj] Error 2

The string is not that long, I even think that it fits in the range mandated 
by ISO C99 (0-4095 characters). That said, it would be safer to split it 
into two parts anyway.

-- 
Eric Botcazou




Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/