Author Topic: Where is sdk.h?  (Read 18720 times)

Offline 00061205

  • Multiple posting newcomer
  • *
  • Posts: 30
Where is sdk.h?
« 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?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Where is sdk.h?
« Reply #1 on: June 18, 2008, 10:17:30 am »
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline 00061205

  • Multiple posting newcomer
  • *
  • Posts: 30
Re: Where is sdk.h?
« Reply #2 on: June 18, 2008, 11:24:58 am »

Offline sofos

  • Single posting newcomer
  • *
  • Posts: 2
Re: Where is sdk.h?
« Reply #3 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?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Where is sdk.h?
« Reply #4 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline sofos

  • Single posting newcomer
  • *
  • Posts: 2
Re: Where is sdk.h?
« Reply #5 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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Where is sdk.h?
« Reply #6 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ