Giter Site home page Giter Site logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 13, 2024
PS: see the bug https://bugs.gentoo.org/show_bug.cgi?id=259178

Original comment by [email protected] on 12 Apr 2009 at 5:54

from libproxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 13, 2024
Romain,


There were already plenty of jspai redetection fixes in svn. Can you please 
test if
those would not be enough already?

That would be very helpful.

Original comment by [email protected] on 4 May 2009 at 8:32

from libproxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 13, 2024
I tested this myself now on a gentoo 2008 installation using trunk.

It compiles just fine, including the mozilla plugin. So one of the previous 
fixes for
the jsapi detection solved this already.

Original comment by [email protected] on 15 May 2009 at 10:34

  • Changed state: Fixed

from libproxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 13, 2024
This is not fixed by far. You have shuffled everything around and caused further
breakage with xulrunner-1.9.1_rc1. The proper fix would be to just pkg-config 
check
libxul-unstable for CFLAGS if your gonna depend on headers from unstable.

Original comment by [email protected] on 23 Jun 2009 at 3:47

from libproxy.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 13, 2024
Index: configure.ac
===================================================================
--- configure.ac    (revision 393)
+++ configure.ac    (working copy)
@@ -26,9 +26,10 @@
 PKG_CHECK_MODULES(xmu, xmu, have_xmu=yes, have_xmu=no)
 PKG_CHECK_MODULES(webkit, webkit-1.0, have_webkit=yes, have_webkit=no)
 PKG_CHECK_MODULES(mozjs, xulrunner-js, have_mozjs=yes, 
+       [PKG_CHECK_MODULES(mozjs, libxul-unstable, have_mozjs=yes,
        [PKG_CHECK_MODULES(mozjs, firefox-js, have_mozjs=yes,
        [PKG_CHECK_MODULES(mozjs, mozilla-js, have_mozjs=yes, 
-       [PKG_CHECK_MODULES(mozjs, seamonkey-js, have_mozjs=yes,have_mozjs=no)])])])
+       [PKG_CHECK_MODULES(mozjs, seamonkey-js, have_mozjs=yes,have_mozjs=no)])])])])
 PKG_CHECK_MODULES(NetworkManager, NetworkManager dbus-1, 
                    have_networkmanager=yes, have_networkmanager=no)


This would be your proper fix for the issue to ensure both forward and backward
compatiblity.

Original comment by [email protected] on 23 Jun 2009 at 3:55

from libproxy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.