Opened on 11/04/2014 at 12:48:41 PM
Closed on 06/29/2015 at 11:08:56 AM
#1521 closed defect (fixed)
libadblockplus is not compilable on linux x64
| Reported by: | sergz | Assignee: | poz2k4444 | 
|---|---|---|---|
| Priority: | P5 | Milestone: | |
| Module: | Libadblockplus | Keywords: | |
| Cc: | fhd, matze, AAlvz | Blocked By: | |
| Blocking: | Platform: | Unknown | |
| Ready: | no | Confidential: | no | 
| Tester: | Verified working: | no | |
| Review URL(s): | |||
Description
Despite it's not officially supported, I think linux might be the closest to android environment to run tests.
Environment
The version of libadblockplus is f30859fb16e3
$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.04.1 LTS Release: 14.04 Codename: trusty
$ uname -m x86_64
Python 2.7.6
gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
How to reproduce
- hg clone https://hg.adblockplus.org/libadblockplus/
 - cd libadblockplus
 - make >mylog 2>&1 # as it's stated in README.md
 - check mylog for details
 
Observed behaviour
Compilation errors
Expected behaviour
No compilation errors
Attachments (1)
Change History (6)
Changed on 11/04/2014 at 12:49:02 PM by sergz
comment:1 Changed on 12/01/2014 at 10:50:12 AM by poz2k4444
- Owner set to poz2k4444
 
comment:2 Changed on 12/01/2014 at 11:31:02 AM by sergz
comment:3 Changed on 01/12/2015 at 12:02:23 PM by matze
@paco What's the status on this ticket here?
comment:4 Changed on 01/13/2015 at 03:26:48 PM by poz2k4444
- Cc matze AAlvz added
 - Review URL(s) modified (diff)
 
comment:5 Changed on 06/29/2015 at 11:08:56 AM by fhd
- Resolution set to fixed
 - Status changed from new to closed
 
Was pushed a while ago: https://codereview.adblockplus.org/5326829724368896/
Note: See
        TracTickets for help on using
        tickets.
    
FYI, it works if add 'werror':'', into common.gypi.