News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Where to find the configurationpanel.h?

Started by flup, October 21, 2006, 02:08:59 AM

Previous topic - Next topic

flup

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?

stahta01

#1
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
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

flup

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".

Pecan

Quote from: flup 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".


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

I use the nightly build from the 12th october 2006 with gcc under windows xp.

Pecan

Quote from: flup on October 22, 2006, 03:32:09 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.