webkitfltk icon indicating copy to clipboard operation
webkitfltk copied to clipboard

Results 9 webkitfltk issues
Sort by recently updated
recently updated
newest added

While creating cpp files, bison always adds include with hpp. Better generate output as *.c and rename to *.cpp.

Compiling files from ICU eg. TextCodecICU throws compilation error: 'TRUE' was not declared in this scope. I tried to add umachine.h to include, but it doesn't help. When I tried...

Trying to build it on Raspberry Pi (armv6zk) I get the following error. It looks like an armv7 code: {standard input}:692: Error: selected processor does not support ARM mode `movt...

compiling natively on RPi aarch64, build fails with: ``` make -C Source/WebCore CXX="g++ -march=armv8-a+crc -mtune=cortex-a72 -Os -pipe -DNDEBUG" ... dom/Document.cpp:4226:5: error: expected ';' before 'if' dom/Document.cpp:4231:9: error: expected ';' before...

Building natively on an RPi aarch64 - after applying the patch in #28 , sometime later, the build fails with: ``` make -C Source/WebCore CXX="g++ -march=armv8-a+crc -mtune=cortex-a72 -Os -pipe -DNDEBUG"...

Hi, Not really an issue, just wanted to let you know that I'm the maintainer of Haskell bindings to FLTK (https://github.com/deech/fltkhs) and I've also written bindings to your Webkit port...

Hi clbr [Linux distros aren't updating webkit, making web unsecure](https://www.reddit.com/r/linux/comments/46kyjf/linux_distros_arent_updating_webkit_making_web/) (or straight to Michael Catanzaro blog post [On WebKit Security Updates](https://blogs.gnome.org/mcatanzaro/2016/02/01/on-webkit-security-updates/)) Ryan Castellucci's paper on [certs issues for webkit-based Midori...

Hi, I'm not sure is this good way to communicate, but feel free to redirect me to mail if that suits you better. I'm getting this error, after running 'make...

I've been working on making WebkitFLTK build on Alpine Linux. This is enough to get up to the final link; _however_, the final link does not work because Alpine does...