Giter Club home page Giter Club logo

Comments (6)

scottopell avatar scottopell commented on September 22, 2024

I'm able to compile using gcc 7 and clang 9.

Not sure why you're seeing these errors.

What platform and what compiler are you using?

from aggdraw-64bits.

kurosh-z avatar kurosh-z commented on September 22, 2024

I'm using Ubuntu subsystem on Windows!
gcc 7 and clang 5 .
capture

from aggdraw-64bits.

kurosh-z avatar kurosh-z commented on September 22, 2024

by the way first I got this error with print :
File "setup.py", line 25
print "===", "freetype support disabled"
^
so I changed it to print ("==''), then I got what you saw before!
error1

from aggdraw-64bits.

scottopell avatar scottopell commented on September 22, 2024

Ah, that probably means you're running it using python 3 to build this. I don't think that's supported. try it with python 2 and see if you get better results.

I unfortunately have no way of testing ubuntu subsystem on windows, so you might be on your own here.

from aggdraw-64bits.

kurosh-z avatar kurosh-z commented on September 22, 2024

Thank you so much! That was exactly the problem. I thought there could be just a problem with gcc cause all the errors I received was in cpp!

Just in case someone encounters the same problem here is what I've done :

Installing pip for pyhon2
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
sudo python2 get-pip.py

then this pip command :

sudo python2 -m pip install git+https://github.com/scottopell/aggdraw-64bits@c95aac4369038706943fd0effb7d888683860e5a#egg=aggdraw

from aggdraw-64bits.

scottopell avatar scottopell commented on September 22, 2024

Glad that worked!

from aggdraw-64bits.

Related Issues (5)

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.