Giter VIP home page Giter VIP logo

Comments (6)

czyt1988 avatar czyt1988 commented on September 16, 2024

从错误信息看是Qt的jom error 2错误,和程序代码无关,确认一下是否jom.exe的路径有问题

from saribbon.

czyt1988 avatar czyt1988 commented on September 16, 2024

我qt6.4 MinGW64-bit是可以编译成功的,从你反馈的错误信息看是编译器配置问题

from saribbon.

AndyYangjd avatar AndyYangjd commented on September 16, 2024

网上这个问题很起来很常见,同样的代码用5.15版本没问题,但是6.2.4就是出问题,而且错误提示完全找不到问题所以。
从错误信息来看,可能是哪个配置项出问题,但是google不出来结果。好像是个常见的通病问题
图片

使用Qt Creator kit 6.2.4版本新建项目,编译正常都可以使用。使用clion配置kit6.2.4这套工具链也是正常工作的。

from saribbon.

AndyYangjd avatar AndyYangjd commented on September 16, 2024

是否可以在项目的Relase中放入一些编译后SARibbon库文件,文件内容如下图所示:
图片

图片
用这个库的应该编程水平都还Ok,大部分用户只需要知道头文件+库路径就可以,cmake写起来也简单:

include_directory(include)
link_directories(lib)
add_executable(${PROJECT_NAME} xxx.cpp)
target_link_libraries(${PROJECT_NAME} SARibbonBar XXX)

file(GLOB LIBS_PATH lib/*)
file(COPY ${LIBS_PATH} DESTINATION ${CMAKE_CURRENT_SOURCE_DIR}/XXX)

from saribbon.

czyt1988 avatar czyt1988 commented on September 16, 2024

因为陆续还有一些改动和不完善的地方,暂时还未到release版本,等我感觉适合发布了,我会发布一个版本的

from saribbon.

AndyYangjd avatar AndyYangjd commented on September 16, 2024

因为陆续还有一些改动和不完善的地方,暂时还未到release版本,等我感觉适合发布了,我会发布一个版本的

ok,那我把这个issue关闭了,应该是我这边环境配置的原因。

from saribbon.

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.