Author Topic: Where to find the configurationpanel.h?  (Read 6631 times)

flup

  • Guest
Where to find the configurationpanel.h?
« on: October 21, 2006, 02:08:59 am »
Hi,
after i set up all necessary options to cb for develop plugins, I tried to compile the cb plugin template and got this error:
"configurationpanel.h: No such file or directory"

I searched everywhere for this file but I could not find it yet.

Where can i find the configurationpanel.h to compile the cb plugin template?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: Where to find the configurationpanel.h?
« Reply #1 on: October 21, 2006, 03:00:17 am »
Verify that you have the right path for the cb global variable.
Mine ends with the "src" folder name; the "src" folder should contain the "sdk" folder.
The "sdk" folder contains the file configurationpanel.h.
Note: All of the above assumes you are using the SVN to build Code::Blocks and the SDK plugins. I have no idea on how to do SDK plugins unless you are using SVN.

Note: I just started on this two days ago so I remember my error on defining the cb global variable.

Tim S
« Last Edit: October 21, 2006, 03:04:24 am by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

flup

  • Guest
Re: Where to find the configurationpanel.h?
« Reply #2 on: October 21, 2006, 07:26:03 pm »
I downloaded the Code::Blocks Development SDK from here http://www.codeblocks.org/downloads.shtml and these sdk dont contain  a "sdk" or "src" folder, nor a file "configurationpanel.h".

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: Where to find the configurationpanel.h?
« Reply #3 on: October 21, 2006, 07:46:13 pm »
I downloaded the Code::Blocks Development SDK from here http://www.codeblocks.org/downloads.shtml and these sdk dont contain  a "sdk" or "src" folder, nor a file "configurationpanel.h".


you downloaded the RC2 sdk which will not work with the current nightly builds or the SVN versions of CodeBlocks.

See this info:

   //-- Installing Code::Blocks from source on Windows
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Windows

   //-- Wiki Index
   http://wiki.codeblocks.org/index.php?title=Special:Allpages

   //--
   Could you please state your Operating System, Compiler, and CodeBlocks Version.

flup

  • Guest
Re: Where to find the configurationpanel.h?
« Reply #4 on: October 22, 2006, 03:32:09 pm »
I use the nightly build from the 12th october 2006 with gcc under windows xp.

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: Where to find the configurationpanel.h?
« Reply #5 on: October 22, 2006, 03:58:18 pm »
I use the nightly build from the 12th october 2006 with gcc under windows xp.

You cannot use the RC2 sdk with the nightly builds.
If you wish to build plugins or use the sdk, you must install SVN and compile CB yourself.
See my previous links.