Andreas Vox wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Bennett Helm wrote:
I'm now out of my depth.
The official binary installs Qt as a bunch of "Frameworks"
(Qt3Support.framework, QtAssistantClient.framework, QtCore.framework,
etc), which are folders that include headers and largish (i.e., 3+MB)
files named Qt3Support, QtAssistantClient, QtCore, etc.; they do not
include any files named, e.g., libQtCore.a, which LyX looks for. So, I
don't see how the binaries are going to help.
I think these files are the libraries.
Yep. Frameworks are folders, you can open them and will see what they
contain. Usually QtCore.framework/QtCore should be the dynamic lib. There
*might * be a static lib in QtCore.framework/Versions/Current/... but I
doubt it. Frameworks are usually shared libs.
We just need to update the
autotools to look for them in addition to the more unix like libXXX.[so, a].
OMG, easier to switch to CMake. Why do you think they call it "autohell" ? ;-)
This is very good Andrea! I look forward to seeing your profile results ;-)
Once you're done you could perhaps update Bennett's recipe for MacOSX? I
am sure Peter (the author of the CMake support) would be happy to help
you for any request you have.
Thanks for the investigation,
Abdel.