From: John L. <jla...@gm...> - 2014-03-12 14:35:29
|
On Tue, Mar 11, 2014 at 5:13 PM, Roy Hinkelman <ro...@gm...> wrote: > > Sure could use some help. > > The wxWidgets install looked to go smoothly with no errors in the log. > BUT, when I tried to run /samples/widgets, nothing happens, and the > terminal goes unresponsive. > > How are you running it? You need to run the app as a "bundle" meaning that you either double click the bundle dir (usually ProgramName.app) or run this on the command line. $ open /path/to/Program.app > I am following the directions here: > http://wxlua.sourceforge.net/docs/install.html , installed in it's own > directory as OSX, debug, unicode build. > > How would I debug this? > > Using gdb if I remember correctly. I don't have a working Mac right now, but I believe that XCode comes with the command line gcc compiler tools and gdb is the debugger for it. > I don't know what logs to look at. The system.log is giving me this for > what it is worth: > > Mar 11 14:04:54 Roys-MacBook-Pro.local Console[394]: CGSCopyDisplayUUID: > Invalid display 0x1a493041 > Mar 11 14:04:54 Roys-MacBook-Pro.local firefox[393]: CGSCopyDisplayUUID: > Invalid display 0x1a493041 > > Don't know about this; do you sometimes use two monitors and the settings are stale or something? Regards, John |