Opened 13 years ago

Closed 13 years ago

#31638 closed defect (fixed)

qt4-mac on lion

Reported by: whatdoyouwant@… Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc:
Port: qt4-mac

Description

compile errors

Attachments (2)

qt4-mac-install_log.txt.gz (18.6 KB) - added by whatdoyouwant@… 13 years ago.
qt4-mac-llvm_log.txt.bz2 (15.4 KB) - added by whatdoyouwant@… 13 years ago.

Download all attachments as: .zip

Change History (6)

Changed 13 years ago by whatdoyouwant@…

Attachment: qt4-mac-install_log.txt.gz added

comment:1 Changed 13 years ago by mf2k (Frank Schima)

Owner: changed from macports-tickets@… to michaelld@…

comment:2 Changed 13 years ago by michaelld (Michael Dickens)

Interesting; it looks like clang isn't handling pre-compiled headers correctly. Is it possible for you to try compiling with llvm instead of clang? I'm still working on getting clang to compile Qt correctly -- there are some features missing from clang that might be causing this issue (and, others). I think you do this via:

sudo port clean qt4-mac
sudo port -d install qt4-mac [+options] configure.compiler=llvm-gcc-4.2 > ~/Desktop/qt4-mac-llvm_log.txt 2>&1

and then check to see if the install worked or not. If not, bzip2 to the logfile & attach it here as well. I'll boot on 10.7 tomorrow & try to check this issue out over the next few days.

Changed 13 years ago by whatdoyouwant@…

Attachment: qt4-mac-llvm_log.txt.bz2 added

comment:3 Changed 13 years ago by michaelld (Michael Dickens)

I just checked in r85974, which forces qt4-mac to use llvm instead of clang, even if clang is set as the configure.compiler. I'm closing this ticket as fixed; please reopen it if this change doesn't work.

comment:4 Changed 13 years ago by michaelld (Michael Dickens)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.