Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 12833] New: yasm fails to compile with parse error

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 12833] New: yasm fails to compile with parse error
  • Date: 10 Jul 2006 18:54:17 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=12833

Summary: yasm fails to compile with parse error
Product: Codex
Version: stable-rc grimoire
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: libs
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: eric AT sandall.us


# cast yasm
...
creating objfmt_elf.la
(cd .libs && rm -f objfmt_elf.la && ln -s ../objfmt_elf.la objfmt_elf.la)
if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.
-DYASM_MODULEDIR="\"/usr/lib/yasm\"" -I./check -I./libltdl -ansi -pedantic
-Wall -O -march=athlon-xp -mmmx -mfpmath=sse -msse -m3dnow -pipe -DPIC -fPIC
-O3 -MT coff-objfmt.lo -MD -MP -MF ".deps/coff-objfmt.Tpo" -c -o
coff-objfmt.lo
`test -f 'modules/objfmts/coff/coff-objfmt.c' || echo
'./'`modules/objfmts/coff/coff-objfmt.c; \
then mv -f ".deps/coff-objfmt.Tpo" ".deps/coff-objfmt.Plo"; else rm -f
".deps/coff-objfmt.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -DYASM_MODULEDIR=\"/usr/lib/yasm\" -I./check
-I./libltdl -ansi -pedantic -Wall -O -march=athlon-xp -mmmx -mfpmath=sse -msse
-m3dnow -pipe -DPIC -fPIC -O3 -MT coff-objfmt.lo -MD -MP -MF
.deps/coff-objfmt.Tpo -c modules/objfmts/coff/coff-objfmt.c -fPIC -DPIC -o
.libs/coff-objfmt.o
modules/objfmts/coff/coff-objfmt.c: In function `coff_objfmt_symtab_append':
modules/objfmts/coff/coff-objfmt.c:228: warning: implicit declaration of
function `__builtin_offsetof'
modules/objfmts/coff/coff-objfmt.c:228: error: parse error before "struct"
modules/objfmts/coff/coff-objfmt.c:228: error: parse error before ')' token
make[2]: *** [coff-objfmt.lo] Error 1
make[2]: Leaving directory `/usr/src/yasm-0.4.0'
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
make[1]: Leaving directory `/usr/src/yasm-0.4.0'
! Problem Detected !

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 12833] New: yasm fails to compile with parse error, bugzilla-daemon, 07/10/2006

Archive powered by MHonArc 2.6.24.

Top of Page