#159864 - jake2431 - Mon Jul 07, 2008 8:18 pm
I have recently started using code::blocks as one of my IDEs.
The line #include <cstdlib> gives me a "no such file or directory" error. I have never had to do anything special to use that file before. Why is this happening?
#159877 - silent_code - Mon Jul 07, 2008 9:46 pm
I'll check it, brb.
No errors for me (I assume an NDS project, right? Well, even for Win32 programs I don't get the error!) I have the (as of writing) most recent devkitARM and libs installed and I am using the stable version 8.02 of C::B released Feb. 2008.
Sorry I couldn't help.
_________________
July 5th 08: "Volumetric Shadow Demo" 1.6.0 (final) source released
June 5th 08: "Zombie NDS" WIP released!
It's all on my page, just click WWW below.
#159958 - jake2431 - Tue Jul 08, 2008 9:07 pm
Actually it is just win32, sorry I forgot to mention that. Thanks for trying. I am very confused. I am still inexperienced with some simple things (I am sure it is something simple). I have just never had an IDE tell me that it wouldn't find one of the standard library files. Hopefully I will figure it out.
#159986 - silent_code - Wed Jul 09, 2008 1:41 am
Any other problems?
You may just have not installed MinGW correctly (it's simple though...)
Did you succeed in compiling anything?
_________________
July 5th 08: "Volumetric Shadow Demo" 1.6.0 (final) source released
June 5th 08: "Zombie NDS" WIP released!
It's all on my page, just click WWW below.
#160002 - jake2431 - Wed Jul 09, 2008 6:02 am
Haven't had time to mess with it anymore, and I am going to Warped Tour tomorrow (not at my house right now) so it will be the day after tomorrow before I can play with it. Thanks for helping, I will let you know what I find out.
#160134 - jake2431 - Thu Jul 10, 2008 8:00 pm
I'm guessing that you are right about me installing MinGW incorrectly. It has been a long time since I installed it though so I don't know what I could have done wrong.
#160138 - silent_code - Thu Jul 10, 2008 9:05 pm
Yeah, because this has nothing to do with C::B. ;^)
Just download the IDE and compiler (MinGW) pack (C::B 8.02) and it should be fine.
_________________
July 5th 08: "Volumetric Shadow Demo" 1.6.0 (final) source released
June 5th 08: "Zombie NDS" WIP released!
It's all on my page, just click WWW below.
#160184 - jake2431 - Fri Jul 11, 2008 2:46 am
Yeah, I guess I'll have to, since I reinstalled mingw and it still doesn't work.
#160185 - jake2431 - Fri Jul 11, 2008 3:05 am
Believe it or not that didn't work either. Now I'm just confused.