Ticket #21960 (closed defect: fixed)
qt4-mac on SL needs +cocoa set
| Reported by: | domiman@… | Owned by: | erickt@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.1 |
| Keywords: | Cc: | clubjuggler@…, sharky@…, macsforever2000@…, snc@…, adfernandes@… | |
| Port: | qt4-mac |
Description
When you install qt4-mac on SL with variant +universal set but not variant +cocoa, building will fail very late in the process. Many errors with ".moc/debug-shared/q3filedialog.moc ...some error..."
I'm attaching the output of "sudo port -v install qt4-mac +universal" in a zip file. The text file is over 5MB big with about 40500 lines.
Attachments
Change History
comment:2 Changed 4 years ago by vince@…
On SL, qt3 compatibility should be disabled, since this is 32-bit only, and default build on SL is 64-bit.
comment:3 Changed 4 years ago by domiman@…
qt3 compatibility was enabled on purpose since without it, no KDE4 stuff can be built on SL. Unfortnately kdebase4-runtime still has some dependencies on qt3. The patch in Tracker: #20362 is fixing that IF +cocoa is set when installing qt4-mac. The purpose of my bug report was to have that patch made default on SL (or make +cocoa be default on SL). I SHOULD have mentioned that.

