🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Linux-articles having problems

Started by
0 comments, last by DaBono 17 years, 8 months ago
I've just compiled the first 10 linux downloaded lessons, every lesson has had a compiling error that requires an additional header: #include <stdinc.h> for it to compile correctly, I'd be happy to add these to all the lessons and re-tar.gz them, unless someone else has immediate access to them, but I'd like to seem them brought up to day from the last date they were checked, which is currently showing 1999. :eek:
Advertisement
stdinc.h is no default header.
Are you sure what you are missing isn't something like stdio.h or stdlib.h (or both?).

This topic is closed to new replies.

Advertisement