News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Where is sdk.h?

Started by 00061205, June 18, 2008, 08:28:46 AM

Previous topic - Next topic

00061205

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?

MortenMacFly

Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]


sofos

Quote from: 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?



hi, i downloaded, the source code of CB 10.05, but sdk.h is not there.something changed in this case?

MortenMacFly

Quote from: sofos on June 22, 2010, 11:22:20 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

sofos

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

MortenMacFly

Quote from: sofos on June 22, 2010, 04:21:15 PM
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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]