Giter Site home page Giter Site logo

Qt version about qtnanosvg HOT 3 CLOSED

 avatar commented on July 19, 2024
Qt version

from qtnanosvg.

Comments (3)

user1095108 avatar user1095108 commented on July 19, 2024

Hello, I am using gcc version 11.1.0 on arch linux. Everything works on arch. Make sure to have c++20 support, though the code could be ported to c++17, as it's not that sophisticated. Don't forget to git submodule update --init.

The code works both with latest qt5 and qt6 on my system.

Problems on windows are to be expected. If you take a look into the example.pro file, there's a g++-only section, but I think in this case there's a problem with your install. The code appears to have compiled, but the linker is having problems linking.

from qtnanosvg.

 avatar commented on July 19, 2024

disabling

#*-g++* {
#  QMAKE_CFLAGS = -pedantic -Wall -Wextra -fno-stack-protector -fno-plt

#  unix:QMAKE_CXXFLAGS_DEBUG *= -fsanitize=address,undefined
#  unix:QMAKE_LFLAGS_DEBUG *= -fsanitize=address,undefined

#  QMAKE_CFLAGS_RELEASE *= -Ofast -DNDEBUG
#  QMAKE_CXXFLAGS_RELEASE *= -Ofast -DNDEBUG -fno-stack-protector -fno-plt

#  QMAKE_LFLAGS *= -fno-stack-protector -fuse-ld=gold
#}

helps)))
5.15.2 MinGW 8.1 rung great
Binaries:
Win X64.zip

from qtnanosvg.

user1095108 avatar user1095108 commented on July 19, 2024

Thank you, I have updated the .pro file, so maybe it will now work out of the box under windows. IMO, it was the address sanitizer that was causing problems.

from qtnanosvg.

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.