fail to compile libadblockplus

Various discussions related to Adblock Plus development
Post Reply
chutoela
Posts: 1
Joined: Tue Apr 21, 2015 8:37 am

fail to compile libadblockplus

Post by chutoela »

I am trying to compile libadblockplus which download from https://github.com/adblockplus/libadblockplus, but never work.

Following the Readme.md, I Update Python version to 2.7.3 and type "make" to makefile
It always show, "cannot find third_party/gyp/gyp"

I found a probably solution in this forum: forum/viewtopic.php?t=17093
The error message shows: AttributeError: 'module' object has no attribute 'script_main'

Then, I tried to other make factor such as "make android" and "make v8_android"
It shows there is no NDK toolchain.
When I fix this path problem, it comes to loose may gyp files, like icu.gyp and v8.gyp...

Is there something wrong, or misunderstanding the compiling steps?
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: fail to compile libadblockplus

Post by mapx »

you could try to contact the devs on their IRC channel
blog/adblock-plus-development-irc-channel-is-now-open
yiting
Posts: 2
Joined: Thu Apr 30, 2015 5:57 am

Re: fail to compile libadblockplus

Post by yiting »

For icu.gyp, maybe you can tyr to install necessary dependecies for v8.
$ cd v8
$ make dependencies
Post Reply