أحمد المحمودي

Results 53 comments of أحمد المحمودي

@semigodking it does build against this commit of actionbarcompat: https://github.com/mariotaku/actionbarcompat/commit/118cc4b00996da41c8c4ca73f4e25dcaad222b1c

@ttimasdf how to add BDUSS cookie to aria2c ?

Google Code is closing very soon, I hope you would tell us where it will move. Thanks

@n8fr8 have you seen https://github.com/ricochet-im/ricochet-go ?

I think that multisession support in OTR might properly fix #413 and #119

Debian only has mozjs-52 & mozjs-60 -- ‎أحمد المحمودي (Ahmed El-Mahmoudy) Digital design engineer GPG KeyIDs: 4096R/A7EF5671 2048R/EDDDA1B7 GPG Fingerprints: 6E2E E4BB 72E2 F417 D066 6ABF 7B30 B496 A7EF 5761...

I tried building that commit (after patching confgure.ac to use mozjs-52), but configure script reported that Spidermonkey is found but not usable. -- ‎أحمد المحمودي (Ahmed El-Mahmoudy) Digital design engineer...

I tried building that commit (after patching confgure.ac to use mozjs-52), but configure script reported that Spidermonkey is found but not usable. configure:10096: checking for SpiderMonkey (mozjs-17.0) in pkg-config mozjs-52...

I patched configure.ac by inserting: AC_LANG_PUSH([C++]) [...] AC_LANG_POP([C++]) around the AC_LINK test, and it passed. Yet the build failed, since the code is in C and the mozjs lib is...

Couldn't this be done by adding a C wrapper around mozjs library instead of converting elinks' complete code to C++ ?