Giter Club home page Giter Club logo

Comments (5)

deads avatar deads commented on July 23, 2024 1

Thanks for the bug report. I will look into it!

from paratext.

deads avatar deads commented on July 23, 2024

As noted here, it may be that your Anaconda Python was compiled with a different compiler than the gcc used to compile ParaText. It's been ages since I have used Cygwin. You may have better success with MinGW. Have you tried it?

from paratext.

aagnone3 avatar aagnone3 commented on July 23, 2024

Seeing some different issues with MinGW. They don't seem to be paratext-related, so I've asked about them on stackoverflow

from paratext.

deads avatar deads commented on July 23, 2024

Thank you for the follow-up. I never use the --compiler option, but it may work. Last time I compiled a Python extension with MinGW, I usually did something like this:

CXX=path-to-mingw-g++ CC=path-to-mingw-gcc python setup.py build

Note that setuptools uses CFLAGS not CXXFLAGS for C++.

from paratext.

deads avatar deads commented on July 23, 2024

Some recent pull requests #24, #38, #54 have improved ParaText with Windows. Can you please confirm the latest master works for you?

Thanks!

from paratext.

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.