On Mar 11, 2011, at 18:52, Artemio González López wrote: > On Mar 7, 2011, at 7:06 PM, Christiaan Hofman wrote: > >> >> On Mar 7, 2011, at 18:54, Artemio González López wrote: >> >>> On Mar 7, 2011, at 11:37 AM, [email protected] >>> wrote: >>> >>>> Strange, nothing there, and I get the same sample on 10.6. And the app >>>> itself is responsive while the script is waiting? >>> >>> The app is totally responsive while the script is running. >>> >>> On Mar 7, 2011, at 11:37 AM, [email protected] >>> wrote: >>> >>>> Is there a way you can debug this further using Xcode and the Skim source? >>>> I am still pretty much at a loss as to what could cause this and where >>>> this happens. >>> >>> I'll be glad to, although I haven't much experience in debugging with >>> Xcode. Just tell me what to check for, and I'll try to do it! >> >> >> To start, can you build Skim with a slightly modified source? In >> SKMainWindowController.m add a "return;" immediately at the beginning of the >> method windowDidLoad, build and run it, and see whether the AppleScript open >> command still times out (you will get an empty gray window when you do this). >> >> thanks >> Christiaan >> >>> >>>> >>>> Also, a long shot, have you tried turning off file update checking? >>> >>> Unfortunately, it doesn't make any difference. >>> >>> Artemio >>> >> > > Hi, Christiaan, > > I've tried to build Skim (with the modification suggested by you) with Xcode > 4.1 in Lion, but (probably due to my lack of experience with Xcode, > particularly this new version) haven't been able even to even start the build > phase (I get a warning dialogue window with the message "The selected run > destination is not valid for this action", and that's it). I've also been > unable to build it using Xcode 3.2.5 and 10.6.6, although in this case the > build proceeds for a while and then halts with hundreds of errors. I was only > able to build it for PowerPC, but of course that's totally useless for our > purposes. Any suggestions? (please bear in mind that I'm a total newbie to > Xcode!). > > Thanks again, > > Artemio
I can understand it not to build with Xcode 4.x, as that does not support the 10.5 SDK anymore, apparently. However it should just build out of the box in Xcode 3.2.5. What kind of errors do you get on 3.2.5? I've just made some changes that should allow Skim to be build on Xcode 4. One thing you may try is to use a customized location for build products and intermediates in the Build preferences. Christiaan ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ Skim-app-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/skim-app-users
