Opened 10 years ago

Closed 9 years ago

#44203 closed defect (wontfix)

qt5-mac: use SDK for 10.7 on Lion (not for 10.8)

Reported by: mojca (Mojca Miklavec) Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: michaelld (Michael Dickens), mkae (Marko Käning)
Port: qt5-mac

Description

While building qt5-mac on 10.7 I get

-isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk

at some places. I'm using Xcode 4.6.2.

It doesn't seem to break the build, it just seems a bit strange.

Change History (4)

comment:1 Changed 10 years ago by michaelld (Michael Dickens)

Cc: michaelld@… added

Cc Me!

comment:2 Changed 10 years ago by mkae (Marko Käning)

Cc: mk@… added

Cc Me!

comment:3 Changed 10 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Status: newassigned

Within the build directory of Qt5 is the piece of code:

/usr/bin/xcodebuild -sdk macosx -version Path

This is what sets the -isysroot value.
I believe this searches for the latest SDK on the machine.

So is this a bug?
Unless there are any objections, I am inclined to keep this the way it is.

comment:4 Changed 9 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Resolution: wontfix
Status: assignedclosed

No objections to comment:3, so closing.

Note: See TracTickets for help on using tickets.