From: MacIndian/Perreard M. <Mac...@fr...> - 2004-03-16 22:44:35
|
Hello. with the doc of JC and Bernard, my linux is working perfectly. Now, i'm compiling the GUI. First, there is a problem with bmp pictures of Microwindows when we want to tar it. impossible to convert it during the Make. we had to untar microwindows we the soft Stuffit ... just double clik on the file ... :-p and put pictures in the folder. but after we have that: Mael:~/Linux-on-iPod/microwindows/src portable$ make /Users/portable/Linux-on-iPod/microwindows/src/bin/nxkbd.elf2flt: In function `GdGetColorRGB': /Users/portable/Linux-on-iPod/microwindows/src/engine/devopen.c:401: undefined reference to `__eprintf' /Users/portable/Linux-on-iPod/microwindows/src/bin/nxkbd.elf2flt: In function `GdDrawImage': /Users/portable/Linux-on-iPod/microwindows/src/engine/devdraw.c:787: undefined reference to `__eprintf' /Users/portable/Linux-on-iPod/microwindows/src/bin/nxkbd.elf2flt: In function `GdBlit': /Users/portable/Linux-on-iPod/microwindows/src/engine/devdraw.c:1513: undefined reference to `__eprintf' /Users/portable/Linux-on-iPod/microwindows/src/engine/devdraw.c:1514: undefined reference to `__eprintf' /Users/portable/Linux-on-iPod/microwindows/src/engine/devdraw.c:1517: undefined reference to `__eprintf' /Users/portable/Linux-on-iPod/microwindows/src/bin/nxkbd.elf2flt:/ Users/portable/Linux-on-iPod/microwindows/src/engine/devdraw.c:1656: more undefined references to `__eprintf' follow /Users/portable/Linux-on-iPod/microwindows/src/bin/nxkbd.elf2flt: In function `mouse_hit': /Users/portable/Linux-on-iPod/microwindows/src/demos/nxkbd/nxkbd.c:265: undefined reference to `image_keynorm' /Users/portable/Linux-on-iPod/microwindows/src/demos/nxkbd/nxkbd.c:260: undefined reference to `image_keyshft' /Users/portable/Linux-on-iPod/microwindows/src/demos/nxkbd/nxkbd.c:257: undefined reference to `image_keyctrl' /Users/portable/Linux-on-iPod/microwindows/src/demos/nxkbd/nxkbd.c:274: undefined reference to `image_keynum' collect2: ld returned 1 exit status make[2]: *** [/Users/portable/Linux-on-iPod/microwindows/src/bin/nxkbd] Error 1 make[1]: *** [subdir-nxkbd] Error 2 Mael:~/Linux-on-iPod/microwindows/src portable$ |