LyX 2.0.1
It appears that the long slumber of ftp.lyx.org is about to come to an end, which means that LyX 2.0.1 can be released. I expect to do the release work late Thursday or early Friday, depending upon the response to this message. So: If there is anything anyone would still like to get into 2.0.1, or if there are any must-fix bugs out there, please let me know ASAP. Richard
Re: Strange problem with autotools build on mac
Am 23.08.2011 um 22:50 schrieb Jean-Marc Lasgouttes: > After returning from vacation, I noticed that building with autotools is now > broken on my 10.6.8 iMac. The link breakage can be fixed by invoking make as > make QT4_LIB="-framework Carbon -framework Cocoa" > > Has something happened that removed the libraries from the normal link > invocation? Have I done something wrong? I could not find any suspect commit. I cannot answer your questions, but... I'm calling configure with CPPFLAGS="-isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -mmacosx-version-min=10.4" LDFLAGS="-isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -mmacosx-version-min=10.4 -framework Carbon -framework AppKit" I'd guess the relevant part is LDFLAGS="-framework Carbon ...". I don't need to add "-framework Cocoa" - perhaps the Cocoa-based Qt implies that? I've built it myself with the "-cocoa" option from source. Stephan