Profile

outlier_lynn: (Default)
outlier_lynn

January 2015

S M T W T F S
    123
45678910
11121314151617
181920 21222324
25262728293031

Most Popular Tags

Expand Cut Tags

No cut tags
Tuesday, November 16th, 2004 08:40 pm
Logjam can make use of gtkhtml. When that library is linked in, logjam has a little html previewer. It's nice when I do something like ordered lists. I can tell what mistake I've made before I actually submit the post.

It requires gtkhtml3. I have that. No problem, right? Wrong. the configure script is looking for the package gtkhtml3 and I don't have that. So configure refuses to link in the library.

I'll have to futz with the configure script to test for the presence of the library itself rather than the damn rpm.

This REALLY sucks. I'm learning stuff, but it sucks anyway. :)