Menu

manixwm compiling error!

Help
flipeicl
2005-11-12
2013-03-13
  • flipeicl

    flipeicl - 2005-11-12

    I try to compile manixwm in a debian-sarge box, but a egt this error!

    gcc -g -o manix-wm `pkg-config --libs xft` -lXpm src/array.o src/atoms.o src/button.o src/client.o src/colors.o src/docframe.o src/errors.o src/events.o src/fonts.o src/frame.o src/hashtable.o src/label.o src/manixwm.o src/misc.o src/root.o
    src/frame.o: In function `makeFrameDropShadow':
    src/frame.c:482: undefined reference to `XShapeCombineRectangles'
    src/frame.c:493: undefined reference to `XShapeCombineRectangles'
    collect2: ld returned 1 exit status
    make: ** [manix-wm] Erro 1

    what I can do to can compile manixwm?

    thanks!

     
    • Magnus Sjöstrand

      Try adding -lXext to the LINKFLAGS in the Makefile, thus making the line

      LINKFLAGS = -g -lXext

      sorry for the late answer and thanks for your interest. For a faster answer of any future questions or suggestions mail me direcly at psamathos@ead.nu

      regards
      /Magnus Sjöstrand

       
      • Magnus Sjöstrand

        I forgot to add that I'm working on the 0.4 release which should bring a few bugfixes and some new features. It'll be ready in a few days ( I hope ).

         

Log in to post a comment.