When I first successfully compiled the source, I thought I made it.
But after awhile, opps, Program received signal "EXC_BAD_ACCESS"...
the information from GDB:
a lot of warnings such as
...
- {l Code}: {l Select All Code}
warning: Could not find object file "/Users/mmg/Desktop/fribidi/build/fribidi.build/Release/fribidi.build/Objects-normal/i386/fribidi-char-sets.o" - no debug information available for "/Developer/libs/fribidi-0.19.2/charset/fribidi-char-sets.c".
after "run"
- {l Code}: {l Select All Code}
.++++++................................................................................................... done
Irrlicht Engine version 1.8.0-alpha
Darwin Kernel Version 10.8.0: Tue Jun 7 16:32:41 PDT 2011; root:xnu-1504.15.3~1/RELEASE_X86_64
Reading symbols for shared libraries . done
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x00000044
0x00beddb7 in irr::core::string<char, irr::core::irrAllocator<char> >::operator= ()
For the code, I directly downloaded it from the home page, not svn, since it seems there are something wrong with the Xcode Project file. And also I installed irrlicht r3843.
after a long time searching and jumping among different forums, I still cannot fix the problem, so can anybody help me out of this?
Thanks a lot..