GNOME Bugzilla – Bug 316089
MinGW compilation: gstgetbits_i386.s does not compile
Last modified: 2005-10-21 16:31:54 UTC
gstgetbits_i386.s does not compile on Windows using MinGW with GCC 3.4.2 The error message is /bin/sh ../../../libtool --mode=compile gcc -g -O2 -c -o gstgetbits_i386.lo gstgetbits_i386.s gcc -g -O2 -c gstgetbits_i386.s -DDLL_EXPORT -DPIC -o .libs/gstgetbits_i386.o gstgetbits_i386.s: Assembler messages: gstgetbits_i386.s:3: Warning: .type pseudo-op used outside of .def/.endef ignored. gstgetbits_i386.s:3: Error: junk at end of line, first unrecognized character is `_' gstgetbits_i386.s:29: Warning: .type pseudo-op used outside of .def/.endef ignored. gstgetbits_i386.s:29: Error: junk at end of line, first unrecognized character is `_' gstgetbits_i386.s:50: Warning: .type pseudo-op used outside of .def/.endef ignored. gstgetbits_i386.s:50: Error: junk at end of line, first unrecognized character is `_' gstgetbits_i386.s:67: Warning: .type pseudo-op used outside of .def/.endef ignored. gstgetbits_i386.s:67: Error: junk at end of line, first unrecognized character is `_' gstgetbits_i386.s:89: Warning: .type pseudo-op used outside of .def/.endef ignored. gstgetbits_i386.s:89: Error: junk at end of line, first unrecognized character is `_' gstgetbits_i386.s:104: Warning: .type pseudo-op used outside of .def/.endef ignored. gstgetbits_i386.s:104: Error: junk at end of line, first unrecognized character is `_' Workaround is to disable I386 in getbits module.
Let's just remove this code. Maybe even remove getbits altogether. It really should be in something like liboil.
Getbits were removed.