[Gtk-sharp-list] Still no luck with finding libgtkhtml
Stephen Caldwell
steffc@touqen.com
Sun, 22 Feb 2004 02:06:25 +0000
I have the .pc files, as I installed it from source. It appears that the
only way that it'll work is if the library is in the current working
directory of the mono runtime. Outside of that and it fails.
John Luke wrote:
>On Sat, 2004-02-21 at 20:24, Stephen Caldwell wrote:
>
>
>>I have tried everything I can think of but gtkhtml-sharp is unable to
>>find libgtkhtml. Anyone have any other suggestions or ideas?
>>
>>Thanks,
>>Stephen
>>
>>
>>
>You need whatever provides $(prefix)/lib/pkgconfig/libgtkhtml-3.0.pc and
>pkg-config needs to know where it is. Usually this is contained in the
>*-devel or *-dev version of a package.
>
>For example:
>$ pkg-config --variable=prefix libgtkhtml-3.0
>/usr
>
>
>
>
>
>