Menu

mlterm (cvs version) + antialiased fonts

Help
Fanatic
2004-09-05
2004-09-06
  • Fanatic

    Fanatic - 2004-09-05

    I've been trying to get antialiased fonts to work on mlterm. After browsing through man-files, browsing the cvs tree etc I've not become much wiser. After a while I figured out that the --enable-antialias option has been depreciated in favour of --with-type-engines=xft option. The problem is that when i try to build with xft enabled the build process barfs on me:

    x_screen.o(.text+0x7a5): In function `draw_line':
    : undefined reference to `x_draw_str'
    x_screen.o(.text+0x866): In function `draw_line':
    : undefined reference to `x_draw_str_to_eol'
    x_screen.o(.text+0xae4): In function `draw_cursor':
    : undefined reference to `x_draw_str'
    x_screen.o(.text+0xc5b): In function `draw_cursor':
    : undefined reference to `x_draw_str'
    x_screen.o(.text+0x74ef): In function `draw_preedit_str':
    : undefined reference to `x_draw_str'
    x_screen.o(.text+0x7581): In function `draw_preedit_str':
    : undefined reference to `x_draw_str'
    x_im_candidate_screen.o(.text+0x3e4): In function `draw_screen':
    : undefined reference to `x_draw_str'
    x_im_candidate_screen.o(.text+0x475): In function `draw_screen':
    : undefined reference to `x_draw_str_to_eol'
    x_im_candidate_screen.o(.text+0x5d0): In function `draw_screen':
    : undefined reference to `x_draw_str'
    collect2: ld returned 1 exit status
    make[1]: *** [mlterm] Error 1

    Any help would be appreciated :)//Fanatic

     
    • Seiichi SATO

      Seiichi SATO - 2004-09-06

      that is a bug.
      fixed in the current cvs.
      thanks for your report.

       

Log in to post a comment.