Coder Social home page Coder Social logo

Comments (6)

jmercouris avatar jmercouris commented on June 3, 2024

Thank you, for the report! Sorry I did not see this earlier, I forgot to watch the repository :-D

from cl-webengine.

jmercouris avatar jmercouris commented on June 3, 2024

Just to clarify, qmake and then make produce a file called libQt5WebEngine.so on your distribution?

from cl-webengine.

hsanjuan avatar hsanjuan commented on June 3, 2024

I don't compile Qt myself. I mean that the rpm-provided pre-compiled library in openSUSE names it libQt5WebEngine.so not libwebengine.so.

from cl-webengine.

jmercouris avatar jmercouris commented on June 3, 2024

I think there may be a small amount of confusion here, sorry about that!

In package.lisp, the following:

(define-foreign-library libwebengine
  (:darwin (:or
            "libwebengine.dylib"
            "libwebengine.1.dylib"
            "libwebengine.1.0.dylib"
            "libwebengine.1.0.0.dylib"))
  (:unix (:or "libwebengine.so"
              "libwebengine.so.1"
              "libwebengine.so.1.0"
              "libwebengine.so.1.0.0"))
  (t (:default "libwebengine")))

is not meant to load the Qt webengine. It is meant to load a shared library produced by compiling cl-webengine called libwebengine. In the source directory of this repository, if you type qmake and make you'll get the shared library which you can then copy into your shared library directory to be loaded by cl-webengine.

Sorry if the above description is a bit confusing, these bindings in general are confusing :-D

from cl-webengine.

hsanjuan avatar hsanjuan commented on June 3, 2024

oooh, ok, that explains some things. Sorry for this!

from cl-webengine.

jmercouris avatar jmercouris commented on June 3, 2024

No problem at all :-)

from cl-webengine.

Related Issues (6)

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.