Paulo Coutinho

Results 433 comments of Paulo Coutinho

Hi, You can or you can't? You need compile for arm64 simulator? Thanks.

Hi, Very interesting. I will try it. I will make a new surgery, so i will be limited this days. Thanks.

Hi, I added a first PR here: https://github.com/paulo-coutinho/pdfium-lib/pull/55 The problem is my machine. Out of space to install all cheerp things: ![image](https://user-images.githubusercontent.com/395096/140593953-36148942-fa8d-422c-af30-a49e5691d66c.png) If anyone can test to me and put...

Hi, I tried make a new docker image for cheerp, but it too a lot of space. If anyone help me to build it will be nice. I stop on...

My work machine has 256gb and can't be changed. My home macbook has 256gb too.

I have a lot of projects, docker images/containers and a lot of files that can be deleted. Im trying remove somethings to free space to still work and compile the...

It is stopping here: ``` => => # Preparing to unpack .../000-snapcraft_3.0ubuntu1.1_all.deb ... => => # debconf: unable to initialize frontend: Dialog => => # debconf: (Dialog frontend will not...

I tried all things, now im trying `debconf`: ``` FROM ubuntu:20.04 # general ARG DEBIAN_FRONTEND=noninteractive ENV PROJ_TARGET="cheerp" ENV JAVA_VERSION="8" ENV JAVA_HOME="/usr/lib/jvm/java-8-openjdk-amd64/" RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections #...

Finally i make it works. The problem now is to generate the sample HTML, like emscripten. Do you know if it has this option? When i run: ``` /opt/cheerp/bin/clang++ -o...

Ok, i will generate the JS file and maybe ignore the HTML for this target. Ah, i make it work locally hacking the Google files inside the Dockerfile, and now...