This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

imlib2-1.2.1 compilation errors with cygwin 1.5.18 and binutils-20050610


hi ,

i am unable to compile imlib2-1.2.1 with cygwin 1.5.18,
binutils-20050610 and gcc-3.4.4-1

first i was unable compile due to missing RTLD_LOCAL in the /usr/include/dlfcn.h
could you please add the following line to dlfcn.h
#define RTLD_LOCAL  0

after that the compilation failed while compiling some assembly source files.
It does compile successfully on fedora-core3.
the compilation errors are
make  all-recursive
make[1]: Entering directory `/home/vijaykiran/imlib2-1.2.1'
Making all in src
make[2]: Entering directory `/home/vijaykiran/imlib2-1.2.1/src'
Making all in lib
make[3]: Entering directory `/home/vijaykiran/imlib2-1.2.1/src/lib'
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr
include/freetype2 -I/usr/X11R6/include  -I. -I../..  -I../..    -g -O2 -c asm_b
end.S
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/freetype2 -I/usr/X11R6/incl
de -I. -I../.. -I../.. -g -O2 -c asm_blend.S  -DPIC -o .libs/asm_blend.o
asm_blend.S: Assembler messages:
asm_blend.S:46: Warning: .type pseudo-op used outside of .def/.endef ignored.
asm_blend.S:46: Error: junk at end of line, first unrecognized character is `_'
asm_blend.S:48: Warning: .type pseudo-op used outside of .def/.endef ignored.
asm_blend.S:48: Error: junk at end of line, first unrecognized character is `_'
asm_blend.S:50: Warning: .type pseudo-op used outside of .def/.endef ignored.
asm_blend.S:50: Error: junk at end of line, first unrecognized character is `_'
asm_blend.S:52: Warning: .type pseudo-op used outside of .def/.endef ignored.
asm_blend.S:52: Error: junk at end of line, first unrecognized character is `_'
asm_blend.S:55: Warning: .type pseudo-op used outside of .def/.endef ignored.
asm_blend.S:55: Error: junk at end of line, first unrecognized character is `_'
asm_blend.S:57: Warning: .type pseudo-op used outside of .def/.endef ignored.
asm_blend.S:57: Error: junk at end of line, first unrecognized character is `_'
asm_blend.S:59: Warning: .type pseudo-op used outside of .def/.endef ignored.
asm_blend.S:59: Error: junk at end of line, first unrecognized character is `_'
asm_blend.S:61: Warning: .type pseudo-op used outside of .def/.endef ignored.
asm_blend.S:61: Error: junk at end of line, first unrecognized character is `_'
asm_blend.S:63: Warning: .type pseudo-op used outside of .def/.endef ignored.
asm_blend.S:63: Error: junk at end of line, first unrecognized character is `_'
asm_blend.S:65: Warning: .type pseudo-op used outside of .def/.endef ignored.
asm_blend.S:65: Error: junk at end of line, first unrecognized character is `_'
asm_blend.S:68: Warning: .type pseudo-op used outside of .def/.endef ignored.
asm_blend.S:68: Error: junk at end of line, first unrecognized character is `_'
asm_blend.S:70: Warning: .type pseudo-op used outside of .def/.endef ignored.
asm_blend.S:70: Error: junk at end of line, first unrecognized character is `_'
asm_blend.S:72: Warning: .type pseudo-op used outside of .def/.endef ignored.
asm_blend.S:72: Error: junk at end of line, first unrecognized character is `_'
asm_blend.S:74: Warning: .type pseudo-op used outside of .def/.endef ignored.
asm_blend.S:74: Error: junk at end of line, first unrecognized character is `_'
asm_blend.S:76: Warning: .type pseudo-op used outside of .def/.endef ignored.
asm_blend.S:76: Error: junk at end of line, first unrecognized character is `_'
asm_blend.S:79: Warning: .type pseudo-op used outside of .def/.endef ignored.
asm_blend.S:79: Error: junk at end of line, first unrecognized character is `_'
asm_blend.S:81: Warning: .type pseudo-op used outside of .def/.endef ignored.
asm_blend.S:81: Error: junk at end of line, first unrecognized character is `_'
asm_blend.S:83: Warning: .type pseudo-op used outside of .def/.endef ignored.
asm_blend.S:83: Error: junk at end of line, first unrecognized character is `_'
asm_blend.S:85: Warning: .type pseudo-op used outside of .def/.endef ignored.
asm_blend.S:85: Error: junk at end of line, first unrecognized character is `_'
asm_blend.S:87: Warning: .type pseudo-op used outside of .def/.endef ignored.
asm_blend.S:87: Error: junk at end of line, first unrecognized character is `_'
asm_blend.S:215: Warning: .size pseudo-op used outside of .def/.endef ignored.
asm_blend.S:215: Error: junk at end of line, first unrecognized character is `_

asm_blend.S:270: Warning: .size pseudo-op used outside of .def/.endef ignored.
asm_blend.S:270: Error: junk at end of line, first unrecognized character is `_

asm_blend.S:314: Warning: .size pseudo-op used outside of .def/.endef ignored.
asm_blend.S:314: Error: junk at end of line, first unrecognized character is `_

asm_blend.S:340: Warning: .size pseudo-op used outside of .def/.endef ignored.
asm_blend.S:340: Error: junk at end of line, first unrecognized character is `_

asm_blend.S:371: Warning: .size pseudo-op used outside of .def/.endef ignored.
asm_blend.S:371: Error: junk at end of line, first unrecognized character is `_

asm_blend.S:412: Warning: .size pseudo-op used outside of .def/.endef ignored.
asm_blend.S:412: Error: junk at end of line, first unrecognized character is `_

asm_blend.S:461: Warning: .size pseudo-op used outside of .def/.endef ignored.
asm_blend.S:461: Error: junk at end of line, first unrecognized character is `_

asm_blend.S:499: Warning: .size pseudo-op used outside of .def/.endef ignored.
asm_blend.S:499: Error: junk at end of line, first unrecognized character is `_

asm_blend.S:531: Warning: .size pseudo-op used outside of .def/.endef ignored.
asm_blend.S:531: Error: junk at end of line, first unrecognized character is `_

asm_blend.S:569: Warning: .size pseudo-op used outside of .def/.endef ignored.
asm_blend.S:569: Error: junk at end of line, first unrecognized character is `_

asm_blend.S:610: Warning: .size pseudo-op used outside of .def/.endef ignored.
asm_blend.S:610: Error: junk at end of line, first unrecognized character is `_

asm_blend.S:659: Warning: .size pseudo-op used outside of .def/.endef ignored.
asm_blend.S:659: Error: junk at end of line, first unrecognized character is `_

asm_blend.S:697: Warning: .size pseudo-op used outside of .def/.endef ignored.
asm_blend.S:697: Error: junk at end of line, first unrecognized character is `_

asm_blend.S:739: Warning: .size pseudo-op used outside of .def/.endef ignored.
asm_blend.S:739: Error: junk at end of line, first unrecognized character is `_

asm_blend.S:777: Warning: .size pseudo-op used outside of .def/.endef ignored.
asm_blend.S:777: Error: junk at end of line, first unrecognized character is `_

asm_blend.S:820: Warning: .size pseudo-op used outside of .def/.endef ignored.
asm_blend.S:820: Error: junk at end of line, first unrecognized character is `_

asm_blend.S:872: Warning: .size pseudo-op used outside of .def/.endef ignored.
asm_blend.S:872: Error: junk at end of line, first unrecognized character is `_

asm_blend.S:936: Warning: .size pseudo-op used outside of .def/.endef ignored.
asm_blend.S:936: Error: junk at end of line, first unrecognized character is `_

asm_blend.S:1001: Warning: .size pseudo-op used outside of .def/.endef ignored.
asm_blend.S:1001: Error: junk at end of line, first unrecognized character is `
'
asm_blend.S:1057: Warning: .size pseudo-op used outside of .def/.endef ignored.
asm_blend.S:1057: Error: junk at end of line, first unrecognized character is `
'
make[3]: *** [asm_blend.lo] Error 1
make[3]: Leaving directory `/home/vijaykiran/imlib2-1.2.1/src/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/vijaykiran/imlib2-1.2.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/vijaykiran/imlib2-1.2.1'
make: *** [all-recursive-am] Error 2

and i am also attaching the cygcheck.out

Thanks and Regards,
Vijay

Attachment: cygcheck.out
Description: Binary data

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]