Am 13.09.2010 um 04:39 schrieb Cyrille Artho: > Hi Stephan, > this has indeed fixed my build problems!
Wonderful. I'm curious... how would you debug your code changes after the build of LyX? Are you using command-line gdb? Because you said CMake is not an option for you... > It may be a good idea to include these "-framework" options in the > instructions. Yes, I'll do that. > Or do you think there are cases where including these build options would > cause problems on systems where they are not necessary? Maybe if someone > wants Cocoa rather than Carbon? You're right, that one cannot add them blindly. I think it depends on how Qt4 was build. That's why it was good, that it was added somehow by the LyX configure run on my box. I'll add a note about these options to the instructions file. >> >> export LDFLAGS="-arch i386 -framework ApplicationServices -framework Carbon >> -framework AppKit" Thanks for you patience. Stephan