Skip to main content.

2002-Nov-26

I had a bogus /usr/bin/gtk-config in place which was being used. This made the imlib only build partially. I finally realized it and removed it. So it would use my good /usr/X11R6/bin/gtk-config instead.

Learning more about the buildlink2 and the transform sed commands. imlib had wrong libraries, because the sed patterns switched the /usr first (because my LOCALBASE is /usr). So I modified the imlib/work/.buildlink/bin/.transform.sed so the expressions for LOCALBASE (in my case /usr) were after the corresponding /usr/X11R6. (And I moved the LOCALBASE-related sed commands to after /usr/lib too.) This worked for me for building imlib.