At this point, hard to say. I was hoping that today I would have 38.0 ready but I keep running accross these errors when I try to compile. I'm thinking that moving all the necessary .h files might help. But then the question is, where to? If anybody has any ideas or solutions I'll be more than willing to listen.
Aha! Found the problem! With a little bit of terminal work I discovered my problem! The directory I have all my include libs linked to, /usr/include, isn't in the gcc search path! I'm just going to have to fix that. >:)
Oh, Google works wonders. It appears that I have to use the -I option at compile time. But that means that I have to add that to the makefile and I'm not sure where to add it. I would add it as an option in each of the places it has 'gcc' with a bunch of options following, I think, right?