ARGH~ jeeze... Frigging hmaps (USE_HEADERMAP!)

Oct 12, 2005 23:27

It took way too long to figure this out. A whole... 2+ hours.

Here's the problem:
In XCode, due to their use of header maps (.hmap files), they confused system files with the header files my teacher gives me "string.h". This causes a problem, of course. I've also heard of this problem with time.h ( Read more... )

xcode, coding, apple

Leave a comment

Comments 2

devoyer November 14 2006, 15:55:39 UTC
Damn, it had taken 3+ hours before I started to google.

Thx a lot for your explanation. It's not quite clear why I should use an undocumented feature to get things work as they ought to

Reply


Very helpful anonymous May 14 2007, 22:17:00 UTC
Hi! Just wanted to tell you I just ran into this problem with XCode and your tip really helped out!

I'm using xwWidgets and unfortunately they also have a "wx/string.h" file that XCode mistakenly uses instead of . Ugh. It's 2007 and it still hasn't been fixed...

Reply


Leave a comment

Up