Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

emscript 1.39.X can't be built if using libjpeg #271

@albjeremias

Description

@albjeremias
   ports.fetch_project('libjpeg', 'https://dl.bintray.com/homebrew/mirror/jpeg-9c.tar.gz', 'jpeg-9c', sha512hash=HASH)
urllib2.HTTPError: HTTP Error 403: Forbidden

which is described as problem with that domain was taken down... and u need to upgrade emscript?!
here is the upstream issue
emscripten-core/emscripten#14760

so I modified the project flags to be able to use emscript-latest instead of 1.39.X
as seen in here:
webarkit/jsartoolkit5#15

But i didn't build with fastcomp, which made the code to run really sloppy and to break.

So I realized that probably the problem is that im not using fastcomp

And then I tried to fetch emscript-fastcomp-latest.. and puff.. its gone.
the fastcomp backend is not getting new builds or releases. Please use the upstream llvm backend or use an older version than 2.0.0 (such as 1.40.1)

So is there a guide or help on how-to migrate from emscript-fastcmp to llvm ?! where can I start from?!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions