On Wed, 11 Nov 2009 08:55:52 +0100 Michal Rudolf <[email protected]> wrote:
> 2009-11-11 08:45:05, Detlef Steuer: > > Hmm. Which version of robolito? If I try to compile 0.84 or 0.85f1 I get > > .... omitted a lot > > cc -g -O3 -fno-exceptions -fstrict-aliasing -fomit-frame-pointer -Wall > > -std=gnu99 -Dx86_64 -DHAS_POPCNT -DHAS_PREFETCH -DVERSION=\"0.084\" > > -c -o pila.o pila.c pila.c: In function ‘pila_inizializzazione’: > > pila.c:146: warning: array subscript is above array bounds pila.c:60: > > warning: array subscript is below array bounds pila.c:157: warning: > I got these warnings too. > > > array subscript is above array bounds pila.c:60: warning: array > > subscript is below array bounds pila.c:162: warning: array subscript is > > above array bounds bits.h: Assembler messages: > > bits.h:24: Error: suffix or operands invalid for `popcnt' > > bits.h:15: Error: suffix or operands invalid for `bsf' > > bits.h:15: Error: suffix or operands invalid for `bsf' > > bits.h:15: Error: suffix or operands invalid for `bsf' > Try to disable -DHAS_POPCNT flag. Thx! That was the wrong line, but led me in the right direction: Had to change the line giving the architecture to: DEFS = -Di686 $(HAS) -DVERSION=\"$(VERSION)\" Thx Detlef > -- > Michal Rudolf > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Scid-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/scid-users ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Scid-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scid-users
