RE: [AD] Allegro 4.1.10 WIP |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
>> docs\src\makedoc\makehtml.c(155) : error C2026: string too big, trailing
>> characters truncated
>> make.exe[1]: *** [obj/msvc/alleg/makehtml.obj] Error 2
>> make.exe[1]: Leaving directory `c:/allegro'
>> make.exe: *** [all] Error 2
>>
>> I already warned...
>
>Oh My God(tm)! I managed to let it slip through... what a pity :-(
>
>Does the attached patch cure it?
I've just tested it out building the MSVC build using Cygwin and this patch
fixes the problem. :-)
Incidentally, I noticed that in makefile.vc, the UNINSTALL_FILES does not
include the .lib-files for the statically-linked versions of Allegro
(alleg_s.lib, alld_s.lib, allp_s.lib).
AE.