GithubHelp home page GithubHelp logo

Comments (5)

dwmw2 avatar dwmw2 commented on September 14, 2024

Can we add -ldl unconditionally? At least it needs to go away for Windows, but aren't there some Unix platforms which have dlopen() in libc not in a separate library? I think we need a configure check for that, don't we?

from pidgin-chime.

bgmilne avatar bgmilne commented on September 14, 2024

Yep, we'll need a configure check for libdl for other Unix flavours.

from pidgin-chime.

bgmilne avatar bgmilne commented on September 14, 2024

Moving this discussion from the PR to the issue:

We can do the camel-1.2 thing slightly more easily by just adding it to the existing list of pkgconfig requirements for the evo plugin, that end up in $(EVOLUTION_LIBS). Fixed; thanks.

I tried that approach first, and it failed for me, because I didn't have a pkg-config file for libcamel, thus I switched to AC_SEARCH_LIBS. I will check again tonight.

So now we just have the plugin linking? Did you work out how that works for the other Pidgin (not purple) plugins?

I did notice this in the pidgin package itself.

There are a few other pidgin-* packages, but I am not sure which are actually pidgin UI plugins vs. libpurple plugins, but looking at some other random plugin-based package I am familiar with (e.g. this one), it should be possible.

I will try and conclude this tonight.

from pidgin-chime.

bgmilne avatar bgmilne commented on September 14, 2024

I tried that approach first, and it failed for me, because I didn't have a pkg-config file for libcamel, thus I switched to AC_SEARCH_LIBS. I will check again tonight.

Well, it works now :-)

So now we just have the plugin linking? Did you work out how that works for the other Pidgin (not purple) plugins?

I have looked at a few similar packages, and I think most of them aren't trying the same thing, or they don't get -Wl,--no-undefined as LDFLAGS to any plugins.

So, I think this is as good as we can get it for now.

from pidgin-chime.

dwmw2 avatar dwmw2 commented on September 14, 2024

Did you work out the libgadu one?

from pidgin-chime.

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.