Opened 3 years ago
Closed 3 years ago
#65029 closed defect (invalid)
problems with qt5
Reported by: | nsklaus (nsklaus) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.2 |
Keywords: | Cc: | ||
Port: | qt5 |
Description
i'm trying to build a project, it's a fork of dolphin emulator, located here: https://github.com/shiiion/dolphin my system is a macbookpro M1 from 2020, on macos monterey 12.3.1
when compiling, upon reaching 100% i'm seeing this:
[100%] Linking CXX executable ../../../Binaries/Dolphin.app/Contents/MacOS/Dolphin Undefined symbols for architecture arm64: "_win_w", referenced from: RenderWidget::event(QEvent*) in RenderWidget.cpp.o "_win_h", referenced from: RenderWidget::event(QEvent*) in RenderWidget.cpp.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Change History (2)
comment:1 Changed 3 years ago by nsklaus (nsklaus)
comment:2 Changed 3 years ago by kencu (Ken)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
error messages were not related to QT port itself but rather they were part of the project i was trying to compile. i could solve those issues and saw this had nothing to do with qt port. this ticket should be closed.