clbr

Results 235 comments of clbr

You do not have the latest git webkitfltk, according to that message. See https://github.com/clbr/webkitfltk/blob/fltk/Source/WTF/wtf/Stopwatch.h#L47 - the contents do not match your error message.

Note the "std::". lanodan's instructions above fetch the latest released versions, which are somewhat older than git - you'd use the "git clone" commands shown by github at the project's...

As mentioned above, there's a portable binary of the browser available. There are packages of the browser and webkitfltk for some distros, but using another distro's packages comes with its...

That error was fixed in git. Please use the git version instead of 0.5.1 (it only affects specific gcc/icu versions released after 0.5.1 was out). The git versions are newer...

Yes, webkit is a monster to build. Even on my 6-core it takes an eternity, close to an hour. That's part of why it's hard to find time to work...

See #30 - Fifth is currently not compatible with openssl 1.1, you'd need to use openssl 1.0.

You need to remove openssl 1.1 development files, otherwise they may conflict. Then you need to rebuild webkitfltk, as it was compiled against 1.1.

Yeah needs some changes for compatibility. Not sure when I'll have time.

It's known that webkit built with asserts crashes on most websites. The asserts are rather zealous, or if you prefer, webkit code is not up to the standards of the...

See #27.