Summary: | qt-gui +aqua doesn't build | ||
---|---|---|---|
Product: | Gentoo/Alt | Reporter: | Simone Scanzoni <nonno.cicala> |
Component: | Prefix Support | Assignee: | Gentoo Prefix <prefix> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | OS X | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Simone Scanzoni
2009-08-16 21:09:25 UTC
I added dev-cpp/tree, dev-cpp/muParser and x11-libs/gl2ps, thanks for your patch. Please have a look at the gl2ps that I committed for a few changes: 1) be more general to select a darwin platform, 2) avoid conditionals with get_libname from mulitlib eclass. (In reply to comment #1) > I added dev-cpp/tree, dev-cpp/muParser and x11-libs/gl2ps, thanks for your > patch. Please have a look at the gl2ps that I committed for a few changes: 1) > be more general to select a darwin platform, 2) avoid conditionals with > get_libname from mulitlib eclass. > I looked at the gl2ps you committed and learnt, thank you! From the bug this appears fixed ? Close ? I just discovered that the problem is somewhere else, I still can't build qt-gui but I can't spot the real problem. I will investigate. I solved my problem. In my C(XX)FLAGS I had -mmacosx-version-min=10.5.8 . When I changed it to be -mmacosx-version-min=10.5 qt-gui was built correctly. I don't know if it's the case to filter the flag in the ebuild. Why do you have this flag? It is already set automatically for you by the Prefix toolchain. (In reply to comment #6) > Why do you have this flag? It is already set automatically for you by the > Prefix toolchain. > I didn't know. :) I thought that telling the compiler the exact version (10.5.8) couldn't hurt, it never did before, but I was wrong. Now I'll let the toolchain set it to 10.5 for me. Thank you! |