Code Monkey home page Code Monkey logo

Comments (4)

izzyreal avatar izzyreal commented on May 24, 2024

It's odd that libwebkit is required, because in the CmakeLists.txt we're doing

target_compile_definitions(vmpc2000xl
    PUBLIC
    JUCE_JACK=1
    JUCE_ASIO=1
    JUCE_WEB_BROWSER=0
    ...

As far as I know JUCE_WEB_BROWSER=0 should (indirectly) indicate that no libwebkit is needed. I'm not close to a Linux machine at the moment, so I'll try to verify and investigate later.

from vmpc-juce.

brownounces avatar brownounces commented on May 24, 2024

You know, I did notice that when trying to see if I could modify the version requested by the compiler (I mean, I don't think there's a reason it couldn't work on a more slightly more recent version of the library) -- though obviously the better solution is to axe it entirely if it's not necessary. Maybe there's a bool being ignored somewhere and it's just deciding to run the code to build the browser?

from vmpc-juce.

izzyreal avatar izzyreal commented on May 24, 2024

On the Linux build of VMPC2000XL, it expects to find libwebkit2gtk-4.0 to build properly

I can't reproduce this. I've tried it on Ubuntu 23 after removing all packages that have "webkit" in the name, and when I configure the CMake project I get:

...
-- Checking for modules 'webkit2gtk-4.0;gtk+-x11-3.0'
--   Package 'webkit2gtk-4.0', required by 'virtual:world', not found
--   Package 'gtk+-x11-3.0', required by 'virtual:world', not found
...

But the configuration process succeeds anyway, and I can build the project and run the vmpc2000xl_Standalone target fine. So JUCE's CMake configuration probably does a check, regardless of whether the project needs it or not.

Are you getting different results in the absence of webkit2gtk-4.0?

from vmpc-juce.

izzyreal avatar izzyreal commented on May 24, 2024

Closing this due to inactivity. Feel free to reopen if it's still relevant.

from vmpc-juce.

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.