Am 29.09.2011 um 10:54 schrieb [email protected]: > Author: switt > Date: Thu Sep 29 10:53:59 2011 > New Revision: 39783 > URL: http://www.lyx.org/trac/changeset/39783 > > Log: > remove framework settings which are provided by automake now > > Modified: > lyx-devel/trunk/development/LyX-Mac-binary-release.sh > > Modified: lyx-devel/trunk/development/LyX-Mac-binary-release.sh > ============================================================================== > --- lyx-devel/trunk/development/LyX-Mac-binary-release.sh Wed Sep 28 > 11:00:02 2011 (r39782) > +++ lyx-devel/trunk/development/LyX-Mac-binary-release.sh Thu Sep 29 > 10:53:59 2011 (r39783) > @@ -393,7 +393,6 @@ > CXXFLAGS=-g "${ASpellSourceDir}/configure"\ > --prefix="${ASpellInstallDir}"\ > ${AspellConfigureOptions} > - #--host="${HOSTSYSTEM}" > ${BuildSystem:+"--build=${BuildSystem}"} > make && make install${aspellstrip} > for file in ${FILE_LIST} ; do > if [ -f "${ASpellInstallDir}"/lib/${file} ]; then > @@ -490,8 +489,6 @@ > CPPFLAGS="${CPPFLAGS} > -I${SDKROOT}/Library/Frameworks/QtCore.framework/Headers" > CPPFLAGS="${CPPFLAGS} > -I${SDKROOT}/Library/Frameworks/QtGui.framework/Headers" > fi > - LDFLAGS="${LDFLAGS}"${MAC_API:+" -framework Carbon"} > - LDFLAGS="${LDFLAGS} -framework AppKit"
This does not work for me. :( The AppKit framework has to be provided. I don't know why I didn't notice it and what I checked as I tested this patch... JMarc, why don't you need that? Should I add it to automake or should I revert that part of my patch? Stephan
