Some errors with E16 | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 | I've some problems with E16. Take a look on my e16-x86-glibc-2.5-gcc-4.1-1-0.16.8.6-0.log.
Seems something about X11:
Code | [In neuem Fenster öffnen] | | draw.c:620:36: error: X11/bitmaps/flipped_gray: No such file or directory
draw.c:621:28: error: X11/bitmaps/gray: No such file or directory
draw.c:622:29: error: X11/bitmaps/gray3: No such file or directory
draw.c: In function 'DrawEwinShape':
draw.c:651: error: 'flipped_gray_bits' undeclared (first use in this function)
draw.c:651: error: (Each undeclared identifier is reported only once
draw.c:651: error: for each function it appears in.)
draw.c:652: error: 'flipped_gray_width' undeclared (first use in this function)
draw.c:652: error: 'flipped_gray_height' undeclared (first use in this function)
draw.c:654: error: 'gray_bits' undeclared (first use in this function)
draw.c:654: error: 'gray_width' undeclared (first use in this function)
draw.c:655: error: 'gray_height' undeclared (first use in this function)
draw.c:657: error: 'gray3_bits' undeclared (first use in this function)
draw.c:657: error: 'gray3_width' undeclared (first use in this function)
draw.c:658: error: 'gray3_height' undeclared (first use in this function) |
Thats the cmds I use:
Code | [In neuem Fenster öffnen] | | <cmd>./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --sysconfdir=/etc</cmd>
<cmd>make</cmd>
<cmd>make install</cmd> |
|
|
|
|
|
|
Re: Some errors with E16 | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 | I created the xbitmaps package. Let's see if it now works ...
... it worked. Testing E16 now. |
|
|
|
|
|