Giter Club home page Giter Club logo

Comments (4)

hselasky avatar hselasky commented on July 4, 2024

Hi,

The code contains #ifdefs for qsort/mergesort. I'm surprised there is only qsort() under Linux.

Should I add #if defined(__linux__) || defined(__ANDROID__) ??

#ifdef __ANDROID__
        qsort(ptemp, n, sizeof(ptemp[0]), &MppSheetRowCompare);
#else
        mergesort(ptemp, n, sizeof(ptemp[0]), &MppSheetRowCompare);
#endif

--HPS

from midipp.

edogawa23 avatar edogawa23 commented on July 4, 2024

yes I read the code, but as I'm not very familiar with glibc i have no real clue how to deal with this. I searched a bit and found contradicting infos about qsort being in fact a mergesort algorithm, but from reading the source code I think it is not. Someone else said there is a msort() function, but my glibc doesn't provide such a call it seems.
I can try the #if defined ... change and patch my package for now, and report whether it works.

from midipp.

edogawa23 avatar edogawa23 commented on July 4, 2024

It builds now with this patch .

from midipp.

hselasky avatar hselasky commented on July 4, 2024

08e4f80

FYI: The patch will be part of next release.

from midipp.

Related Issues (1)

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.