On Sat, 29 Oct 2011 02:29:30 -0500 Alonso Cárdenas Márquez <[email protected]> wrote:
> 2011/10/29 Vincent Snijders <[email protected]> > > > 2011/10/29 Vincent Snijders <[email protected]>: > > > 2011/10/28 Alonso Cárdenas Márquez <[email protected]>: > > >> Hi > > >> > > > > > >> Bundle version of lazarus built without problems it just failed with > > bigide > > >> Vincent suggested compile lazarus with -vut to get more information. Get > > the > > >> log file from > > http://people.freebsd.org/~acm/ports/logs/lazarus.log.tar.gz > > > > > > The output is hard to read, It seems to contain color codes and menu > > > text and maybe even dupplicate lines. > > > Can't you just redirect the output to file. > > > > > > If you can't, go the lazarus source directory and do gmake all > > OPT="-vut". > > > > gmake all OPT="-vut" > make.log > > > > -- > > > > Please, get the new log at > http://people.freebsd.org/~acm/ports/logs/lazarus.log.tar.gz > > I did gmake bigide instead of gmake all, because lazarus compiles without > problems with gmake all After a gmake bigide, you have to do clean up before calling gmake all. Try a "gmake clean all". Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
