Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: 00061205 on June 18, 2008, 08:28:46 am

Title: Where is sdk.h?
Post by: 00061205 on June 18, 2008, 08:28:46 am
I'm using C:B 8.02 release+GCC+Windows Xp. When I compile a C::B plugin project the "sdk.h: No such file or directory" showed up and I found there is no sdk directory in my C::B directory. What I should do?
Title: Re: Where is sdk.h?
Post by: MortenMacFly on June 18, 2008, 10:17:30 am
What I should do?
Download the sources for the SDK here:
http://www.codeblocks.org/downloads/source
Title: Re: Where is sdk.h?
Post by: 00061205 on June 18, 2008, 11:24:58 am
What I should do?
Download the sources for the SDK here:
http://www.codeblocks.org/downloads/source
Thanks Morten.I will try.
Title: Re: Where is sdk.h?
Post by: sofos on June 22, 2010, 11:22:20 am
I'm using C:B 8.02 release+GCC+Windows Xp. When I compile a C::B plugin project the "sdk.h: No such file or directory" showed up and I found there is no sdk directory in my C::B directory. What I should do?



hi, i downloaded, the source code of CB 10.05, but sdk.h is not there.something changed in this case?
Title: Re: Where is sdk.h?
Post by: MortenMacFly on June 22, 2010, 11:50:03 am
hi, i downloaded, the source code of CB 10.05, but sdk.h is not there.something changed in this case?
Do you see the file in
[C::B_SRC]\src\include\sdk.h
or:
[C::B_SRC]\include\sdk.h
...depending on how/where you extracted the sources?

It is there, definitely.
Title: Re: Where is sdk.h?
Post by: sofos on June 22, 2010, 04:21:15 pm
thx, for reply, and you were right.

the problem was that i downloaded the file with extension bz2 from here

http://prdownload.berlios.de/codeblocks/codeblocks-10.05-src.tar.bz2
because i thought that it was the source code for windows

but in the link with debian's version it was there :)

i would test with that code  thx
Title: Re: Where is sdk.h?
Post by: MortenMacFly on June 23, 2010, 07:15:40 am
http://prdownload.berlios.de/codeblocks/codeblocks-10.05-src.tar.bz2
because i thought that it was the source code for windows
The sources of C::B are for Windows and Linux (as it is cross-platform). You can use that archive, too. Just extract it and use the project / workspace files provided.