View Single Post
 
Old 09-29-2009, 08:11 PM
andyvand's Avatar
andyvand andyvand is offline
 
Join Date: Apr 2009
Location: Tienen
Posts: 515
Quote:
Originally Posted by pαuℓzurrr. View Post
Yes it worked when i added the the right PE_parse line, but i dont think i have the knowledge/time to go any further with it...

One question, what do i need to get rid of this;
Code:
xcodebuild: 'ctfconvert' not found
/Developer/usr/bin/xcodebuild fails with 512 - Unknown error: 512
Thanks!
Add to makedefs/MakeInc.def on top:
export BUILD_STABS = 1
Reply With Quote