Re: [Abchr-users] Experimental PortAudio Support
Status: Beta
Brought to you by:
chaese
|
From: Carsten H. <ca...@un...> - 2003-10-09 12:29:57
|
On Wed, 2003-10-08 at 17:38, Dan Christiansen wrote: > Hi, > > It now compiles fine on Mac OS X :) > > However, it segfaults immediately when run. I haven't tried debugging > C++ code before, so I'm not quite sure how I should find the exact > location of the bug. The stack trace - pasted below - suggests that the > bug is in wxWindows (I'm using 2.4 for mac) since it never makes it > into main(), but dies loading wxWindows. Am I the only one experiencing > this? You are the only one I've heard of, but then again, you're possibly the only one brave enough to try compiling abchr on Max OS X :) Could you make a debug build of abchr? On other platforms this would entail passing the -g flag to gcc, but I don't know if that is true on Mac OS X. If possible, could you also make a debug build of wxWindows? With the debugging information, the back trace will show more helpful information that might help me track down the problem. When you send me the enhanced back trace, please let me know the full version number of wxWindows you're using, so that I can cross-reference the back trace with the correct source code. Thanks, Carsten. |