Mac: how did I build Qt?
Installation and Deployment
4
Posts
2
Posters
1.1k
Views
1
Watching
-
wrote on 17 Jul 2014, 15:17 last edited by
I've got a build of 4.8.6 I did quite a while back. It's a universal binary (frameworks, x86 and x86_64). I don't recall exactly what args I passed into "configure"...
It seems that both the 32- and 64-bit parts must have both been configured/built Cocoa -- you cannot build 64-bit with Carbon, and I think you can't make a universal binary with a 32-bit Carbon and 64-bit Cocoa mixed, right? If it is possible to do so, how can I tell if I did this?
-
Hi,
AFAIK, no, you either build against Cocoa or Carbon but not both at the same time
-
wrote on 18 Jul 2014, 20:08 last edited by
Yeah, that's what I thought. Since the frameworks are universal, and 64-bit doesn't do Carbon, I must also have a 32-bit Cocoa build in there, as well...
-
IIRC, cocoa is the default since a long time
3/4