Closed edson-acordi closed 1 year ago
Do you have gcc make xorg-dev libreadline-dev
installed?
I don't use ubuntu but the following Dockerfile seem to work:
FROM ubuntu:latest AS base
RUN apt update && apt -y install gcc make xorg-dev libreadline-dev
WORKDIR /home/app
COPY . ./
RUN make
Yes, I have all of that installed.
I just realize you're compiling 0.12.0. I've cut a new release v0.12.1 that includes fixes for compiling on Ubuntu. Hopefully it works for you.
Hello gwenhael-le-moine, it's working now. Thank you!
Hi, I tried to compile it, but result in too many "undefined reference to". What could be done? My OS: PRETTY_NAME="Ubuntu 22.04.2 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.2 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=jammy
Output of the compilation attempt: gcc -g -O2 -I./src/ -DVERSION_MAJOR=0 -DVERSION_MINOR=12 -DPATCHLEVEL=0 -DCOMPILE_VERSION=0 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_GNU_SOURCE=1 -DGUI_IS_X11=1 -DWITH_DEBUGGER=1 -lm -lhistory -lreadline -lX11 -lXext -lreadline src/main.o src/hp48_device.o src/hp48_emulate.o src/hp48_init.o src/hp48_serial.o src/hp48emu_actions.o src/hp48emu_memory.o src/hp48emu_register.o src/romio.o src/timer.o src/x48_errors.o src/x48_resources.o src/x48.o src/x48_debugger.o src/x48_debugger_disasm.o src/x48_debugger_rpl.o -o dist/x48ng /usr/bin/ld: src/hp48_device.o: in function
init_nibble_maps': /home/edsonacordi/Downloads/x48ng-0.12.0/src/hp48_device.c:189: undefined reference to
XCreateBitmapFromData' /usr/bin/ld: src/hp48_device.o: in functiondraw_nibble': /home/edsonacordi/Downloads/x48ng-0.12.0/src/hp48_device.c:300: undefined reference to
XCopyPlane' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/hp48_device.c:300: undefined reference toXCopyPlane' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/hp48_device.c:300: undefined reference to
XCopyPlane' /usr/bin/ld: src/hp48_device.o: in functionredraw_display': /home/edsonacordi/Downloads/x48ng-0.12.0/src/hp48_device.c:450: undefined reference to
XClearWindow' /usr/bin/ld: src/hp48_device.o: in functiondraw_nibble': /home/edsonacordi/Downloads/x48ng-0.12.0/src/hp48_device.c:300: undefined reference to
XCopyPlane' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/hp48_device.c:300: undefined reference toXCopyPlane' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/hp48_device.c:300: undefined reference to
XCopyPlane' /usr/bin/ld: src/hp48_device.o: in functiondraw_annunc': /home/edsonacordi/Downloads/x48ng-0.12.0/src/hp48_device.c:563: undefined reference to
XClearArea' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/hp48_device.c:559: undefined reference toXCopyPlane' /usr/bin/ld: src/hp48_device.o: in function
init_annunc': /home/edsonacordi/Downloads/x48ng-0.12.0/src/hp48_device.c:582: undefined reference toXCreateBitmapFromData' /usr/bin/ld: src/x48_resources.o: in function
get_string_resource_from_db': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48_resources.c:154: undefined reference toXrmGetResource' /usr/bin/ld: src/x48_resources.o: in function
get_pixel_resource': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48_resources.c:230: undefined reference toXParseColor' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48_resources.c:234: undefined reference to
XAllocColor' /usr/bin/ld: src/x48_resources.o: in functionpick_visual_of_class': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48_resources.c:255: undefined reference to
XGetVisualInfo' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48_resources.c:265: undefined reference toXFree' /usr/bin/ld: src/x48_resources.o: in function
id_to_visual': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48_resources.c:279: undefined reference toXGetVisualInfo' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48_resources.c:284: undefined reference to
XFree' /usr/bin/ld: src/x48_resources.o: in functionget_font_resource': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48_resources.c:349: undefined reference to
XLoadQueryFont' /usr/bin/ld: src/x48.o: in functionmerge_app_defaults': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1416: undefined reference to
XrmGetFileDatabase' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1420: undefined reference toXrmMergeDatabases' /usr/bin/ld: src/x48.o: in function
refresh_display': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3608: undefined reference toXShmPutImage' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3612: undefined reference to
XShmPutImage' /usr/bin/ld: src/x48.o: in functionAllocColors': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1323: undefined reference to
XAllocColor' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1299: undefined reference toXStoreColor' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1302: undefined reference to
XAllocColorCells' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1313: undefined reference toXAllocColor' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1320: undefined reference to
XStoreColor' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1305: undefined reference toXAllocColor' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1344: undefined reference to
XFreeColors' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1350: undefined reference toXCreateColormap' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1355: undefined reference to
XChangeWindowAttributes' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1397: undefined reference toXAllocColor' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1382: undefined reference to
XAllocColorCells' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1394: undefined reference toXStoreColor' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1385: undefined reference to
XAllocColor' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1357: undefined reference toXChangeWindowAttributes' /usr/bin/ld: src/x48.o: in function
InitDisplay': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1440: undefined reference toXrmInitialize' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1441: undefined reference to
XrmParseCommand' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1479: undefined reference toXrmParseCommand' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1488: undefined reference to
XOpenDisplay' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1522: undefined reference toXrmGetStringDatabase' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1523: undefined reference to
XrmMergeDatabases' /usr/bin/ld: src/x48.o: in functionmerge_app_defaults': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1416: undefined reference to
XrmGetFileDatabase' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1420: undefined reference toXrmMergeDatabases' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1416: undefined reference to
XrmGetFileDatabase' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1420: undefined reference toXrmMergeDatabases' /usr/bin/ld: src/x48.o: in function
InitDisplay': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1537: undefined reference toXResourceManagerString' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1539: undefined reference to
XrmGetStringDatabase' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1552: undefined reference toXrmMergeDatabases' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1579: undefined reference to
XrmGetFileDatabase' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1583: undefined reference toXrmMergeDatabases' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1589: undefined reference to
XrmMergeDatabases' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1601: undefined reference toXScreenOfDisplay' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1601: undefined reference to
XDoesBackingStore' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1608: undefined reference toXShmQueryExtension' /usr/bin/ld: src/x48.o: in function
merge_app_defaults': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1416: undefined reference toXrmGetFileDatabase' /usr/bin/ld: src/x48.o: in function
InitDisplay': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1551: undefined reference toXrmGetFileDatabase' /usr/bin/ld: src/x48.o: in function
exit_x48': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1797: undefined reference toXCloseDisplay' /usr/bin/ld: src/x48.o: in function
DrawSmallString': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1811: undefined reference toXCreateBitmapFromData' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1815: undefined reference to
XCopyPlane' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1819: undefined reference toXFreePixmap' /usr/bin/ld: src/x48.o: in function
CreateButton': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1853: undefined reference toXCreateSimpleWindow' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1857: undefined reference to
XCreateFontCursor' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1857: undefined reference toXDefineCursor' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1863: undefined reference to
XChangeWindowAttributes' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1869: undefined reference toXCreatePixmap' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1872: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1873: undefined reference toXFillRectangle' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1876: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1877: undefined reference toXFillRectangle' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1901: undefined reference to
XChangeGC' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1906: undefined reference toXSetBackground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1907: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1909: undefined reference toXTextExtents' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1915: undefined reference to
XDrawImageString' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1919: undefined reference toXSetBackground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1947: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1949: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1951: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1953: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1956: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1958: undefined reference toXDrawLine' /usr/bin/ld: src/x48.o:/home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1960: more undefined references to
XDrawLine' follow /usr/bin/ld: src/x48.o: in functionCreateButton': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1965: undefined reference to
XDrawPoint' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1967: undefined reference toXSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1969: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1972: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1976: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1979: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1982: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1986: undefined reference toXDrawPoint' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1992: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1994: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1996: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1998: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2001: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2012: undefined reference toXDrawPoint' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2013: undefined reference to
XDrawPoint' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2016: undefined reference toXDrawPoint' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2018: undefined reference to
XDrawPoint' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2024: undefined reference toXCreatePixmap' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2027: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2028: undefined reference toXFillRectangle' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2031: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2032: undefined reference toXFillRectangle' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2056: undefined reference to
XChangeGC' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2061: undefined reference toXSetBackground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2062: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2064: undefined reference toXTextExtents' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2070: undefined reference to
XDrawImageString' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2074: undefined reference toXSetBackground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2102: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2104: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2106: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2109: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2111: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2114: undefined reference toXDrawPoint' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2116: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2118: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2121: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2125: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2128: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2132: undefined reference toXDrawPoint' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2138: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2140: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2142: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2144: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2147: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2158: undefined reference toXDrawPoint' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2159: undefined reference to
XDrawPoint' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2162: undefined reference toXDrawPoint' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2164: undefined reference to
XDrawPoint' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2174: undefined reference toXDrawRectangle' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2176: undefined reference to
XDrawPoint' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2177: undefined reference toXDrawPoint' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2180: undefined reference to
XDrawPoint' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2182: undefined reference toXDrawPoint' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2168: undefined reference to
XDrawRectangle' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2170: undefined reference toXDrawPoint' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2171: undefined reference to
XDrawPoint' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2152: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2154: undefined reference to
XDrawPoint' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2155: undefined reference toXDrawPoint' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2006: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2008: undefined reference toXDrawPoint' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2009: undefined reference to
XDrawPoint' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1926: undefined reference toXSetBackground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1927: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1929: undefined reference toXCreateBitmapFromData' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1936: undefined reference to
XCopyPlane' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1939: undefined reference toXFreePixmap' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1941: undefined reference to
XSetBackground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2081: undefined reference toXSetBackground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2082: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2084: undefined reference toXCreateBitmapFromData' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2091: undefined reference to
XCopyPlane' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2094: undefined reference toXFreePixmap' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2096: undefined reference to
XSetBackground' /usr/bin/ld: src/x48.o: in functionDrawButtons': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2195: undefined reference to
XCopyArea' /usr/bin/ld: src/x48.o: in functionDrawButton': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2206: undefined reference to
XCopyArea' /usr/bin/ld: src/x48.o: in functionCreateBackground': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2214: undefined reference to
XSetBackground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2215: undefined reference toXSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2217: undefined reference to
XFillRectangle' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2219: undefined reference toXSetBackground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2220: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2222: undefined reference toXFillRectangle' /usr/bin/ld: src/x48.o: in function
CreateKeypad': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2252: undefined reference toXSetBackground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2253: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2269: undefined reference toXFreeFont' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2270: undefined reference to
XFreeFont' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2271: undefined reference toXFreeFont' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2280: undefined reference to
XSetBackground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2281: undefined reference toXSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2315: undefined reference to
XCreatePixmap' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2317: undefined reference toXSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2319: undefined reference to
XFillRectangle' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2321: undefined reference toXSetBackground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2322: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2336: undefined reference toXSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2355: undefined reference to
XCopyArea' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2357: undefined reference toXFreePixmap' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2361: undefined reference to
XSetBackground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2362: undefined reference toXSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2418: undefined reference to
XCreatePixmap' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2420: undefined reference toXSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2422: undefined reference to
XFillRectangle' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2424: undefined reference toXSetBackground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2425: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2439: undefined reference toXSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2458: undefined reference to
XCopyArea' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2460: undefined reference toXFreePixmap' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2464: undefined reference to
XSetBackground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2465: undefined reference toXSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2339: undefined reference to
XDrawPoint' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2340: undefined reference toXDrawPoint' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2341: undefined reference to
XDrawPoint' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2342: undefined reference toXDrawPoint' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2442: undefined reference to
XDrawPoint' /usr/bin/ld: src/x48.o:/home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2443: more undefined references toXDrawPoint' follow /usr/bin/ld: src/x48.o: in function
CreateKeypad': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2501: undefined reference toXSetBackground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2502: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2504: undefined reference toXCreateBitmapFromData' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2513: undefined reference to
XCopyPlane' /usr/bin/ld: src/x48.o: in functionCreateBezel': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2530: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2533: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2537: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2541: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2548: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2551: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2555: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2564: undefined reference toXSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2566: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2571: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2576: undefined reference to
XDrawPoint' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2580: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2585: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2590: undefined reference toXDrawPoint' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2594: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2599: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2604: undefined reference to
XDrawPoint' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2608: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2614: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2620: undefined reference toXDrawPoint' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2628: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2630: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2633: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2637: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2641: undefined reference to
XDrawLine' /usr/bin/ld: src/x48.o: in functionDrawMore': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2659: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2663: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2665: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2669: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2672: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2676: undefined reference toXSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2679: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2681: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2684: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2687: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2688: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2691: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2692: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2694: undefined reference toXSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2697: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2699: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2705: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2708: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2710: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2714: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2717: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2721: undefined reference toXSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2724: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2726: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2729: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2732: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2734: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2738: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2739: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2741: undefined reference toXSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2744: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2746: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2752: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2755: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2757: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2761: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2764: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2768: undefined reference toXSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2771: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2773: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2776: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2779: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2781: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2787: undefined reference toXSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2789: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2792: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2795: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2798: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2801: undefined reference to
XDrawPoint' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2804: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2806: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2808: undefined reference toXSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2809: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2811: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2818: undefined reference to
XSetBackground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2819: undefined reference toXSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2821: undefined reference to
XCreateBitmapFromData' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2826: undefined reference toXCopyPlane' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2829: undefined reference to
XFreePixmap' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2849: undefined reference toXSetBackground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2850: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2856: undefined reference toXCreateBitmapFromData' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2859: undefined reference to
XCopyPlane' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2861: undefined reference toXFreePixmap' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2863: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2867: undefined reference toXCreateBitmapFromData' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2869: undefined reference to
XCopyPlane' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2871: undefined reference toXFreePixmap' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2873: undefined reference to
XSetFillStyle' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2877: undefined reference toXCreateBitmapFromData' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2880: undefined reference to
XSetStipple' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2881: undefined reference toXSetTSOrigin' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2882: undefined reference to
XFillRectangle' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2884: undefined reference toXFreePixmap' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2886: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2890: undefined reference toXCreateBitmapFromData' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2893: undefined reference to
XSetStipple' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2894: undefined reference toXSetTSOrigin' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2895: undefined reference to
XFillRectangle' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2897: undefined reference toXFreePixmap' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2899: undefined reference to
XSetTSOrigin' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2906: undefined reference toXCreateBitmapFromData' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2909: undefined reference to
XCopyPlane' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2912: undefined reference toXFreePixmap' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2918: undefined reference to
XCreateBitmapFromData' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2921: undefined reference toXCopyPlane' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2832: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2834: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2836: undefined reference to
XDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2838: undefined reference toXDrawLine' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2841: undefined reference to
XDrawLine' /usr/bin/ld: src/x48.o: in functionDrawKeypad': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2927: undefined reference to
XCopyArea' /usr/bin/ld: src/x48.o: in functionCreateIcon': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2937: undefined reference to
XGetWindowAttributes' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2940: undefined reference toXChangeWindowAttributes' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2943: undefined reference to
XCreatePixmap' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2958: undefined reference toXSetFillStyle' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2961: undefined reference to
XCreateBitmapFromData' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2963: undefined reference toXSetStipple' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2964: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2965: undefined reference toXFillRectangle' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2967: undefined reference to
XFreePixmap' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2969: undefined reference toXSetFillStyle' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2974: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2975: undefined reference toXDrawRectangle' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2982: undefined reference to
XSetFillStyle' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2983: undefined reference toXCreateBitmapFromData' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2986: undefined reference to
XSetStipple' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2990: undefined reference toXSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2991: undefined reference to
XFillRectangle' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2998: undefined reference toXCreateBitmapFromData' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3000: undefined reference to
XSetStipple' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3004: undefined reference toXSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3005: undefined reference to
XFillRectangle' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3007: undefined reference toXSetFillStyle' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2949: undefined reference to
XCreateBitmapFromData' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2952: undefined reference toXSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2953: undefined reference to
XSetBackground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2954: undefined reference toXCopyPlane' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2956: undefined reference to
XFreePixmap' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3002: undefined reference toXSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2988: undefined reference to
XSetForeground' /usr/bin/ld: src/x48.o: in functionrefresh_icon': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3020: undefined reference to
XSetFillStyle' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3025: undefined reference toXSetStipple' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3029: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3042: undefined reference toXFillRectangle' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3045: undefined reference to
XSetFillStyle' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3047: undefined reference toXCopyArea' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3020: undefined reference to
XSetFillStyle' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3036: undefined reference toXSetFillStyle' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3037: undefined reference to
XSetStipple' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3041: undefined reference toXSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3027: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3039: undefined reference toXSetForeground' /usr/bin/ld: src/x48.o: in function
adjust_contrast': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1752: undefined reference toXStoreColor' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1745: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1754: undefined reference toXAllocColor' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:1759: undefined reference to
XFreeColors' /usr/bin/ld: src/x48.o: in functionDrawIcon': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3053: undefined reference to
XCopyArea' /usr/bin/ld: src/x48.o: in functionCreateDispWindow': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3075: undefined reference to
XCreateSimpleWindow' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3084: undefined reference toXChangeWindowAttributes' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3094: undefined reference to
XCreateGC' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3096: undefined reference toXSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3101: undefined reference to
XSetErrorHandler' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3102: undefined reference toXFlush' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3236: undefined reference to
XSetErrorHandler' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3237: undefined reference toXFlush' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3111: undefined reference to
XShmCreateImage' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3151: undefined reference toXShmAttach' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3156: undefined reference to
XShmCreateImage' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3202: undefined reference toXShmAttach' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3204: undefined reference to
XFlush' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3205: undefined reference toXSync' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3232: undefined reference to
XShmGetEventBase' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3244: undefined reference toXSetClipRectangles' /usr/bin/ld: src/x48.o: in function
CreateWindows': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3292: undefined reference toXCreateColormap' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3331: undefined reference to
XStringListToTextProperty' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3343: undefined reference toXStringListToTextProperty' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3363: undefined reference to
XCreateWindow' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3386: undefined reference toXWMGeometry' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3420: undefined reference to
XChangeWindowAttributes' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3421: undefined reference toXMoveWindow' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3428: undefined reference to
XCreateWindow' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3450: undefined reference toXWMGeometry' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3469: undefined reference to
XChangeWindowAttributes' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3474: undefined reference toXSetWMProperties' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3480: undefined reference to
XInternAtom' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3481: undefined reference toXInternAtom' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3482: undefined reference to
XInternAtom' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3485: undefined reference toXSetWMProtocols' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3490: undefined reference to
XInternAtom' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3491: undefined reference toXInternAtom' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3492: undefined reference to
XInternAtom' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3493: undefined reference toXChangeProperty' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3503: undefined reference to
XCreateGC' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3524: undefined reference toXCreatePixmap' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3549: undefined reference to
XMapWindow' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3550: undefined reference toXMapSubwindows' /usr/bin/ld: src/x48.o: in function
DrawKeypad': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2927: undefined reference toXCopyArea' /usr/bin/ld: src/x48.o: in function
DrawIcon': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3053: undefined reference toXCopyArea' /usr/bin/ld: src/x48.o: in function
CreateWindows': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3289: undefined reference toXCreateColormap' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3557: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3558: undefined reference toXFillRectangle' /usr/bin/ld: src/x48.o: in function
DrawDisp': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3621: undefined reference toXShmPutImage' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3624: undefined reference to
XShmPutImage' /usr/bin/ld: src/x48.o: in functionget_geometry_string': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3648: undefined reference to
XQueryTree' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3649: undefined reference toXFree' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3653: undefined reference to
XQueryTree' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3654: undefined reference toXFree' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3656: undefined reference to
XGetGeometry' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3657: undefined reference toXGetGeometry' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3681: undefined reference to
XGetWindowAttributes' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3681: undefined reference toXGetWindowAttributes' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3681: undefined reference to
XGetWindowAttributes' /usr/bin/ld: src/x48.o: in functionsave_command_line': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3746: undefined reference to
XGetWindowAttributes' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3752: undefined reference toXSetCommand' /usr/bin/ld: src/x48.o: in function
ShowConnections': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:5821: undefined reference toXChangeGC' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:5825: undefined reference to
XTextExtents' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:5830: undefined reference toXCreatePixmap' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:5831: undefined reference to
XSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:5832: undefined reference toXFillRectangle' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:5834: undefined reference to
XSetBackground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:5835: undefined reference toXSetForeground' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:5838: undefined reference to
XTextExtents' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:5841: undefined reference toXDrawImageString' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:5844: undefined reference to
XTextExtents' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:5847: undefined reference toXDrawImageString' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:5851: undefined reference to
XCopyArea' /usr/bin/ld: src/x48.o: in functionDrawKeypad': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2927: undefined reference to
XCopyArea' /usr/bin/ld: src/x48.o: in functionShowConnections': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:5856: undefined reference to
XFreePixmap' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:5857: undefined reference toXFreeFont' /usr/bin/ld: src/x48.o: in function
get_ui_event': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:5896: undefined reference toXPending' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:5898: undefined reference to
XNextEvent' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:6458: undefined reference toXRefreshKeyboardMapping' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:5917: undefined reference to
XLookupString' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:5910: undefined reference toXLookupString' /usr/bin/ld: src/x48.o: in function
DrawKeypad': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2927: undefined reference toXCopyArea' /usr/bin/ld: src/x48.o: in function
get_ui_event': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:5889: undefined reference toXLookupString' /usr/bin/ld: src/x48.o: in function
DrawIcon': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3053: undefined reference toXCopyArea' /usr/bin/ld: src/x48.o: in function
get_ui_event': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:5967: undefined reference toXFetchBuffer' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:6393: undefined reference to
XFree' /usr/bin/ld: src/x48.o: in functionCreateKeypad': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2516: undefined reference to
XFreePixmap' /usr/bin/ld: src/x48.o: in functionDrawMore': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:2900: undefined reference to
XSetFillStyle' /usr/bin/ld: src/x48.o: in functionsave_command_line': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48.c:3718: undefined reference to
XSetCommand' /usr/bin/ld: src/x48_debugger.o: in functiondo_quit': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48_debugger.c:562: undefined reference to
XCloseDisplay' /usr/bin/ld: src/x48_debugger.o: in functiondo_exit': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48_debugger.c:465: undefined reference to
XCloseDisplay' /usr/bin/ld: src/x48_debugger.o: in functiondebug': /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48_debugger.c:1196: undefined reference to
readline' /usr/bin/ld: /home/edsonacordi/Downloads/x48ng-0.12.0/src/x48_debugger.c:1222: undefined reference to `add_history' collect2: error: ld returned 1 exit status make: *** [Makefile:69: dist/x48ng] Error 1