Code Monkey home page Code Monkey logo

Comments (4)

mgautierfr avatar mgautierfr commented on August 25, 2024

I think this is related to the patch here : https://github.com/kiwix/kiwix-build/blob/master/patches/xapian_pkgconfig.patch

I apply this patch on xapian to add the -lrt option in xapian.pc in xapian is using the librt.
I had few difficulty to write this patch to correctly define if we are using librt and if we need to add the option. My first idea is that the patch is not well written enough and it breaks somehow on macos.

But it is just a guess, maybe you need -lrt and there is a bug somewhere else who prevent the linker to found the lib.

A first thing you can try, is to add some echo in xapian's configure itself (or configure.acand regenerate configure) to see what is the value of ac_res (some how around the line corresponding to the line 29ย of the patch)

from kiwix-build.

automactic avatar automactic commented on August 25, 2024

@mgautierfr Sorry I don't know what to do. I could find the place similar to line 29 of the patch in configure.ac, but I have no idea how to modify configure.ac to echo value of ac_res.

BTW, could you please check if my rebase of apple_platforms is done correctly? Thanks.

from kiwix-build.

kelson42 avatar kelson42 commented on August 25, 2024

@mgautierfr @automactic Is that ticket still valid? Even if this is still not perfect, I think a lot of progress has been done meanwhile on OSX (cross-) compilation!?

from kiwix-build.

kelson42 avatar kelson42 commented on August 25, 2024

No feedback, assuming problem has been solved.

from kiwix-build.

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.