Displaying 1 result from an estimated 1 matches for "soupuri".
2011 Aug 06
4
compiling buoh comic reader for C-6
...cript refuses to deal with libsoup-2.4. so I look at what
pkgconfig thinks the installed libsoup is, hack the configure script
to look for that version and voila!
ok, so now to do "make", which chokes on the first (only) file that
includes any libsoup headers. it claims it can't find SoupURI, but
it's "right there"!!. I've followed the chain of header file directories,
heck, I've even compiled that one file with "-E" and verified that
it expands to the right code. I can't see why it's complaining!
can any of you see whatever the stupid thing is...